Skip to content

Commit e40fb6f

Browse files
authored
Merge pull request #4896 from DataDog/bump_to_version_2.21.0
Bump to version 2.21.0
2 parents 443513e + 2950450 commit e40fb6f

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

.github/workflows/system-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
TELEMETRY_METRIC_GENERATION_DISABLED
112112
needs:
113113
- 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.
115115
secrets: inherit # zizmor: ignore[secrets-inherit]
116116
permissions:
117117
contents: read
@@ -124,7 +124,7 @@ jobs:
124124
scenarios: ${{ matrix.scenarios }}
125125
weblogs: ${{ matrix.weblogs }}
126126
skip_empty_scenarios: true
127-
ref: 1fc343b8835463376056ad83d6e1bd5dddefb777 # Automated: This reference is automatically updated.
127+
ref: 35cec2e0f264b8fde65092f494241ff105f7b3e8 # Automated: This reference is automatically updated.
128128
force_execute: ${{ needs.build.outputs.forced_tests }}
129129
parametric_job_count: 8
130130

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ requirements_json_test:
141141

142142
configure_system_tests:
143143
variables:
144-
SYSTEM_TESTS_REF: 1fc343b8835463376056ad83d6e1bd5dddefb777 # Automated: This reference is automatically updated.
144+
SYSTEM_TESTS_REF: 35cec2e0f264b8fde65092f494241ff105f7b3e8 # Automated: This reference is automatically updated.
145145
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
146146

147147
save_versions:

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

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][])
22+
523
## [2.20.0] - 2025-09-04
624

725
### Added
@@ -3315,7 +3333,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
33153333
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
33163334
33173335
3318-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.20.0...master
3336+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.21.0...master
3337+
[2.21.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.20.0...v2.21.0
33193338
[2.20.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.19.0...v2.20.0
33203339
[2.19.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.18.0...v2.19.0
33213340
[2.18.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.17.0...v2.18.0
@@ -4894,6 +4913,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
48944913
[#4771]: https://github.com/DataDog/dd-trace-rb/issues/4771
48954914
[#4772]: https://github.com/DataDog/dd-trace-rb/issues/4772
48964915
[#4776]: https://github.com/DataDog/dd-trace-rb/issues/4776
4916+
[#4779]: https://github.com/DataDog/dd-trace-rb/issues/4779
48974917
[#4783]: https://github.com/DataDog/dd-trace-rb/issues/4783
48984918
[#4785]: https://github.com/DataDog/dd-trace-rb/issues/4785
48994919
[#4786]: https://github.com/DataDog/dd-trace-rb/issues/4786
@@ -4909,7 +4929,12 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
49094929
[#4838]: https://github.com/DataDog/dd-trace-rb/issues/4838
49104930
[#4848]: https://github.com/DataDog/dd-trace-rb/issues/4848
49114931
[#4851]: https://github.com/DataDog/dd-trace-rb/issues/4851
4932+
[#4862]: https://github.com/DataDog/dd-trace-rb/issues/4862
49124933
[#4863]: https://github.com/DataDog/dd-trace-rb/issues/4863
4934+
[#4877]: https://github.com/DataDog/dd-trace-rb/issues/4877
4935+
[#4884]: https://github.com/DataDog/dd-trace-rb/issues/4884
4936+
[#4887]: https://github.com/DataDog/dd-trace-rb/issues/4887
4937+
[#4893]: https://github.com/DataDog/dd-trace-rb/issues/4893
49134938
[@AdrianLC]: https://github.com/AdrianLC
49144939
[@Azure7111]: https://github.com/Azure7111
49154940
[@BabyGroot]: https://github.com/BabyGroot

0 commit comments

Comments
 (0)