Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump datadog from 2.8.0 to 2.9.0 #5398

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps datadog from 2.8.0 to 2.9.0.

Release notes

Sourced from datadog's releases.

2.9.0

Highlights

This release adds official support for Ruby 3.4, fixes a few rare crashes in ipv6 and otel support, and improves the loading of dynamic instrumentation.

Added

  • Core: add support for Ruby 3.4 (#4249)
  • Integrations: add a new option for ActiveSupport to disable adding the cache_key as a Span Tag with the cache_key_enabled option (#4022)

Changed

  • Dynamic instrumentation: move DI preloading to datadog/di/preload (#4288)
  • Dynamic instrumentation: dd-trace-rb now reports whether dynamic instrumentation is enabled in startup summary report (#4285)
  • Dynamic instrumentation: improve loading of DI components (#4272, #4239)
  • Dynamic instrumentation: logging of internal conditions is now done on debug level (#4266)
  • Dynamic instrumentation: report instrumentation error for line probes when the target file is loaded but not in code tracker registry (#4208)
  • Profiling: require datadog-ruby_core_source >= 3.3.7 to ensure Ruby 3.4 support (#4228)

Fixed

  • Core: fix a crash in crashtracker when agent hostname is an IPv6 address (#4237)
  • Profiling: fix allocation profiling + otel tracing causing Ruby crash (#4240)
  • Profiling: fix profiling warnings being really hard to silence (#4232)

Read the full changeset and the release milestone.

Changelog

Sourced from datadog's changelog.

[2.9.0] - 2025-01-15

Added

  • Core: add support for Ruby 3.4 (#4249[])
  • Integrations: add a new option for ActiveSupport to disable adding the cache_key as a Span Tag with the cache_key_enabled option (#4022[])

Changed

  • Dynamic instrumentation: move DI preloading to datadog/di/preload (#4288[])
  • Dynamic instrumentation: dd-trace-rb now reports whether dynamic instrumentation is enabled in startup summary report (#4285[])
  • Dynamic instrumentation: improve loading of DI components (#4272[], #4239[])
  • Dynamic instrumentation: logging of internal conditions is now done on debug level (#4266[])
  • Dynamic instrumentation: report instrumentation error for line probes when the target file is loaded but not in code tracker registry (#4208[])
  • Profiling: require datadog-ruby_core_source >= 3.3.7 to ensure Ruby 3.4 support (#4228[])

Fixed

  • Core: fix a crash in crashtracker when agent hostname is an IPv6 address (#4237[])
  • Profiling: fix allocation profiling + otel tracing causing Ruby crash (#4240[])
  • Profiling: fix profiling warnings being really hard to silence (#4232[])
Commits
  • fe9272b Bump to version 2.9.0 (#4293)
  • 7fa295e Increase type checking coverage (#4290)
  • 9e3a3e3 DEBUG-3329 rename datadog/di/init to datadog/di/preload (#4288)
  • e28dcc8 update supported versions workflow (#4289)
  • 5361e8e DEBUG-3182 DI railtie (#4272)
  • 8f97fe7 DEBUG-3328 report DI status in environment logger summary (#4285)
  • b2bf14b Merge pull request #4287 from DataDog/add-ostruct-gem-to-ruby-3-5-gemfile
  • ecf6a2b Move out ostruct gem from test group for Ruby 3.5
  • 08743d9 DEBUG-3316 verify code tracking works in forked processes (#4284)
  • 5235204 Merge pull request #4281 from DataDog/appsec-use-throw-for-rack-blocking
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [datadog](https://github.com/DataDog/dd-trace-rb) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 16, 2025
@segiddins segiddins merged commit 45284a6 into master Jan 16, 2025
19 checks passed
@segiddins segiddins deleted the dependabot/bundler/datadog-2.9.0 branch January 16, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
Development

Successfully merging this pull request may close these issues.

1 participant