You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specs define **separately** provider
[EVENTS](https://openfeature.dev/specification/types#provider-events)
and provider
[STATUS](https://openfeature.dev/specification/types#provider-status).
This PR doesn't quite yet introduce `ProviderStatus`, but rather extends
the Events to include all the possible statuses (namely adding
`notReady`). I am not sure if this compromise can be acceptable in the
long run, or if we'll need to eventually add the Statuses separately.
Nevertheless adding `notReady` gives the Providers a proper case to use
at initialization time.
### Related Issues
Shall we add the lack of `ProviderStatus` as an Issue?
Signed-off-by: Fabrizio Demaria <[email protected]>
0 commit comments