Skip to content

Commit 7014021

Browse files
authored
Merge pull request #4553 from DataDog/bump_to_version_2.13.0
Bump to version 2.13.0
2 parents 1e58013 + e79da21 commit 7014021

File tree

629 files changed

+665
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

629 files changed

+665
-630
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.13.0] - 2025-04-02
6+
7+
### Added
8+
9+
* Core: Add `DD_TRACE_EXPERIMENTAL_RUNTIME_ID_ENABLED` experimental option to enable runtime ID collection for runtime metrics. ([#4473][])
10+
* Tracing: Add support for W3C Baggage API along with automatic extraction and injection, and OpenTelemetry support. ([#4493][], [#4505][])
11+
* Tracing: Add `DD_APM_TRACING_ENABLED` option to disable APM tracing while keeping other products traces. ([#4498][])
12+
* Tracing: Add `DD_TRACE_NATIVE_SPAN_EVENTS` option to override span events serialization for agent-less environments. ([#4507][])
13+
* AppSec: Add stack trace reporting for security events. ([#4526][])
14+
* AppSec: Improve `devise` instrumentation to support latest Account Takeover (ATO) detection. ([#4433][])
15+
16+
### Changed
17+
18+
* Core: Improve `DD_TAGS` configuration handling to be more consistent across Datadog libraries and Agent. ([#4530][])
19+
* Tracing: Enable by default 128-bit trace ID logging so that trace IDs are consistent across logs and the Datadog UI. ([#4528][])
20+
21+
### Fixed
22+
23+
* Core: Fix initialization when the library is partially loaded. ([#4498][])
24+
* Tracing: Fix trace ID propagation by ensuring extraction of 16-character hex values from the `_dd.p.tid` tag in `x-datadog-tags` header. ([#4534][])
25+
* Tracing: Profiling: Fix warnings printed by `ruby -w`. ([#4547][], [#4549][])
26+
527
## [2.12.2] - 2025-03-17
628

729
### Fixed
@@ -3145,7 +3167,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
31453167
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
31463168
31473169
3148-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.2...master
3170+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.13.0...master
3171+
[2.13.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.2...v2.13.0
31493172
[2.12.2]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.1...v2.12.2
31503173
[2.12.1]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.0...v2.12.1
31513174
[2.12.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.11.0...v2.12.0
@@ -4649,8 +4672,20 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
46494672
[#4424]: https://github.com/DataDog/dd-trace-rb/issues/4424
46504673
[#4425]: https://github.com/DataDog/dd-trace-rb/issues/4425
46514674
[#4426]: https://github.com/DataDog/dd-trace-rb/issues/4426
4675+
[#4433]: https://github.com/DataDog/dd-trace-rb/issues/4433
46524676
[#4437]: https://github.com/DataDog/dd-trace-rb/issues/4437
4677+
[#4473]: https://github.com/DataDog/dd-trace-rb/issues/4473
4678+
[#4493]: https://github.com/DataDog/dd-trace-rb/issues/4493
46534679
[#4497]: https://github.com/DataDog/dd-trace-rb/issues/4497
4680+
[#4498]: https://github.com/DataDog/dd-trace-rb/issues/4498
4681+
[#4505]: https://github.com/DataDog/dd-trace-rb/issues/4505
4682+
[#4507]: https://github.com/DataDog/dd-trace-rb/issues/4507
4683+
[#4526]: https://github.com/DataDog/dd-trace-rb/issues/4526
4684+
[#4528]: https://github.com/DataDog/dd-trace-rb/issues/4528
4685+
[#4530]: https://github.com/DataDog/dd-trace-rb/issues/4530
4686+
[#4534]: https://github.com/DataDog/dd-trace-rb/issues/4534
4687+
[#4547]: https://github.com/DataDog/dd-trace-rb/issues/4547
4688+
[#4549]: https://github.com/DataDog/dd-trace-rb/issues/4549
46544689
[@AdrianLC]: https://github.com/AdrianLC
46554690
[@Azure7111]: https://github.com/Azure7111
46564691
[@BabyGroot]: https://github.com/BabyGroot

gemfiles/jruby_9.2_activesupport.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_aws.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_contrib.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_contrib_old.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_core_old.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_dalli_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_dalli_latest.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_latest.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)