Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps ddtrace from 0.46.0 to 1.5.1.

Release notes

Sourced from ddtrace's releases.

1.5.1

Please categorize the following changes:

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)

Changed

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

Fixed

  • Bug: Fix service_nam typo to service_name (#2296)
  • Bug: Check AppSec Rails for railties instead of rails meta gem (#2293) (@​seuros)
  • Ci-app: Correctly extract commit message from AppVeyor (#2257)

Read the full changeset and the release milestone.

1.4.2

Fixed

... (truncated)

Changelog

Sourced from ddtrace's changelog.

[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[])

Fixed

  • Bug: Fix service_nam typo to service_name (#2296[])
  • Bug: Check AppSec Rails for railties instead of rails meta gem (#2293[]) ([@​seuros][])
  • Ci-app: Correctly extract commit message from AppVeyor (#2257[])

[1.4.2] - 2022-09-27

Fixed

OpenTracing context propagation (#2191[], #2289[])

[1.4.1] - 2022-09-15

... (truncated)

Commits
  • 95d7a5c Updated: gemfiles for 1.5.1
  • 6079ea4 Bumping version 1.5.0 to 1.5.1
  • a66710a Added: 1.5.1 to CHANGELOG.md
  • bfa89e7 Merge pull request #2318 from DataDog/backport/fix-invalid-uri-error
  • 55f7d07 Merge pull request #2319 from DataDog/backport/fix-invalid-url-exception
  • 710c248 Clarify vendoring of github.com/ruby/uri regex
  • b027d17 Add regex origin comment
  • 0da923a Use regex directly for #base_url
  • eae612c Handle URLs with invalid characters
  • 1d8e995 Add quantize: { base: :show } test cases
  • 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.1.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/v1.5.1/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v0.46.0...v1.5.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 Oct 31, 2022

Superseded by #333.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/bundler/ddtrace-1.5.1 branch October 31, 2022 19:41
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