2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.16.0] - 2025-05-19
6
+
7
+ ### Added
8
+
9
+ * Core: Add new configuration precedence value ` environment ` ([ #4610 ] [ ] )
10
+ * Core: Add Source Code Integration (SCI) tags in Telemetry app-started event and in each Remote Config request ([ #4653 ] [ ] )
11
+ * Core: Tracing: ErrorTracking: Add automatic reporting of handled errors ([ #4604 ] [ ] )
12
+ * AppSec: Integrations: Add session tracking and attacker fingerprinting to ` devise ` and ` rails ` ([ #4644 ] [ ] , [ #4625 ] [ ] )
13
+ * Profiling: Add support for Ruby 3.5.0-preview1 ([ #4600 ] [ ] )
14
+ * Tracing: Add warning when ` on_error ` handler is not a ` Proc ` ([ #4611 ] [ ] )
15
+ * Tracing: Integrations: Add option to serialize MongoDB command as JSON ([ #4403 ] [ ] )
16
+ * Tracing: Integrations: Add baggage to ` karafka ` list of propagation styles ([ #4614 ] [ ] )
17
+
18
+ ### Changed
19
+
20
+ * Tracing: Adjust trace sampling formula ([ #4616 ] [ ] )
21
+ * Profiling: Replace ` JSON.fast_generate ` with ` JSON.generate ` ([ #4602 ] [ ] )
22
+
23
+ ### Fixed
24
+
25
+ * Core: Fix Ruby warnings when providing a custom time provider ([ #4613 ] [ ] )
26
+ * Core: Fix Telemetry configuration in agentless mode to respect the timeout specified for the Agent ([ #4590 ] [ ] )
27
+ * Profiling: Fix profiler compatibility with ruby-head (3.5) ([ #4656 ] [ ] )
28
+
29
+ ### Removed
30
+
31
+ * Core: Remove duplicated classes from Telemetry transport ([ #4575 ] [ ] )
32
+
5
33
## [ 2.15.0] - 2025-04-17
6
34
7
35
### Added
@@ -3194,7 +3222,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
3194
3222
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
3195
3223
3196
3224
3197
- [Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.15.0...master
3225
+ [Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.16.0...master
3226
+ [2.16.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.15.0...v2.16.0
3198
3227
[2.15.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.14.0...v2.15.0
3199
3228
[2.14.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.13.0...v2.14.0
3200
3229
[2.13.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.2...v2.13.0
@@ -4696,6 +4725,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
4696
4725
[#4391]: https://github.com/DataDog/dd-trace-rb/issues/4391
4697
4726
[#4398]: https://github.com/DataDog/dd-trace-rb/issues/4398
4698
4727
[#4399]: https://github.com/DataDog/dd-trace-rb/issues/4399
4728
+ [#4403]: https://github.com/DataDog/dd-trace-rb/issues/4403
4699
4729
[#4406]: https://github.com/DataDog/dd-trace-rb/issues/4406
4700
4730
[#4411]: https://github.com/DataDog/dd-trace-rb/issues/4411
4701
4731
[#4422]: https://github.com/DataDog/dd-trace-rb/issues/4422
@@ -4721,8 +4751,22 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
4721
4751
[#4558]: https://github.com/DataDog/dd-trace-rb/issues/4558
4722
4752
[#4568]: https://github.com/DataDog/dd-trace-rb/issues/4568
4723
4753
[#4573]: https://github.com/DataDog/dd-trace-rb/issues/4573
4754
+ [#4575]: https://github.com/DataDog/dd-trace-rb/issues/4575
4724
4755
[#4580]: https://github.com/DataDog/dd-trace-rb/issues/4580
4725
4756
[#4581]: https://github.com/DataDog/dd-trace-rb/issues/4581
4757
+ [#4590]: https://github.com/DataDog/dd-trace-rb/issues/4590
4758
+ [#4600]: https://github.com/DataDog/dd-trace-rb/issues/4600
4759
+ [#4602]: https://github.com/DataDog/dd-trace-rb/issues/4602
4760
+ [#4604]: https://github.com/DataDog/dd-trace-rb/issues/4604
4761
+ [#4610]: https://github.com/DataDog/dd-trace-rb/issues/4610
4762
+ [#4611]: https://github.com/DataDog/dd-trace-rb/issues/4611
4763
+ [#4613]: https://github.com/DataDog/dd-trace-rb/issues/4613
4764
+ [#4614]: https://github.com/DataDog/dd-trace-rb/issues/4614
4765
+ [#4616]: https://github.com/DataDog/dd-trace-rb/issues/4616
4766
+ [#4625]: https://github.com/DataDog/dd-trace-rb/issues/4625
4767
+ [#4644]: https://github.com/DataDog/dd-trace-rb/issues/4644
4768
+ [#4653]: https://github.com/DataDog/dd-trace-rb/issues/4653
4769
+ [#4656]: https://github.com/DataDog/dd-trace-rb/issues/4656
4726
4770
[@AdrianLC]: https://github.com/AdrianLC
4727
4771
[@Azure7111]: https://github.com/Azure7111
4728
4772
[@BabyGroot]: https://github.com/BabyGroot
@@ -4874,4 +4918,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
4874
4918
[@y-yagi]: https://github.com/y-yagi
4875
4919
[@yujideveloper]: https://github.com/yujideveloper
4876
4920
[@yukimurasawa]: https://github.com/yukimurasawa
4877
- [@zachmccormick]: https://github.com/zachmccormick
4921
+ [@zachmccormick]: https://github.com/zachmccormick
0 commit comments