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.5.2 to 1.9.3 in /emmet-api #78

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 13, 2023

Bumps ddtrace from 1.5.2 to 1.9.3.

Release notes

Sourced from ddtrace's releases.

1.9.3

Deprecation Notes

  • gevent: DD_GEVENT_PATCH_ALL is deprecated and will be removed in the next major version. Gevent compatibility is now automatic and does not require extra configuration when running with ddtrace-run. If not using ddtrace-run, please import ddtrace.auto before calling gevent.monkey.patch_all().

Bug Fixes

  • psycopg2: Fixes a bug with DSN parsing integration.
  • gevent: This fix resolves an incompatibility between ddtrace and gevent that caused threads to hang in certain configurations, for example the profiler running in a gunicorn application's gevent worker process.

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.

... (truncated)

Commits
  • 627e450 chore(rcm): add missing release note [backports #5277 to 1.9] (#5279)
  • d96038c fix: use psycopg2 DSN parser to parse DSN [backport #5272 to 1.9] (#5283)
  • b2830b3 fix(internal): [backport to 1.9] remove nogevent compatibility layer (#5105) ...
  • 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)
  • 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-py) from 1.5.2 to 1.9.3.
- [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.5.2...v1.9.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 13, 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