Skip to content

Commit c3ddac4

Browse files
authored
Merge pull request #2906 from DataDog/bump_to_version_1.12.1
Bump to version 1.12.1
2 parents 01d73d1 + fa342c0 commit c3ddac4

File tree

321 files changed

+345
-321
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

+345
-321
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.12.1] - 2023-06-14
6+
7+
### Added
8+
Appsec: Add `appsec.blocked` tag to span ([#2895][])
9+
Profiling: Add workaround for legacy profiler incompatibility with ruby-cloud-profiler gem ([#2891][])
10+
Core: Allow setting remote configuration service name ([#2853][])
11+
12+
### Changed
13+
Appsec: Change the value format for the WAF address `server.request.query` ([#2903][])
14+
Profiling: Log pkg-config command when building profiling native extension
15+
16+
### Fixed
17+
Appsec: Update blocked response content_type resolution ([#2900][])
18+
Appsec: Ensure to use service entry span. ([#2898][])
19+
Tracing: Fix AWS integration constant loading ([#2896][])
20+
521
## [1.12.0] - 2023-06-02
622

723
### Added
@@ -2438,7 +2454,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
24382454
24392455
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
24402456
2441-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.0...master
2457+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.1...master
2458+
[1.12.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.0...v1.12.1
24422459
[1.12.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.11.1...v1.12.0
24432460
[1.11.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.1
24442461
[1.11.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.10.1...v1.11.0
@@ -3504,6 +3521,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
35043521
[#2829]: https://github.com/DataDog/dd-trace-rb/issues/2829
35053522
[#2836]: https://github.com/DataDog/dd-trace-rb/issues/2836
35063523
[#2840]: https://github.com/DataDog/dd-trace-rb/issues/2840
3524+
[#2853]: https://github.com/DataDog/dd-trace-rb/issues/2853
35073525
[#2854]: https://github.com/DataDog/dd-trace-rb/issues/2854
35083526
[#2855]: https://github.com/DataDog/dd-trace-rb/issues/2855
35093527
[#2856]: https://github.com/DataDog/dd-trace-rb/issues/2856
@@ -3517,6 +3535,12 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
35173535
[#2875]: https://github.com/DataDog/dd-trace-rb/issues/2875
35183536
[#2883]: https://github.com/DataDog/dd-trace-rb/issues/2883
35193537
[#2890]: https://github.com/DataDog/dd-trace-rb/issues/2890
3538+
[#2891]: https://github.com/DataDog/dd-trace-rb/issues/2891
3539+
[#2895]: https://github.com/DataDog/dd-trace-rb/issues/2895
3540+
[#2896]: https://github.com/DataDog/dd-trace-rb/issues/2896
3541+
[#2898]: https://github.com/DataDog/dd-trace-rb/issues/2898
3542+
[#2900]: https://github.com/DataDog/dd-trace-rb/issues/2900
3543+
[#2903]: https://github.com/DataDog/dd-trace-rb/issues/2903
35203544
[@AdrianLC]: https://github.com/AdrianLC
35213545
[@Azure7111]: https://github.com/Azure7111
35223546
[@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)