ruby-sdk icon indicating copy to clipboard operation
ruby-sdk copied to clipboard

Ruby implementation of the OpenFeature SDK

Results 25 ruby-sdk issues
Sort by recently updated
recently updated
newest added

Add `evaluation details` to `finally` hook stage. ### Notes This breaks the signature of the `finally` stages based on [this spec enhancement](https://github.com/open-feature/spec/pull/280). It is **not** considered a breaking change to...

good first issue
help wanted

### Requirements Implement tracking as per spec: https://github.com/open-feature/spec/commit/cd99c3560a68c1810971be19b87ea803fb9b0b3a Functional requirements: - implement all the features described [here](https://github.com/open-feature/spec/commit/cd99c3560a68c1810971be19b87ea803fb9b0b3a) Non functional requirements: - use as many existing abstractions and implementations as possible...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `08c6903` -> `93cb6ef` | --- ### Configuration...

This PR implements the ability to invoke `shutdown` from the API layer to gracefully clean up all registered providers during application shutdown. ## Overview The OpenFeature specification requires a shutdown...