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.7.1 to 2.8.0 #5328

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps datadog from 2.7.1 to 2.8.0.

Release notes

Sourced from datadog's releases.

2.8.0

Highlights

Dynamic instrumentation is now available in Ruby as a Preview. Currently only log probes are implemented, and they can be set on both methods and lines. If you are interested in trying out Dynamic Instrumentation for Ruby, please contact Datadog to be added to the Preview program or open a GitHub issue.

Added

  • AppSec: Add SQL injection detection for ActiveRecord for following adapters: mysql2, postgresql, and sqlite3 (#4167)
  • Telemetry: Add environment variable to disable logs (#4153)
  • Integrations: Add configuration option on_error to Elasticsearch tracing (#4066)

Changed

  • Upgrade libdatadog dependency to 14.3.1 (#4196)
  • Profiling: Require Ruby 3.1+ for heap profiling (#4178)
  • Appsec: Update libddwaf to 1.18.0.0.0 (#4164)
  • Single-step: Lower SSI GLIBC requirements down to 2.17 (#4137)

Fixed

  • Integrations: Avoid loading ActiveSupport::Cache::RedisCacheStore, which tries to load redis >= 4.0.1 regardless of the version of Redis the host application has installed (#4197)
  • Profiling: Fix unsafe initialization when using profiler with otel tracing (#4195)
  • Single-step: Add safe NOOP injection script for very old rubies (#4140)

Read the full changeset and the release milestone.

Changelog

Sourced from datadog's changelog.

[2.8.0] - 2024-12-10

Added

  • DI: Dynamic instrumentation is now available in Ruby as a Preview
  • AppSec: Add SQL injection detection for ActiveRecord for following adapters: mysql2, postgresql, and sqlite3 (#4167[])
  • Telemetry: Add environment variable to disable logs (#4153[])
  • Integrations: Add configuration option on_error to Elasticsearch tracing (#4066[])

Changed

  • Upgrade libdatadog dependency to 14.3.1 (#4196[])
  • Profiling: Require Ruby 3.1+ for heap profiling (#4178[])
  • AppSec: Update libddwaf to 1.18.0.0.0 (#4164[])
  • Single-step: Lower SSI GLIBC requirements down to 2.17 (#4137[])

Fixed

  • Integrations: Avoid loading ActiveSupport::Cache::RedisCacheStore, which tries to load redis >= 4.0.1 regardless of the version of Redis the host application has installed (#4197[])
  • Profiling: Fix unsafe initialization when using profiler with otel tracing (#4195[])
  • Single-step: Add safe NOOP injection script for very old rubies (#4140[])
Commits
  • 8ebc8a1 Merge pull request #4215 from DataDog/bump_to_version_2.8.0
  • 51d61a3 Minor: Tweak changelog to add DI to "Added" section and fix typo
  • 1675a15 Update lockfiles for release 2.8.0
  • 888bde3 Bump version 2.7.1 to 2.8.0
  • 23d4930 Add 2.8.0 to CHANGELOG.md
  • 18171cc DEBUG-2334 DI: method probes: pass block to target method when rate limited (...
  • dc55301 Merge pull request #4182 from DataDog/ivoanjo/update-docs-testing-mode
  • 7c759c9 Merge pull request #4204 from DataDog/ivoanjo/readd-atfork-testing
  • 38fee9b Merge pull request #4205 from DataDog/appsec-fix-ruleset-update-task
  • 39bc695 Fix appsec:ruleset:update rake task
  • 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.7.1 to 2.8.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.7.1...v2.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 11, 2024
@segiddins segiddins merged commit 5b8a493 into master Dec 12, 2024
17 checks passed
@segiddins segiddins deleted the dependabot/bundler/datadog-2.8.0 branch December 12, 2024 06:19
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