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.10.0 to 2.12.0 #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

Bumps datadog from 2.10.0 to 2.12.0.

Release notes

Sourced from datadog's releases.

2.12.0

Added

  • AppSec: Add detection of Server-Side Request Forgery attacks for rest-client (#4424)
  • Dynamic Instrumentation: Add support for unix domain sockets (#4426)

Read the full changeset and the release milestone.

2.11.0

Highlights

Here are some important changes introduced in 2.11.0 and we recommend upgrading.

  • Remove peer services by default. This change is to ensure compatibility with Inferred services, allowing for automatic discovery of instrumented dependencies such as databases, queues, or third-party APIs. If you need the previous peer service behavior back, set the environment variable DD_TRACE_PEER_SERVICE_DEFAULTS_ENABLED=true.

  • Fix a memory leak issue for Runtime Application Self-Protection (RASP)

GVL Profiling is now enabled by default on Ruby 3.2+

GVL profiling means the profiler gathers information from threads waiting to acquire the Ruby "Global VM Lock" (GVL).

This waiting can be a big a source of latency for Ruby applications: a thread "Waiting on the GVL" is a thread that's ready to make progress, but can't start because Ruby is busy doing something else.

For more details on why GVL profiling is relevant, check out How the Ruby Global VM Lock impacts app performance and DataDog/dd-trace-rb#3929.

Added

  • Tracing: Support graphql multiple query errors report via Span Events (#4177)
  • Profiling: Enable GVL profiling by default on Ruby 3.2+ (#4406)
  • Profiling: Support correlating profiling with OTel API 1.5+ (#4425)
  • AppSec: Add detection of Server-Side Request Forgery attacks for excon (#4399)
  • AppSec: Add detection of Server-Side Request Forgery attacks for faraday (#4391)
  • AppSec: Deprecate appsec.track_user_events configuration setting in favor of appsec.auto_user_instrumentation (#4352)
  • Dynamic Instrumentation: Add optional trace logging (#4283)

Changed

  • Increase default timeout for unix domain socket to 30 seconds (#4411)
  • Upgrade libdatadog to 16.0.1 (#4353)
  • Dynamic Instrumentation: Improve path matching with prefixes of probe paths (#4346)
  • Dynamic Instrumentation: Improve event reporting with combing status and snapshot events (#4360)

Fixed

  • Tracing: Fix rack to continue trace if only distributed trace is present (#4398)
  • AppSec: Fix a memory leak issue for RASP (#4422)
  • Dynamic Instrumentation: Fix event submission on forked servers (#4363)

... (truncated)

Changelog

Sourced from datadog's changelog.

[2.12.0] - 2025-02-27

Added

  • AppSec: Add detection of Server-Side Request Forgery attacks for rest-client (#4424[])
  • Dynamic Instrumentation: Add support for unix domain sockets (#4426[])

[2.11.0] - 2025-02-24

Added

  • Tracing: Support graphql multiple query errors report via Span Events (#4177[])
  • Profiling: Enable GVL profiling by default on Ruby 3.2+ (#4406[])
  • Profiling: Support correlating profiling with OTel API 1.5+ (#4425[])
  • AppSec: Add detection of Server-Side Request Forgery attacks for excon (#4399[])
  • AppSec: Add detection of Server-Side Request Forgery attacks for faraday (#4391[])
  • AppSec: Deprecate appsec.track_user_events configuration setting in favor of appsec.auto_user_instrumentation (#4352[])
  • Dynamic Instrumentation: Add optional trace logging (#4283[])

Changed

  • Increase default timeout for unix domain socket to 30 seconds (#4411[])
  • Upgrade libdatadog to 16.0.1 (#4353[])
  • Dynamic Instrumentation: Improve path matching with prefixes of probe paths (#4346[])
  • Dynamic Instrumentation: Improve event reporting with combing status and snapshot events (#4360[])

Fixed

  • Tracing: Fix rack to continue trace if only distributed trace is present (#4398[])
  • AppSec: Fix a memory leak issue for RASP (#4422[])
  • Dynamic Instrumentation: Fix event submission on forked servers (#4363[])

Removed

  • Tracing: Remove peer services by default (#3846[])
Commits
  • 7e57abb Merge pull request #4442 from DataDog/bump_to_version_2.12.0
  • fd8f004 Update lockfiles for release 2.12.0
  • e14dd60 Bump version 2.11.0 to 2.12.0
  • 8e3ab16 Add 2.12.0 to CHANGELOG.md
  • fa88415 Dependency inject logger (partial) (#4432)
  • 2941dc2 Merge pull request #4431 from DataDog/post_release_steps_for_2.11.0
  • e2c25ee Merge pull request #4427 from DataDog/auto-generate/update-latest-dependencies
  • 651af0d Merge branch 'master' into auto-generate/update-latest-dependencies
  • 5a11bf7 Merge branch 'master' into post_release_steps_for_2.11.0
  • 969cb5d Merge pull request #4436 from DataDog/tonycthsu/custom-batch
  • 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.10.0 to 2.12.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.10.0...v2.12.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 Feb 28, 2025
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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants