Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.
Deprecation Notes
- LLM Observability: Warning logs for incorrect usage of the LLM Observability SDK are deprecated and will be replaced with raised errors in
ddtrace>=4.0.0.
Bug Fixes
- CI Visibility: This fix resolves an issue where code coverage instrumentation in Python 3.9 would raise an exception while handling line numbers in some corner cases.
- profiling: This fix resolves an issue where the Lock profiler would not call the necessary initialization function, which would sometimes result in crashes.
-
profiling: This fix resolves an issue where memory profiler module fails to load when the system doesn't have libatomic installed.
-
profiling: This fix ensures the profiler now correctly tracks dependencies between Tasks and Coroutines that are awaiting or being awaited via
asyncio.wait.