Skip to content

Commit 5b1355f

Browse files
authored
Merge pull request #2892 from DataDog/bump_to_version_1.12.0
Bump to version 1.12.0
2 parents 5af21bc + 4925515 commit 5b1355f

File tree

321 files changed

+370
-322
lines changed

Some content is hidden

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

321 files changed

+370
-322
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

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+
533
## [1.11.1] - 2023-05-03
634

735
### Fixed
@@ -2410,7 +2438,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
24102438
24112439
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
24122440
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
24142443
[1.11.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.1
24152444
[1.11.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.0
24162445
[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
34453474
[#2720]: https://github.com/DataDog/dd-trace-rb/issues/2720
34463475
[#2726]: https://github.com/DataDog/dd-trace-rb/issues/2726
34473476
[#2727]: https://github.com/DataDog/dd-trace-rb/issues/2727
3477+
[#2730]: https://github.com/DataDog/dd-trace-rb/issues/2730
34483478
[#2731]: https://github.com/DataDog/dd-trace-rb/issues/2731
34493479
[#2732]: https://github.com/DataDog/dd-trace-rb/issues/2732
34503480
[#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
34553485
[#2757]: https://github.com/DataDog/dd-trace-rb/issues/2757
34563486
[#2760]: https://github.com/DataDog/dd-trace-rb/issues/2760
34573487
[#2762]: https://github.com/DataDog/dd-trace-rb/issues/2762
3488+
[#2765]: https://github.com/DataDog/dd-trace-rb/issues/2765
34583489
[#2769]: https://github.com/DataDog/dd-trace-rb/issues/2769
34593490
[#2770]: https://github.com/DataDog/dd-trace-rb/issues/2770
34603491
[#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
34663497
[#2805]: https://github.com/DataDog/dd-trace-rb/issues/2805
34673498
[#2806]: https://github.com/DataDog/dd-trace-rb/issues/2806
34683499
[#2810]: https://github.com/DataDog/dd-trace-rb/issues/2810
3500+
[#2815]: https://github.com/DataDog/dd-trace-rb/issues/2815
34693501
[#2822]: https://github.com/DataDog/dd-trace-rb/issues/2822
34703502
[#2824]: https://github.com/DataDog/dd-trace-rb/issues/2824
3503+
[#2826]: https://github.com/DataDog/dd-trace-rb/issues/2826
34713504
[#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
34723520
[@AdrianLC]: https://github.com/AdrianLC
34733521
[@Azure7111]: https://github.com/Azure7111
34743522
[@BabyGroot]: https://github.com/BabyGroot

gemfiles/jruby_9.2.21.0_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.21.0_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.21.0_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.21.0_cucumber3.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.21.0_cucumber4.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.21.0_cucumber5.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.21.0_hanami_1.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.21.0_opentelemetry.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.21.0_rails5_mysql2.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)