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 2.11.0 to 2.11.1 #1679

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps ddtrace from 2.11.0 to 2.11.1.

Release notes

Sourced from ddtrace's releases.

2.11.1

Bug Fixes

  • tracing(django): This fix resolves a bug where ddtrace was exhausting a Django stream response before returning it to user.
  • Fixed an issue with some module imports with native specs that don't support attribute assignments, resulting in a TypeError exception at runtime.
  • internal: Fix Already mutably borrowed error by reverting back to pure-python rate limiter.
  • This fix resolves an issue where ddtrace package files were published with incorrect file attributes.
  • profiling: Fixes an issue where the profiler could erroneously try to load protobuf in autoinjected environments, where it is not available.
  • Fixes an issue where crashtracking environment variables for Python were inconsistent with those used by other runtimes.
  • profiling: Fixes endpoing profiling for stack v2, that is when DD_PROFILING_STACK_V2_ENABLED set.
Changelog

Sourced from ddtrace's changelog.

2.11.1

Bug Fixes

  • tracing(django): This fix resolves a bug where ddtrace was exhausting a Django stream response before returning it to user.
  • Fixed an issue with some module imports with native specs that don't support attribute assignments, resulting in a TypeError exception at runtime.
  • internal: Fix Already mutably borrowed error by reverting back to pure-python rate limiter.
  • This fix resolves an issue where ddtrace package files were published with incorrect file attributes.
  • profiling: Fixes an issue where the profiler could erroneously try to load protobuf in autoinjected environments, where it is not available.
  • Fixes an issue where crashtracking environment variables for Python were inconsistent with those used by other runtimes.
  • profiling: Fixes endpoing profiling for stack v2, that is when DD_PROFILING_STACK_V2_ENABLED set.

Commits
  • f834019 fix: fix ddtrace file attributes being stripped when repairing linux wheels [...
  • 3e0bb18 ci: enable onboarding_tests_installer tests [backport 2.11] (#10296)
  • ac5e255 fix(internal): handle native module specs [backport 2.11] (#10291)
  • eb37492 fix(profiling): fix endpoint profiling for stack v2 [backport 2.11] (#10255)
  • ed52211 chore(crashtracker): add required backend tags [backport 2.11] (#10232)
  • 6626975 fix(profiling): use consistent environment variables for crashtracking [backp...
  • 1bf57a7 fix(internal): revert rust rate limiter [backport 2.11] (#10228)
  • 4879718 fix(django): recreate response stream to prevent reading from empty response ...
  • d72d15e fix(profiling): better autoinject detection [backport 2.11] (#10119)
  • 608fb73 fix(redis): define result in _run_redis_command [backport 2.11] (#10201)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 21, 2024
Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/main/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v2.11.0...v2.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/ddtrace-2.11.1 branch from 6d99027 to 8a82027 Compare August 21, 2024 15:54
@lexicalunit lexicalunit merged commit a8a476c into main Aug 21, 2024
4 checks passed
@lexicalunit lexicalunit deleted the dependabot/pip/ddtrace-2.11.1 branch August 21, 2024 18:12
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.

1 participant