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.