github DataDog/dd-trace-py v2.19.1
2.19.1

20 hours ago

Bug Fixes

  • Profiling

    • Fixes an issue where the memory allocation profiler can cause a segmentation fault due to data races when accessing its own global data structures from multiple threads.
    • Fixes a bug where profiling mutexes were not cleared on fork in the child process. This could cause deadlocks in certain configurations.
    • Removes a system call from the memory allocation profiler, used to detect forks, which ran on every allocation and resulted in a significant slowdown.
  • Tracing

    • django: Fixes issue where django cache is represented as a django service rather than the third party service.
    • botocore: Resolves formatting errors in the bedrock integration when parsing request model IDs, which can now accept AWS ARNs.

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

NewReleases is sending notifications on new releases.