github DataDog/dd-trace-py v2.21.5
2.21.5

latest releases: v3.6.0rc1, v2.21.6, v3.4.2...
22 days ago

Bug Fixes

  • ASM

    • Fixes a NotImplementedError that occurred when trying to deepcopy wrapped builtin functions (likeopen) while ASM or IAST were enabled. The error was caused by the wrapper not implementing the __deepcopy__ method.
  • LLM Observability

    • Fixes an issue where LLMObs could not be enabled in a forked process when setting agentless_enabled=True or DD_LLMOBS_AGENTLESS_ENABLED=true.
  • 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'

Other Changes

  • library: Ensures that the SSI is not used for uWSGI applications. For enablement instructions, refer to the following our advanced_usage docs .

Don't miss a new dd-trace-py release

NewReleases is sending notifications on new releases.