-
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: wrong context passed to named providers #752
Conversation
Signed-off-by: Todd Baert <[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.
LGTM!
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.
Approving but I do think you should add an additional test. We're not sufficiently covering the evaluation process when using namespaced evaluation context.
Agreed I think it should be simple to add another. |
Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [0.4.10](web-sdk-v0.4.9...web-sdk-v0.4.10) (2024-01-11) ### 🐛 Bug Fixes * some handlers fail to run ([#753](#753)) ([f4597af](f4597af)) * wrong context passed to named providers ([#752](#752)) ([b6adbba](b6adbba)) ### 🧹 Chore * **main:** release core 0.0.23 ([#755](#755)) ([da478cb](da478cb)) --- 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: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
Fixed an issue with implementations of #704 where the wrong context was passed to namespaced providers.