-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(main): release core 1.6.0 #1107
chore(main): release core 1.6.0 #1107
Conversation
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
29e5129
to
fe3fffc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to make sure we update the minimum peers in the web and server SDKs to this core version, I think, after release:
And then release those immediately.
We also may want to add some breaking change notes/migrations.
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
π€ Release is at https://github.com/open-feature/js-sdk/releases/tag/core-v1.6.0 π» |
π€ I have created a release *beep* *boop* --- ## [1.6.0](open-feature/js-sdk@core-v1.5.0...core-v1.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](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. * add evaluation details to finally hook ([open-feature#1087](open-feature#1087)) ([2135254](open-feature@2135254)) ### β¨ New Features * add evaluation details to finally hook ([open-feature#1087](open-feature#1087)) ([2135254](open-feature@2135254)) ### π Refactoring * improve track interface for providers ([open-feature#1100](open-feature#1100)) ([5e5b160](open-feature@5e5b160)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
π€ I have created a release beep boop
1.6.0 (2024-12-12)
β BREAKING CHANGES
The signature of the
finally
hook stage has been changed. The signature now includes theevaluation details
, as per the OpenFeature specification. Note that since hooks are stillexperimental,
this does not constitute a change requiring a new major version. To migrate, update any hook that implements thefinally
stage to acceptevaluation details
as the second argument.β¨ New Features
π Refactoring
This PR was generated with Release Please. See documentation.