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

build(deps): bump ddtrace from 1.9.3 to 1.20.2 #188

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2023

Bumps ddtrace from 1.9.3 to 1.20.2.

Release notes

Sourced from ddtrace's releases.

1.20.2

Bug Fixes

  • kafka: Fixes ValueError raised when Consumer.commit(offsets=...) is called.
  • profiling: Fixed an issue with data encoding where non-string objects might be interned on Python 3.11
  • redis: Resolves UnboundLocalError raised when a traced redis command raises an exception.
  • graphql: Resolves AttributeError raised while parsing graphql Documents where AST Location is None.

1.20.1

Bug Fixes

  • tracing: Encoding traces in the v05 format has a known issue for applications generating spans at a high frequency, causing approximately 1/10000000 spans to be misencoded. This change sets DD_TRACE_API_VERSION to v04 by default.

1.20.0

Prelude

Vulnerability Management for Code-level (IAST) is now available in private beta. Use the environment variable DD_IAST_ENABLED=True to enable this feature.

New Features

  • ASM: This introduces support for custom blocking actions of type redirect_request.
  • data_streams: Adds public api set_produce_checkpoint and set_consume_checkpoint

Bug Fixes

  • kafka: Resolves an issue where traced kafka connections were assigned a default timeout of 1 second. The default timeout in Consumer.poll(...) should be None.
  • openai: This fix resolves an issue where errors during streamed requests resulted in unfinished spans.

1.20.0rc1

Prelude

Vulnerability Management for Code-level (IAST) is now available in private beta. Use the environment variable DD_IAST_ENABLED=True to enable this feature.

New Features

  • ASM: This introduces support for custom blocking actions of type redirect_request.
  • data_streams: Adds public api set_produce_checkpoint and set_consume_checkpoint

Bug Fixes

  • kafka: Resolves an issue where traced kafka connections were assigned a default timeout of 1 second. The default timeout in Consumer.poll(...) should be None.
  • openai: This fix resolves an issue where errors during streamed requests resulted in unfinished spans.

1.19.2

Bug Fixes

  • dbm: this fixes an issue with attributing metrics to incorrect services when peer.service is enabled

... (truncated)

Commits
  • 715c182 ci(redis): fix python<3.7 support (#7057)
  • 1a1c7ef ci: add pipe mode to more CI utils using riot [backport 1.20] (#7047)
  • 371e67b fix(profiling): detect and correct non-string Location fields [backport 1.20]...
  • 2ee0834 fix(kafka): avoid overriding methods in Producers and Consumers [backport 1....
  • eef90fa fix(redis): don't use unbound variable [backport 1.20] (#7025)
  • 58ed1d5 ci: reflect scripts/run-test-suite fix harness dependency in suitespec test [...
  • d840c32 ci: fix readthedocs [backport 1.20] (#6986)
  • 3bbaabd ci: use pipe mode when calling riot run in run-test-suite [backport 1.20] (#...
  • 387e4b1 chore(botocore): don't log an error when kinesis payload isn't json [backport...
  • bbf7982 fix(graphql): resolves errors raised while parsing graphql asts [backport 1.2...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.9.3 to 1.20.2.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/2.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.9.3...v1.20.2)

---
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 Sep 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2023

Superseded by #193.

@dependabot dependabot bot closed this Oct 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/ddtrace-1.20.2 branch October 5, 2023 02:44
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