Skip to content

2.20.0

Latest
Compare
Choose a tag to compare
@Strech Strech released this 04 Sep 14:21
· 28 commits to master since this release
c680d33

This release introduces several improvements, including the ability to add W3C Baggage headers, such as user.id, session.id, and account.id.

Additionally, AppSec has reworked how Remote Config updates are applied, reducing thread blocking operations in multi-threaded environments.

Added

  • Tracing: Add capability to add W3C Baggage headers to the local root span as span tags (#4716)
  • AppSec: Add WAF analysis of the responses with JSON body (#4848)
  • Dynamic Instrumentation: Live Debugger: Add support for specifying probes in a file via DD_DYNAMIC_INSTRUMENTATION_PROBE_FILE environment variable (#4838)

Changed

  • Core: Expand generated warning and error messages during libdatadog build (#4831)
  • AppSec: Rework handling of Remote Config updates for multi-threaded web servers (#4833)
  • AppSec: Update security tags for Business Logic Events and User Events SDK v1 and v2 (#4851)

Fixed

  • Tracing: Fix constants resolution for Rails runner (#4863)