Skip to content

Commit 794da53

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/server/CHANGELOG.md

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

33
## [1.17.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.16.2...server-sdk-v1.17.0) (2024-12-18)
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). 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.
8+
9+
* 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))
510

611
### ✨ New Features
712

0 commit comments

Comments
 (0)