lexicalunit / spellbot

The Discord bot for SpellTable.
https://spellbot.io
MIT License
26 stars 6 forks source link

Bump ddtrace from 2.11.0 to 2.11.1 #1679

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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