Skip to content
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

feat!: add evaluation details fo finally hooks #136

Merged

Conversation

chrfwow
Copy link
Contributor

@chrfwow chrfwow commented Mar 12, 2025

This PR

Adds evaluation deatils to finally hooks

Related Issues

Fixes #133

Signed-off-by: christian.lutnik <[email protected]>
@chrfwow chrfwow marked this pull request as ready for review March 12, 2025 14:27
Copy link
Member

@nicklasl nicklasl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

If we want to be picky this API change is actually a breaking change but I know we chose to not mark it as that in other SDK's due to the fact that the Hooks concept is experimental in the spec(?).

If you want to have release-please treat it as breaking just (add an ! to the title) change the PR title to feat!:.....

@beeme1mr
Copy link
Member

Yes, I think we should mark this as breaking since this is a pre-1.0 SDK. In stable SDKs, we manually updated the release notes because hooks are still marked as experimental in the spec and we didn't think the changed justified a new major version.

@beeme1mr beeme1mr changed the title feat: add evaluation details fo finally hooks feat!: add evaluation details fo finally hooks Mar 12, 2025
@beeme1mr beeme1mr merged commit 9847a52 into open-feature:main Mar 12, 2025
6 checks passed
@chrfwow chrfwow deleted the add-FlagEvaluationDetails-to-finally-after branch March 13, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FlagEvaluationDetails missing from Hook.finallyAfter
3 participants