Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps ddtrace from 0.46.0 to 1.5.2.

Release notes

Sourced from ddtrace's releases.

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)

Fixed

Read the full changeset and the release milestone.

1.5.1

Changed

  • Update libddwaf to 1.5.1 (#2306)
  • Improve libddwaf extension memory management (#2306)

Fixed

  • Fix URI::InvalidURIError (#2310, #2318) (@​yujideveloper)
  • Handle URLs with invalid characters (#2311, #2319)
  • Fix missing appsec.event tag (#2306)
  • Fix missing Rack and Rails request body parsing for AppSec analysis (#2306)
  • Fix unneeded AppSec call in a Rack context when AppSec is disabled (#2306)
  • Fix spurious AppSec instrumentation (#2306)

Read the full changeset and the release [milestone](https://github.com/DataDog/dd-trace-rb/milestone/112?closed=1

1.5.0

Deprecation notice

  • c.tracing.instrument :rack, { quantize: { base: ... } } will change its default from :exclude to :show in a future version. Voluntarily moving to :show is recommended.
  • c.tracing.instrument :rack, { quantize: { query: { show: ... } } will change its default to :all in a future version, together with quantize.query.obfuscate changing to :internal. Voluntarily moving to these future values is recommended.

See the Rack integration documentation for more details.

Added

  • Feature: Single Span Sampling (#2128)
  • Add query string automatic redaction (#2283)
  • Use full URL in http.url tag (#2265)
  • Add http.useragent tag (#2252)
  • Add http.client_ip tag for Rack-based frameworks (#2248)
  • Ci-app: CI: Fetch committer and author in Bitrise (#2258)

... (truncated)

Changelog

Sourced from ddtrace's changelog.

[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

  • Handle REQUEST_URI with base url (#2328[], #2330[])

[1.5.1] - 2022-10-19

Changed

  • Update libddwaf to 1.5.1 (#2306[])
  • Improve libddwaf extension memory management (#2306[])

Fixed

  • Fix URI::InvalidURIError (#2310[], #2318[]) ([@​yujideveloper][])
  • Handle URLs with invalid characters (#2311[], #2319[])
  • Fix missing appsec.event tag (#2306[])
  • Fix missing Rack and Rails request body parsing for AppSec analysis (#2306[])
  • Fix unneeded AppSec call in a Rack context when AppSec is disabled (#2306[])
  • Fix spurious AppSec instrumentation (#2306[])

[1.5.0] - 2022-09-29

Deprecation notice

  • c.tracing.instrument :rack, { quantize: { base: ... } } will change its default from :exclude to :show in a future version. Voluntarily moving to :show is recommended.
  • c.tracing.instrument :rack, { quantize: { query: { show: ... } } will change its default to :all in a future version, together with quantize.query.obfuscate changing to :internal. Voluntarily moving to these future values is recommended.

Added

  • Feature: Single Span Sampling (#2128[])
  • Add query string automatic redaction (#2283[])
  • Use full URL in http.url tag (#2265[])
  • Add http.useragent tag (#2252[])
  • Add http.client_ip tag for Rack-based frameworks (#2248[])
  • Ci-app: CI: Fetch committer and author in Bitrise (#2258[])

Changed

  • Bump allowed version of debase-ruby_core_source to include v0.10.17 (#2267[])

... (truncated)

Commits
  • 15125bc Merge pull request #2338 from DataDog/bump_to_version_1.5.2
  • 4128584 Workaround issue with rspec-mocks 3.12.0
  • 21db61e Updated: gemfiles for 1.5.2
  • 13b778c Bumping version 1.5.1 to 1.5.2
  • 4fd1dd7 Added: 1.5.2 to CHANGELOG.md
  • 4a25d31 Merge pull request #2331 from DataDog/backport/2321
  • de0697d Merge pull request #2330 from DataDog/backport/2328
  • b11eb37 Merge pull request #2332 from DataDog/backport/2327
  • edb2e3f Add unit testing
  • e38bf92 Handle REQUEST_URI with base url
  • 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.5.2.
- [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.5.2)

---
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 Nov 15, 2022

Superseded by #337.

@dependabot dependabot bot closed this Nov 15, 2022
@dependabot dependabot bot deleted the dependabot/bundler/ddtrace-1.5.2 branch November 15, 2022 19:31
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