Estimated end-of-life date, accurate to within three months: 05-2027
See the support level definitions for more information.
Bug Fixes
-
AAP: Fixes a memory corruption issue where concurrent calls to the WAF on the same request context from multiple threads (e.g. an asyncio event loop and a thread pool executor inheriting the same context via
contextvars) could cause use-after-free or double-free crashes (SIGSEGV) insidelibddwaf. A per-context lock now serializes WAF calls on the same context. -
CI Visibility: Fixed an incompatibility with
pytest-htmland other third-party reporting plugins caused by the ddtrace pytest plugin using a non-standarddd_retrytest outcome for retry attempts. The outcome is now set torerun, which is the standard value used bypytest-rerunfailuresand recognized by reporting plugins.