pypi ddtrace 2.21.8

latest releases: 3.13.0, 3.12.6, 3.12.5...
3 months ago

Bug Fixes

  • Code Security:
    • Avoid excessive filtering of stacktrace locations when finding vulnerabilities. After this change, vulnerabilities that were previously discarded will now be reported. In particular, if they were found within code in site-packages or outside of the working directory.
    • Fixes a bug where invalid f-strings didn’t raise the expected "Unknown format code" error when IAST was enabled.
  • Profiling:
    • Improve performance of the memory profiler for large heaps. The memory profiler previously did a linear search of tracked allocations for every free, which scaled very poorly with large heaps. Switch to a fast hash map.
  • Other:
    • Code origin for spans: fixes a performance issue with exit spans.
    • Fix a potential circular import with the psycopg2 contrib.

Don't miss a new ddtrace release

NewReleases is sending notifications on new releases.