Skip to content

Commit afc4a02

Browse files
authored
Merge pull request #3073 from DataDog/bump_to_version_1.14.0
Bump to version 1.14.0
2 parents f3c7f96 + 3c4d765 commit afc4a02

File tree

341 files changed

+371
-342
lines changed

Some content is hidden

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

341 files changed

+371
-342
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.14.0] - 2023-08-24
6+
7+
### Added
8+
9+
* Cucumber 8.0.0 support, test CI visibility with cucumber versions 6-8 ([#3061][])
10+
* Tracing: Add `ddsource` to #to_log_format ([#3025][])
11+
* Core: include peer service configurations in telemetry payload ([#3056][])
12+
* Tracing: Improve quantization ([#3041][])
13+
14+
### Changed
15+
16+
* Profiling: Disable profiler on Ruby 3.3 due to incompatibility ([#3054][])
17+
* Core: EnvironmentLogger adjustments ([#3020][], [#3057][])
18+
19+
### Fixed
20+
21+
* Appsec: Fix ASM setting for automated user events. ([#3070][])
22+
* Tracing: Fix ActiveRecord adapter name for Rails 7 ([#3051][])
23+
524
## [1.13.1] - 2023-08-14
625

726
### Fixed
@@ -2515,7 +2534,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
25152534
25162535
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
25172536
2518-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.13.1...master
2537+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.14.0...master
2538+
[1.14.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.13.1...1.14.0
25192539
[1.13.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.13.0...1.13.1
25202540
[1.13.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.1...v1.13.0
25212541
[1.12.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.0...v1.12.1
@@ -3652,12 +3672,21 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
36523672
[#3007]: https://github.com/DataDog/dd-trace-rb/issues/3007
36533673
[#3011]: https://github.com/DataDog/dd-trace-rb/issues/3011
36543674
[#3019]: https://github.com/DataDog/dd-trace-rb/issues/3019
3675+
[#3020]: https://github.com/DataDog/dd-trace-rb/issues/3020
36553676
[#3022]: https://github.com/DataDog/dd-trace-rb/issues/3022
3677+
[#3025]: https://github.com/DataDog/dd-trace-rb/issues/3025
36563678
[#3033]: https://github.com/DataDog/dd-trace-rb/issues/3033
36573679
[#3037]: https://github.com/DataDog/dd-trace-rb/issues/3037
36583680
[#3038]: https://github.com/DataDog/dd-trace-rb/issues/3038
36593681
[#3039]: https://github.com/DataDog/dd-trace-rb/issues/3039
3682+
[#3041]: https://github.com/DataDog/dd-trace-rb/issues/3041
36603683
[#3045]: https://github.com/DataDog/dd-trace-rb/issues/3045
3684+
[#3051]: https://github.com/DataDog/dd-trace-rb/issues/3051
3685+
[#3054]: https://github.com/DataDog/dd-trace-rb/issues/3054
3686+
[#3056]: https://github.com/DataDog/dd-trace-rb/issues/3056
3687+
[#3057]: https://github.com/DataDog/dd-trace-rb/issues/3057
3688+
[#3061]: https://github.com/DataDog/dd-trace-rb/issues/3061
3689+
[#3070]: https://github.com/DataDog/dd-trace-rb/issues/3070
36613690
[@AdrianLC]: https://github.com/AdrianLC
36623691
[@Azure7111]: https://github.com/Azure7111
36633692
[@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)