spec
spec copied to clipboard
OpenFeature specification
## This PR Adds basic gherkin test suite to test behaviour of the tracking feature. For now only the handling of the optional tracking event name is covered.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | `22` -> `24` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v5` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...
### Feature request When working with DevCycle I have come to notice that OpenFeature doesn't have a convenient way for subscribing to updates of a certain variable similar to [DevCycle's...
Expand contextMerging.feature to provide complete behavioral coverage of the 03-evaluation-context.md specification and rename to evaluation_context.feature to better reflect its comprehensive scope. ## Key Enhancements ### File Rename - Renamed contextMerging.feature...
Hi, I faced with 2 scenarios which is uncovered by specification but they looks very important for dynamic-context paradigm. Both scenarios actually linked with atomicity of configuration in admin system...
Currently our error hook specification reads as follow: ``` The `error` hook **MUST** run when errors are encountered in the `before` stage, the `after` stage or during flag resolution. It...
## Overview Hi, some discrepancies between the JS and Python SDKs was noticed with regards the implementation of the "before" hooks, that probably warrants an update to the spec to...