Skip to content

chore(deps): bump ddtrace from 3.0.0 to 3.2.2 #17902

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps ddtrace from 3.0.0 to 3.2.2.

Release notes

Sourced from ddtrace's releases.

3.2.2

Bug Fixes

  • ASM

    • Fixes a NotImplementedError that occurred when trying to deepcopy wrapped builtin functions (like open) while ASM or IAST were enabled. The error was caused by the wrapper not implementing the __deepcopy__ method.
    • SCA: Resolves an issue where some dependencies where reported with an inaccurate name.
  • CI Visibility

    • Resolves an issue where JUnit XML output would not count tests retried by Early Flake Detection, Auto Test Retries, and Attempt-to-Fix.
  • LLM Observability

    • Resolves issue where Pydantic model objects were encoded as unhelpful default placeholder text.
    • Improves encoding of non-JSON serializable I/O objects by attempting to convert to string before resorting to default placeholder text.
  • Profiling

    • Resolves an issue where the Lock profiler would throw an AttributeError: '_ProfiledThreadingLock' object has no attribute '_self_acquired_at'.
  • Tracing

    • pylibmc: Fixes an issue where using Client(server=[url]) would throw the error __init__() got multiple values for argument 'servers'

3.2.1

Bug Fixes

  • Library Injection
    • Fix for release script causing lib injection OCI images to not get published.

3.2.1rc2

No notes.

3.2.1rc1

Bug Fixes

  • Library Injection
    • Fix for release script causing lib injection OCI images to not get published.

3.2.0

Known Issues

This release is missing the OCI images due to issues with the release pipeline. If you need an OCI image with the features introduced in the 3.2 release line, please use v3.2.1 instead.

New Features

  • ASM: This introduces auto instrumentation of signup events for Django.

Upgrade Notes

  • ASM: To align across products, we're replacing DD_EXPERIMENTAL_APPSEC_STANDALONE_ENABLED with DD_APM_TRACING_ENABLED. Feature set remains the same.
  • Bumps libdatadog dependency to v16.0.3.

Bug Fixes

... (truncated)

Changelog

Sourced from ddtrace's changelog.

3.2.2

Bug Fixes

  • ASM

    • Fixes a NotImplementedError that occurred when trying to deepcopy wrapped builtin functions (like open) while ASM or IAST were enabled. The error was caused by the wrapper not implementing the __deepcopy__ method.
    • SCA: Resolves an issue where some dependencies where reported with an inaccurate name.
  • CI Visibility

    • Resolves an issue where JUnit XML output would not count tests retried by Early Flake Detection, Auto Test Retries, and Attempt-to-Fix.
  • LLM Observability

    • Resolves issue where Pydantic model objects were encoded as unhelpful default placeholder text.
    • Improves encoding of non-JSON serializable I/O objects by attempting to convert to string before resorting to default placeholder text.
  • Profiling

    • Resolves an issue where the Lock profiler would throw an AttributeError: '_ProfiledThreadingLock' object has no attribute '_self_acquired_at'.
  • Tracing

    • pylibmc: Fixes an issue where using Client(server=[url]) would throw the error __init__() got multiple values for argument 'servers'

3.1.1

Bug Fixes

  • ASM

    • SCA: Resolves an issue where some dependencies where reported with an inaccurate name.
  • CI Visibility

    • Resolves an issue where ddtrace's own sys.monitoring coverage tool in Python 3.12+ would block other sys.monitoring tools such as pytest-cov from being used.
    • Resolves an issue where JUnit XML output would not count tests retried by Early Flake Detection, Auto Test Retries, and Attempt-to-Fix.
  • LLM Observability

    • Resolves issue where Pydantic model objects were encoded as unhelpful default placeholder text.
    • Improves encoding of non-JSON serializable I/O objects by attempting to convert to string before resorting to default placeholder text.
  • Profiling

    • Resolves an issue where the Lock profiler would throw an AttributeError: '_ProfiledThreadingLock' object has no attribute '_self_acquired_at'.
  • Tracing

    • Changes the name of the span event generated by a record_exception call as it was not following OTEL semantics.

2.21.2

Bug Fixes

  • single-step instrumentation: Removes boto3 from the minimum versions list to avoid blocking SSI on boto3 version.
  • internal: Fix performance overhead of Python distribution parsing for internal telemetry.

... (truncated)

Commits
  • 24e2f60 test: update ddtrace_api tests for new package name [backport 3.2] (#13010)
  • 77865e6 fix(ci_visibility): count failed/skipped tests in JUnit XML when retries are ...
  • 6ff0537 fix(profiling): wrap del with try/except [backport 3.2] (#12839)
  • 3e04ee4 fix(asm): implement deepcopy for wrapped builtin functions in ASM/IAST [b...
  • 3976ec2 fix(pylibmc): support client initialization using servers [backport 3.2] (#12...
  • 15f5a7f fix(sca): fix sbom dependency name report [backport 3.2] (#12881)
  • e910cf8 ci(iast): update google tests [backport 3.2] (#12945)
  • 89cc5c5 ci: skip serverless benchmark failures to unblock CI [backport 3.2] (#12934)
  • 58326ed chore(ci): ssi tests onepipeline [backport 3.2] (#12850)
  • 0b9db1a chore(iast): refactor open/read wrapping [backport 3.2] (#12771)
  • 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 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 Apr 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 3, 2025 09:57

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 3.0.0 to 3.2.2.
- [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@v3.0.0...v3.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/ddtrace-3.2.2 branch from b499c95 to 74e6e58 Compare April 4, 2025 09:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2025

Superseded by #17912.

@dependabot dependabot bot closed this Apr 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/ddtrace-3.2.2 branch April 4, 2025 10:04
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.

None yet

0 participants