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 ddtrace from 1.0.0 to 1.23.3 in /src/supermarket #3235

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 Jul 26, 2024

Bumps ddtrace from 1.0.0 to 1.23.3.

Release notes

Sourced from ddtrace's releases.

1.23.3

Added

  • Add post install message about 2.x upgrade (#3723)

Fixed

  • Fix telemetry events blocking main thread (#3740)
  • Fix deadlock from telemetry threads (#3745)

Read the full changeset and the release milestone.

1.23.2

Fixed

  • Profiling: Fix rpath for linking to libdatadog when loading from extension dir (#3683)

Read the full changeset and the release milestone.

1.23.1

Fixed

AppSec: Fix undefined method error when Tracing disabled (#3650)

Read the full changeset and the release milestone.

1.23.0

Added

  • Profiling: Enable endpoint profiling for Sidekiq and similar background job processors (#3619)

Fixed

  • Fix no such file or directory issue when using single step instrumentation (#3623)
  • Fix error during telemetry debug logging attempt (#3618)

Read the full changeset and the release milestone.

1.22.0

Added

  • Tracing: Add sampling rules by trace resouce and tags (#3587, #3585)
  • Appsec: Add WAF vendor header support (#3528)

Changed

  • Upgrade Telemetry to V2 (#3551)

... (truncated)

Changelog

Sourced from ddtrace's changelog.

Changelog

[Unreleased]

[2.2.0] - 2024-07-11

Added

  • Tracing: Add Rails Runner instrumentation (#2509[])
  • Tracing: Introduce a new, reworked GraphQL tracer to comply with span attributes specification (#3672[])
  • Tracing: Enhance ActiveSupport::Cache instrumentation with ActiveSupport::Notifications subscription (#3772[])
  • Profiling: Track unscaled allocation counts in allocation profiler (#3770[])

Changed

  • Core: Send Telemetry events in batches (#3749[])
  • Tracing: Populate spans from ActiveSupport::Notifications as early as possible (#3725[])
  • Profiling: Upgrade to libdatadog 10 (#3753[])
  • Profiling: Optimize CodeProvenance#record_loaded_files to avoid allocations (#3757[])

Fixed

  • Core: Fix Telemetry events blocking main thread (#3718[])
  • Core: Fix deadlock from Telemetry threads (#3743[])
  • Tracing: Fix empty log correlation when tracing is disabled (#3731[])
  • Tracing: Fix HTTP propagation when missing parent span id (#3730[])
  • Tracing: Ensure _dd.p.tid tag with fixed size (#3729[])
  • OTel: Fix ids encoding/decoding for propagation (#3709[])
  • Profiling: Workaround Ruby Dir returning incorrect results (#3720[])
  • Profiling: Fix Phusion Passenger detection when missing from Gemfile/gems.rb (#3750[])
  • Profiling: Fix rpath for linking to libdatadog when loading extension (#3706[])
  • Profiling: Fix incorrect code provenance due to broken JSON monkey patch (#3695[])
  • Profiling: Fix aggregation of actionview template classes (#3759[], #3774[])

[2.1.0] - 2024-06-10

Added

  • Tracing: Configuration by OpenTelemetry environment variables (#3657[])

Fixed

  • Tracing: Improved compatibility with W3C Trace Context propagation (#3631[])

[2.0.0] - 2024-06-06

Added

  • Tracing: Remap http status code tag for otel span for trace metrics (#3664[])

... (truncated)

Commits
  • 4e33388 Merge pull request #3748 from DataDog/bump_to_version_1.23.3
  • 5ec8959 Update lockfiles for release 1.23.3
  • 02c99b5 Bump version 1.23.2 to 1.23.3
  • 2abf12e Add 1.23.3 to CHANGELOG.md
  • c891ba8 Merge pull request #3723 from DataDog/tonycthsu/post-install-message
  • a2c9679 Update message with shorten url
  • 7b6ee24 Merge pull request #3745 from DataDog/anmarchenko/fix_telemetry_threads_deadl...
  • 5a06b58 use method instead of instance variable
  • 6c5399b fix flaky test
  • c06a214 fix deadlock issue: don't flush_events in main thread when calling stop, over...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
ddtrace [>= 0.54.a, < 0.55]

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)

@dependabot dependabot bot requested review from a team as code owners July 26, 2024 14:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 26, 2024
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 1.0.0 to 1.23.3.
- [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@v1.0.0...v1.23.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/src/supermarket/ddtrace-1.23.3 branch from 355bb46 to 326c931 Compare August 13, 2024 06:10
Copy link

sonarcloud bot commented Aug 13, 2024

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