-
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
feat: add support for domains #805
Conversation
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Should we actually consider this a |
I originally opened this as a refactor but we do add domain to event payloads. That's why I changed it to a feature. I'm good either way though. Whatever would be the most clear to users reading the release notes. |
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.
Looks good, left one thought.
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@beeme1mr I found a few missing test assertions of |
Co-authored-by: Todd Baert <todd.baert@dynatrace.com> Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
I've addressed all the feedback and included a bug fix. I'll merge this tomorrow unless I hear any objections. Thanks! |
🤖 I have created a release *beep* *boop* --- ## [0.0.26](core-v0.0.25...core-v0.0.26) (2024-02-22) ### ✨ New Features * add support for domains ([#805](#805)) ([98ba00a](98ba00a)) --- 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: openfeature-peer-update-bot <openfeature-peer-update-bot@openfeature.dev> Co-authored-by: openfeature-peer-update-bot <openfeature-peer-update-bot@openfeature.dev>
🤖 I have created a release *beep* *boop* --- ## [1.12.0](server-sdk-v1.11.0...server-sdk-v1.12.0) (2024-02-22) ### ✨ New Features * add support for domains ([#805](#805)) ([98ba00a](98ba00a)) ### 🧹 Chore * **main:** release core 0.0.26 ([#823](#823)) ([2fc38bd](2fc38bd)) ### 📚 Documentation * add missing punctuation to readme ([4c73189](4c73189)) --- 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>
🤖 I have created a release *beep* *boop* --- ## [0.4.13](web-sdk-v0.4.12...web-sdk-v0.4.13) (2024-02-22) ### ✨ New Features * add support for domains ([#805](#805)) ([98ba00a](98ba00a)) ### 🧹 Chore * **main:** release core 0.0.26 ([#823](#823)) ([2fc38bd](2fc38bd)) ### 📚 Documentation * fix runsOn example on readme ([1096ae5](1096ae5)) * improved grammar, added punction to readme ([70bd33d](70bd33d)) --- 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: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
This PR
Addresses
fixes #820 4aa9657
Notes
This change is based on this spec change. I tried to make it a non-breaking change but I may have missed an untested condition. Please carefully review to make sure I didn't miss anything.
Follow-up Tasks