You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
openfeature: This fix resolves an issue where the feature flagging provider failed to load with openfeature-sdk 0.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.wrap on functions created at run time has been fixed.