2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.12.0] - 2023-06-02
6
+
7
+ ### Added
8
+ * Profiling: Add support for profiling Ruby 3.3.0-preview1 ([ #2860 ] [ ] )
9
+ * Appsec: Appsec support nested apps ([ #2836 ] [ ] )
10
+ * Appsec: Appsec add support for custom rules ([ #2856 ] [ ] )
11
+ * Appsec: Update appsec static rules to 1.7.0 version ([ #2869 ] [ ] )
12
+ * Appsec: Tag AppSec on Rack top-level span ([ #2858 ] [ ] )
13
+ * Profiling: Implement "no signals" workaround and enable CPU Profiling 2.0 for all customers ([ #2873 ] [ ] )
14
+ * Ci: Update CI Visibility spec ([ #2874 ] [ ] )
15
+ * Appsec: Added missing waf addresses to request operation ([ #2883 ] [ ] )
16
+
17
+ ### Changed
18
+
19
+ * Tracing: Consistent APM Span tags for AWS SDK Requests ([ #2730 ] [ ] )
20
+ * Tracing: Change default ` service_name ` values Part 2 ([ #2765 ] [ ] )
21
+ * Profiling: Bump debase-ruby_core_source dependency to 3.2.1 ([ #2875 ] [ ] )
22
+
23
+ ### Fixed
24
+ * Telemetry: Disable for non-HTTP agent connection ([ #2815 ] [ ] )
25
+ * Tracing: Fix circular requires ([ #2826 ] [ ] )
26
+ * Tracing: Update comment about Datadog::Tracing::Distributed::Ext to correct modules ([ #2840 ] [ ] )
27
+ * Appsec: Check if ` :appsec ` setting is present before accessing it in remote component ([ #2854 ] [ ] )
28
+ * Telemetry: Do not send Dependency ` hash ` when ` version ` is present ([ #2855 ] [ ] )
29
+ * Core: Fix symbol configuration for ` env ` and ` service ` ([ #2864 ] [ ] )
30
+ * Tracing: Fix sql comment propagation ` full ` mode when tracing is disabled ([ #2866 ] [ ] )
31
+ * Appsec: Use relative URI for server.request.uri.raw ([ #2890 ] [ ] )
32
+
5
33
## [ 1.11.1] - 2023-05-03
6
34
7
35
### Fixed
@@ -2410,7 +2438,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
2410
2438
2411
2439
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2412
2440
2413
- [Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.11.1...master
2441
+ [Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.0...master
2442
+ [1.12.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.11.1...v1.12.0
2414
2443
[1.11.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.1
2415
2444
[1.11.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.0
2416
2445
[1.11.0.beta1]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.0.beta1
@@ -3445,6 +3474,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
3445
3474
[#2720]: https://github.com/DataDog/dd-trace-rb/issues/2720
3446
3475
[#2726]: https://github.com/DataDog/dd-trace-rb/issues/2726
3447
3476
[#2727]: https://github.com/DataDog/dd-trace-rb/issues/2727
3477
+ [#2730]: https://github.com/DataDog/dd-trace-rb/issues/2730
3448
3478
[#2731]: https://github.com/DataDog/dd-trace-rb/issues/2731
3449
3479
[#2732]: https://github.com/DataDog/dd-trace-rb/issues/2732
3450
3480
[#2733]: https://github.com/DataDog/dd-trace-rb/issues/2733
@@ -3455,6 +3485,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
3455
3485
[#2757]: https://github.com/DataDog/dd-trace-rb/issues/2757
3456
3486
[#2760]: https://github.com/DataDog/dd-trace-rb/issues/2760
3457
3487
[#2762]: https://github.com/DataDog/dd-trace-rb/issues/2762
3488
+ [#2765]: https://github.com/DataDog/dd-trace-rb/issues/2765
3458
3489
[#2769]: https://github.com/DataDog/dd-trace-rb/issues/2769
3459
3490
[#2770]: https://github.com/DataDog/dd-trace-rb/issues/2770
3460
3491
[#2771]: https://github.com/DataDog/dd-trace-rb/issues/2771
@@ -3466,9 +3497,26 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
3466
3497
[#2805]: https://github.com/DataDog/dd-trace-rb/issues/2805
3467
3498
[#2806]: https://github.com/DataDog/dd-trace-rb/issues/2806
3468
3499
[#2810]: https://github.com/DataDog/dd-trace-rb/issues/2810
3500
+ [#2815]: https://github.com/DataDog/dd-trace-rb/issues/2815
3469
3501
[#2822]: https://github.com/DataDog/dd-trace-rb/issues/2822
3470
3502
[#2824]: https://github.com/DataDog/dd-trace-rb/issues/2824
3503
+ [#2826]: https://github.com/DataDog/dd-trace-rb/issues/2826
3471
3504
[#2829]: https://github.com/DataDog/dd-trace-rb/issues/2829
3505
+ [#2836]: https://github.com/DataDog/dd-trace-rb/issues/2836
3506
+ [#2840]: https://github.com/DataDog/dd-trace-rb/issues/2840
3507
+ [#2854]: https://github.com/DataDog/dd-trace-rb/issues/2854
3508
+ [#2855]: https://github.com/DataDog/dd-trace-rb/issues/2855
3509
+ [#2856]: https://github.com/DataDog/dd-trace-rb/issues/2856
3510
+ [#2858]: https://github.com/DataDog/dd-trace-rb/issues/2858
3511
+ [#2860]: https://github.com/DataDog/dd-trace-rb/issues/2860
3512
+ [#2864]: https://github.com/DataDog/dd-trace-rb/issues/2864
3513
+ [#2866]: https://github.com/DataDog/dd-trace-rb/issues/2866
3514
+ [#2869]: https://github.com/DataDog/dd-trace-rb/issues/2869
3515
+ [#2873]: https://github.com/DataDog/dd-trace-rb/issues/2873
3516
+ [#2874]: https://github.com/DataDog/dd-trace-rb/issues/2874
3517
+ [#2875]: https://github.com/DataDog/dd-trace-rb/issues/2875
3518
+ [#2883]: https://github.com/DataDog/dd-trace-rb/issues/2883
3519
+ [#2890]: https://github.com/DataDog/dd-trace-rb/issues/2890
3472
3520
[@AdrianLC]: https://github.com/AdrianLC
3473
3521
[@Azure7111]: https://github.com/Azure7111
3474
3522
[@BabyGroot]: https://github.com/BabyGroot
0 commit comments