Bug Fixes
- openfeature: This fix resolves an issue where the feature flagging provider failed to load with
openfeature-sdk0.10.0 or later.
- internal: Fixes an issue on Python 3.9 through 3.12.3 where applications can crash when background worker threads clean up thread-local or context-local data.
- internal: A memory leak triggered when using
@tracer.wrapon functions created at run time has been fixed.