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.3.2 to 1.9.2 #466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps ddtrace from 1.3.2 to 1.9.2.

Release notes

Sourced from ddtrace's releases.

1.9.2

Bug Fixes

  • aws_lambda: Resolves an exception not being handled, which occurs when no root span is found before a lambda times out.

  • asm: fix memory leaks and memory corruption in the interface between ASM and the WAF library

  • rcm: Fix for KeyError exceptions when ASM_FEATURES (1-click activation) disabled all ASM products. This could cause 1-click activation to work incorrectly in some cases.

  • dbapi: The dbapi integration no longer assumes that a cursor object will
    have a rowcount but not all database drivers implement rowcount.

  • elasticsearch: Omit large elasticsearch.body tag values that are
    greater than 25000 characters to prevent traces from being too large to send.

1.9.1

NOTICE

This release mistakenly was tagged off of the 1.x branch instead of 1.9. It contains changes intended for release in version v1.10. Please use v1.9.2 instead.

1.9.0

Prelude

Application Security Management (ASM) has added Django support for blocking malicious IPs using one click within Datadog.

Note

One click blocking for ASM is currently in beta.

Application Security Management (ASM) has added Flask support for blocking malicious IPs using one click within Datadog.

Note

One click blocking for ASM is currently in beta.

... (truncated)

Commits
  • e8ad497 fix(asm): fix memory corruption in waf interface [backport #5260 to 1.9] (#5267)
  • 07222fb fix(aws_lambda): warn when impending timeout but all traces have been finishe...
  • e62b427 fix(rcm): check if the product callback exists [backport to 1.9] (#5259)
  • 762a5f7 fix(elasticsearch): omit large body tag values [backport #5229 to 1.9] (#5256)
  • e6029d5 fix(dbapi): don't assume rowcount exists (backport #5139 to 1.9) (#5202)
  • 90c89a5 fix(dbm): support byte string queries (#5188) [backport to 1.9] (#5198)
  • 7356682 chore(asm): make input_info private [backport #5174 to 1.9] (#5186)
  • 9041a7b fix(asm): skip compilation of _taint_tracking for Windows OS (#5175)
  • 6302bed chore(asm): keep waf context during request (#5171)
  • ead1604 fix(rcm): error in capabilities (#5170)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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-py) from 1.3.2 to 1.9.2.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.3.2...v1.9.2)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants