|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 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 | + |
5 | 27 | ## [2.12.2] - 2025-03-17
|
6 | 28 |
|
7 | 29 | ### Fixed
|
@@ -3145,7 +3167,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
|
3145 | 3167 | Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
|
3146 | 3168 |
|
3147 | 3169 |
|
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 |
3149 | 3172 | [2.12.2]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.1...v2.12.2
|
3150 | 3173 | [2.12.1]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.0...v2.12.1
|
3151 | 3174 | [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
|
4649 | 4672 | [#4424]: https://github.com/DataDog/dd-trace-rb/issues/4424
|
4650 | 4673 | [#4425]: https://github.com/DataDog/dd-trace-rb/issues/4425
|
4651 | 4674 | [#4426]: https://github.com/DataDog/dd-trace-rb/issues/4426
|
| 4675 | +[#4433]: https://github.com/DataDog/dd-trace-rb/issues/4433 |
4652 | 4676 | [#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 |
4653 | 4679 | [#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 |
4654 | 4689 | [@AdrianLC]: https://github.com/AdrianLC
|
4655 | 4690 | [@Azure7111]: https://github.com/Azure7111
|
4656 | 4691 | [@BabyGroot]: https://github.com/BabyGroot
|
|
0 commit comments