-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for domains (#805)
## This PR - adds domain as a concept to the server and web SDK - adds a deprecation warning anywhere client name was exposed to users. - fixes an issue in the web SDK where context set on a domain before a provider is registered was not used. ## Addresses fixes #820 4aa9657 ### Notes This change is based on [this spec](open-feature/spec#229) 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 - Update the doc readme parser to support "domain". - Update the NestJS and React SDKS. We should consider making those a breaking change since they're sub 1.0. --------- Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
- Loading branch information
Showing
19 changed files
with
564 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.