-
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
fix: make hooks in client sdk only return void #671
Conversation
Signed-off-by: Lukas Reining <[email protected]>
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.
This looks good but I want to manually test before I approve. The change was bigger than I expected 😄
Thanks! Well It was not much but the hook types just touched many files. |
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
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.
Awesome work. Besides the imports, I made this comment, which is just an interesting observation.
@lukas-reining I'm sure one of my import changes broke the build, I was only doing them in github. I guess that in general you should be able to import from the barrel files though. 😅 |
Signed-off-by: Lukas Reining <[email protected]>
Fixed, it was one of them missing a dot 😅 Good observation. |
Oh, I should also mention, I packaged this locally and linked it in the |
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.
I tested the API doc generation as well. Looks good to me. Thank you @lukas-reining 🙇
🤖 I have created a release *beep* *boop* --- ## [0.0.19](core-v0.0.18...core-v0.0.19) (2023-11-21) ### 🐛 Bug Fixes * make hooks in client sdk only return void ([#671](#671)) ([a7d0b95](a7d0b95)) --- 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 <[email protected]> Signed-off-by: openfeature-peer-update-bot <[email protected]> Co-authored-by: openfeature-peer-update-bot <[email protected]> Co-authored-by: Todd Baert <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [0.4.6](web-sdk-v0.4.5...web-sdk-v0.4.6) (2023-11-21) ### 🐛 Bug Fixes * make hooks in client sdk only return void ([#671](#671)) ([a7d0b95](a7d0b95)) ### ✨ New Features * client in memory provider ([#617](#617)) ([6051dfd](6051dfd)) ### 🧹 Chore * **main:** release core 0.0.19 ([#676](#676)) ([b0cbeb4](b0cbeb4)) --- 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 <[email protected]>
This PR
Fixes return type of hooks in client SDK.
Maybe we should make this more clear in the spec @toddbaert.
Related Issues
Fixes #630
Notes
Follow-up Tasks
How to test