v4.11.5
📦 datadog-sdkView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This release addresses several critical bugs, including issues with the openfeature provider, application crashes on specific Python versions during thread cleanup, and a memory leak related to runtime function wrapping.
🐛 Bug Fixes
- The feature flagging provider now correctly loads with openfeature-sdk 0.10.0 or later.
- Resolved an application crash issue on Python 3.9 through 3.12.3 that occurred during background worker thread cleanup of thread-local or context-local data.
- Fixed a memory leak that was triggered when using `@tracer.wrap` on functions created at runtime.