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@1fc343b8835463376056ad83d6e1bd5dddefb777# Automated: This reference is automatically updated.
114
+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@35cec2e0f264b8fde65092f494241ff105f7b3e8# Automated: This reference is automatically updated.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-1Lines changed: 26 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.21.0] - 2025-09-17
6
+
7
+
### Added
8
+
9
+
* Tracing: Generate metrics for GraphQL operation execution ([#4862][])
10
+
11
+
### Changed
12
+
13
+
* Tracing: The `graphql.execute` span resource now includes the operation type ([#4862][])
14
+
15
+
### Fixed
16
+
17
+
* Tracing: Fix Service Discovery capabilities on forked processes ([#4877][])
18
+
* Tracing: Fix an unclosed trace issue when the Rack application has proxy spans and raises an exception. This caused traces that encompassed multiple requests ([#4779][])
19
+
* AppSec: Fix API Security route extraction for Rails ([#4887][])
20
+
* AppSec: Fix a bug with non-string Hash keys conversion ([#4893][])
21
+
* Dynamic Instrumentation: Fix incorrect template expression evaluation in some cases ([#4884][])
0 commit comments