Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps ddtrace from 0.46.0 to 1.6.1.

Release notes

Sourced from ddtrace's releases.

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)
# Change your code from
Datadog.configure_onto(redis.client, service_name: '...')
# to
Datadog.configure_onto(redis, service_name: '...')
  • Allow DD_TAGS values to have the colon character (#2292)
  • Ensure that TraceSegment can be reported correctly when they are dropped (#2335)
  • Docs: Fixes upgrade guide on configure_onto (#2307)
  • Fix environment logger with IO transport (#2313)

Read the full changeset and the release milestone

1.5.2

Deprecation notice

  • DD_TRACE_CLIENT_IP_HEADER_DISABLED was changed to DD_TRACE_CLIENT_IP_ENABLED. Although the former still works we encourage usage of the latter instead.

Changed

  • http.client_ip tag collection is made opt-in for APM. Note that http.client_ip is always collected when ASM is enabled as part of the security service provided (#2321, #2331)

... (truncated)

Changelog

Sourced from ddtrace's changelog.

[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
Datadog.configure_onto(redis.client, service_name: '...')
# to
Datadog.configure_onto(redis, service_name: '...')
  • Allow DD_TAGS values to have the colon character (#2292[])
  • Ensure that TraceSegment can be reported correctly when they are dropped (#2335[])
  • Docs: Fixes upgrade guide on configure_onto (#2307[])
  • Fix environment logger with IO transport (#2313[])

[1.5.2] - 2022-10-27

Deprecation notice

  • DD_TRACE_CLIENT_IP_HEADER_DISABLED was changed to DD_TRACE_CLIENT_IP_ENABLED. Although the former still works we encourage usage of the latter instead.

Changed

  • http.client_ip tag collection is made opt-in for APM. Note that http.client_ip is always collected when ASM is enabled as part of the security service provided (#2321[], #2331[])

Fixed

... (truncated)

Commits
  • 79738b1 Merge pull request #2375 from DataDog/bump_to_version_1.6.1
  • 505368a Updated: gemfiles for 1.6.1
  • 93e3716 Bumping version 1.6.0 to 1.6.1
  • ef62949 Added: 1.6.1 to CHANGELOG.md
  • 038f210 Merge pull request #2370 from DataDog/tonycthsu/fix-frozen-input-for-redis
  • aed18f3 Add comment
  • f0432a0 Limit support to less than 5
  • 235abe9 Fix frozen input by returning a new hash
  • 7af6395 Failing spec for frozen redis input
  • 4114496 Merge pull request #2366 from DataDog/bump_to_version_1.6.0
  • 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.46.0 to 1.6.1.
- [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.46.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #339.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/bundler/ddtrace-1.6.1 branch December 1, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants