Releases: open-feature/js-sdk
web-sdk: v1.4.1
server-sdk: v1.17.1
react-sdk: v0.4.11
core: v1.7.0
web-sdk: v1.4.0
1.4.0 (2024-12-18)
⚠ BREAKING CHANGES
The signature of the finally
hook stage has been changed. The signature now includes the evaluation details
, as per the OpenFeature specification. Note that since hooks are still experimental,
this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally
stage to accept evaluation details
as the second argument.
✨ New Features
📚 Documentation
🔄 Refactoring
server-sdk: v1.17.0
1.17.0 (2024-12-18)
⚠ BREAKING CHANGES
The signature of the finally
hook stage has been changed. The signature now includes the evaluation details
, as per the OpenFeature specification. Note that since hooks are still experimental,
this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally
stage to accept evaluation details
as the second argument.
✨ New Features
📚 Documentation
🔄 Refactoring
react-sdk: v0.4.10
core: v1.6.0
1.6.0 (2024-12-12)
⚠ BREAKING CHANGES
The signature of the finally
hook stage has been changed. The signature now includes the evaluation details
, as per the OpenFeature specification. Note that since hooks are still experimental,
this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally
stage to accept evaluation details
as the second argument.