Skip to content

Commit fe9272b

Browse files
p-datadogp
andauthored
Bump to version 2.9.0 (#4293)
* Add 2.9.0 to CHANGELOG.md * Bump version 2.8.0 to 2.9.0 * Update lockfiles for release 2.9.0 --------- Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 7fa295e commit fe9272b

File tree

549 files changed

+584
-549
lines changed

Some content is hidden

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

549 files changed

+584
-549
lines changed

CHANGELOG.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## [2.9.0] - 2025-01-15
6+
7+
### Added
8+
9+
* Core: add support for Ruby 3.4 ([#4249][])
10+
* Integrations: add a new option for `ActiveSupport` to disable adding the `cache_key` as a Span Tag with the `cache_key_enabled` option ([#4022][])
11+
12+
### Changed
13+
14+
* Dynamic instrumentation: move DI preloading to `datadog/di/preload` ([#4288][])
15+
* Dynamic instrumentation: dd-trace-rb now reports whether dynamic instrumentation is enabled in startup summary report ([#4285][])
16+
* Dynamic instrumentation: improve loading of DI components ([#4272][], [#4239][])
17+
* Dynamic instrumentation: logging of internal conditions is now done on debug level ([#4266][])
18+
* Dynamic instrumentation: report instrumentation error for line probes when the target file is loaded but not in code tracker registry ([#4208][])
19+
* Profiling: require datadog-ruby_core_source >= 3.3.7 to ensure Ruby 3.4 support ([#4228][])
20+
21+
### Fixed
22+
23+
* Core: fix a crash in crashtracker when agent hostname is an IPv6 address ([#4237][])
24+
* Profiling: fix allocation profiling + otel tracing causing Ruby crash ([#4240][])
25+
* Profiling: fix profiling warnings being really hard to silence ([#4232][])
26+
527
## [2.8.0] - 2024-12-10
628

729
### Added
@@ -3057,7 +3079,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
30573079
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
30583080
30593081
3060-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.8.0...master
3082+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.9.0...master
3083+
[2.9.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.8.0...v2.9.0
30613084
[2.8.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.7.1...v2.8.0
30623085
[2.7.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.6.0...v2.7.0
30633086
[2.6.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.5.0...v2.6.0
@@ -4499,6 +4522,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
44994522
[#3997]: https://github.com/DataDog/dd-trace-rb/issues/3997
45004523
[#4014]: https://github.com/DataDog/dd-trace-rb/issues/4014
45014524
[#4020]: https://github.com/DataDog/dd-trace-rb/issues/4020
4525+
[#4022]: https://github.com/DataDog/dd-trace-rb/issues/4022
45024526
[#4024]: https://github.com/DataDog/dd-trace-rb/issues/4024
45034527
[#4027]: https://github.com/DataDog/dd-trace-rb/issues/4027
45044528
[#4033]: https://github.com/DataDog/dd-trace-rb/issues/4033
@@ -4519,6 +4543,17 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
45194543
[#4195]: https://github.com/DataDog/dd-trace-rb/issues/4195
45204544
[#4196]: https://github.com/DataDog/dd-trace-rb/issues/4196
45214545
[#4197]: https://github.com/DataDog/dd-trace-rb/issues/4197
4546+
[#4208]: https://github.com/DataDog/dd-trace-rb/issues/4208
4547+
[#4228]: https://github.com/DataDog/dd-trace-rb/issues/4228
4548+
[#4232]: https://github.com/DataDog/dd-trace-rb/issues/4232
4549+
[#4237]: https://github.com/DataDog/dd-trace-rb/issues/4237
4550+
[#4239]: https://github.com/DataDog/dd-trace-rb/issues/4239
4551+
[#4240]: https://github.com/DataDog/dd-trace-rb/issues/4240
4552+
[#4249]: https://github.com/DataDog/dd-trace-rb/issues/4249
4553+
[#4266]: https://github.com/DataDog/dd-trace-rb/issues/4266
4554+
[#4272]: https://github.com/DataDog/dd-trace-rb/issues/4272
4555+
[#4285]: https://github.com/DataDog/dd-trace-rb/issues/4285
4556+
[#4288]: https://github.com/DataDog/dd-trace-rb/issues/4288
45224557
[@AdrianLC]: https://github.com/AdrianLC
45234558
[@Azure7111]: https://github.com/Azure7111
45244559
[@BabyGroot]: https://github.com/BabyGroot

gemfiles/jruby_9.2_activesupport.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_aws.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_contrib.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_contrib_old.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_core_old.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_7.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_8.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_latest.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_graphql_2.0.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_http.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_opensearch_2.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_opensearch_3.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_opensearch_latest.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rack_1.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rack_2.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rack_3.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rack_latest.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails5_mysql2.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails5_postgres.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails5_postgres_redis.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails5_postgres_redis_activesupport.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails5_postgres_sidekiq.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails5_semantic_logger.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails61_mysql2.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails61_postgres.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails61_postgres_redis.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails61_postgres_sidekiq.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails61_semantic_logger.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails6_mysql2.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails6_postgres.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails6_postgres_redis.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails6_postgres_redis_activesupport.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails6_postgres_sidekiq.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_rails6_semantic_logger.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_redis_3.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_redis_4.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_redis_5.gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)