Skip to content

Commit cfbeb89

Browse files
authored
chore: add breaking change message
Signed-off-by: Michael Beemer <[email protected]>
1 parent a118433 commit cfbeb89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [1.6.0](https://github.com/open-feature/js-sdk/compare/core-v1.5.0...core-v1.6.0) (2024-12-12)
44

5+
### ⚠ BREAKING CHANGES
6+
7+
The signature of the `finally` hook stage has been changed. The signature now includes the `evaluation details`, as per the [OpenFeature specification](https://openfeature.dev/specification/sections/hooks#requirement-438).
8+
Note that since hooks are still `experimental,` this does not constitute a change requiring a new major version.
9+
To migrate, update any hook that implements the `finally` stage to accept `evaluation details` as the second argument.
10+
11+
* add evaluation details to finally hook ([#1087](https://github.com/open-feature/js-sdk/issues/1087)) ([2135254](https://github.com/open-feature/js-sdk/commit/2135254c4bee52b4bcadfbf8b99a896cfd930cca))
512

613
### ✨ New Features
714

0 commit comments

Comments
 (0)