You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/system-tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ jobs:
111
111
TELEMETRY_METRIC_GENERATION_DISABLED
112
112
needs:
113
113
- build
114
-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@4ea4c419151062ab3c2e4131962f24f73c8f3f5d# Automated: This reference is automatically updated.
114
+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@1fc343b8835463376056ad83d6e1bd5dddefb777# Automated: This reference is automatically updated.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [2.20.0] - 2025-09-04
6
+
7
+
### Added
8
+
9
+
* Tracing: Add capability to add [W3C Baggage](https://www.w3.org/TR/baggage/#example) headers to the local root span as span tags ([#4716][])
10
+
* AppSec: Add WAF analysis of the responses with JSON body ([#4848][])
11
+
* Dynamic Instrumentation: Live Debugger: Add support for specifying probes in a file via `DD_DYNAMIC_INSTRUMENTATION_PROBE_FILE` environment variable ([#4838][])
12
+
13
+
### Changed
14
+
15
+
* Core: Expand generated warning and error messages during `libdatadog` build ([#4831][])
16
+
* AppSec: Rework handling of Remote Config updates for multi-threaded web servers ([#4833][])
17
+
* AppSec: Update security tags for Business Logic Events and User Events SDK v1 and v2 ([#4851][])
18
+
19
+
### Fixed
20
+
21
+
* Tracing: Fix constants resolution for Rails runner ([#4863][])
0 commit comments