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 0.54.1 to 1.7.0 #131

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps ddtrace from 0.54.1 to 1.7.0.

Release notes

Sourced from ddtrace's releases.

1.7.0

Added

  • Integrations: Support que 2 (#2382) (@​danhodge)
  • Tracing: Unified tagging span.kind as server and client (#2365)
  • Tracing: Adds span.kind tag for kafka, sidekiq, racecar, que, shoryuken, sneakers, and resque (#2420, #2419, #2413, #2394)
  • Tracing: Adds span.kind with values producer and consumer for delayed_job (#2393)
  • Tracing: Adds span.kind as client for redis (#2392)
  • Appsec: Pass HTTP client IP to WAF (#2316)
  • Unified tagging process_id (#2276)

Changed

  • Allow debase-ruby_core_source 0.10.18 to be used (#2435)
  • Update AppSec ruleset to v1.4.2 (#2390)
  • Refactored clearing of profile data after Ruby app forks (#2362, #2367)
  • Tracing: Move distributed propagation to Contrib (#2352)

Fixed

  • Fix ddtrace installation issue when users have CI=true (#2378)

Read the full changeset and the release milestone.

1.6.1

Changed

  • Limit redis version support to less than 5

Fixed

  • [redis]: Fix frozen input for Redis.new(...)

Read the full changeset and the release milestone.

1.6.0

Added

  • Trace level tags propagation in distributed tracing (#2260)
  • [hanami]: Hanami 1.x instrumentation (#2230)
  • [pg, mysql2]: option comment_propagation for SQL comment propagation, default is disabled (#2339)(#2324)

Changed

  • [rack, sinatra]: Squash nested spans and improve patching mechanism. No need to register Datadog::Tracing::Contrib::Sinatra::Tracer(#2217)
  • [rails, rack]: Fix Non-GET request method with rails exception controller (#2317)
  • Upgrade to libdatadog 0.9.0.1.0 (#2302)
  • Remove legacy profiling transport (#2062)

Fixed

  • [redis]: Fix redis instance configuration, not on client (#2363)
</tr></table> 

... (truncated)

Changelog

Sourced from ddtrace's changelog.

[1.7.0] - 2022-11-29

Added

  • Integrations: Support que 2 (#2382[]) ([@​danhodge][])
  • Tracing: Unified tagging span.kind as server and client (#2365[])
  • Tracing: Adds span.kind tag for kafka, sidekiq, racecar, que, shoryuken, sneakers, and resque (#2420[], #2419[], #2413[], #2394[])
  • Tracing: Adds span.kind with values producer and consumer for delayed_job (#2393[])
  • Tracing: Adds span.kind as client for redis (#2392[])
  • Appsec: Pass HTTP client IP to WAF (#2316[])
  • Unified tagging process_id (#2276[])

Changed

  • Allow debase-ruby_core_source 0.10.18 to be used (#2435[])
  • Update AppSec ruleset to v1.4.2 (#2390[])
  • Refactored clearing of profile data after Ruby app forks (#2362[], #2367[])
  • Tracing: Move distributed propagation to Contrib (#2352[])

Fixed

  • Fix ddtrace installation issue when users have CI=true (#2378[])

[1.6.1] - 2022-11-16

Changed

  • Limit redis version support to less than 5

Fixed

  • [redis]: Fix frozen input for Redis.new(...)

[1.6.0] - 2022-11-15

Added

  • Trace level tags propagation in distributed tracing (#2260[])
  • [hanami]: Hanami 1.x instrumentation (#2230[])
  • [pg, mysql2]: option comment_propagation for SQL comment propagation, default is disabled (#2339[])(#2324[])

Changed

  • [rack, sinatra]: Squash nested spans and improve patching mechanism. No need to register Datadog::Tracing::Contrib::Sinatra::Tracer(#2217[])
  • [rails, rack]: Fix Non-GET request method with rails exception controller (#2317[])
  • Upgrade to libdatadog 0.9.0.1.0 (#2302[])
  • Remove legacy profiling transport (#2062[])

Fixed

  • [redis]: Fix redis instance configuration, not on client (#2363[])
# Change your code from
</tr></table> 

... (truncated)

Commits
  • 970c87a Merge pull request #2442 from DataDog/bump_to_version_1.7.0
  • 9d767fd Temporarily revert JRuby 9.2.8.0 back to an older bundler
  • 54b5373 Updated: gemfiles for 1.7.0
  • a06cb72 Bumping version 1.6.1 to 1.7.0
  • 227ff31 Added: 1.7.0 to CHANGELOG.md
  • 87e682c Merge pull request #2435 from DataDog/ivoanjo/allow-debase-ruby-core-source-0...
  • 6a02108 Allow debase-ruby_core_source 0.10.18 to be used
  • 38bba7f Merge pull request #2434 from DataDog/tonycthsu/2.5-appraisal-install
  • 2ab9569 Revert "Temp disabled CI"
  • 43e198a Appraisal install 2.5
  • 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 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 [ddtrace](https://github.com/DataDog/dd-trace-rb) from 0.54.1 to 1.7.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@v0.54.1...v1.7.0)

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

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 Dec 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2022

Superseded by #137.

@dependabot dependabot bot closed this Dec 16, 2022
@dependabot dependabot bot deleted the dependabot/bundler/ddtrace-1.7.0 branch December 16, 2022 02:24
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