maxveldink / openfeature-sdk-sorbet

Sorbet-aware OpenFeature Ruby Implementation
MIT License
2 stars 0 forks source link

Add EvaluationContext from Specification #11

Closed maxveldink closed 1 year ago

maxveldink commented 1 year ago

Implements requirements for the Evaluation Context section of the OpenFeature specification: https://openfeature.dev/specification/sections/evaluation-context

Note: Since we do not fully support hooks yet, we do not support merging in the evaluation context from before hooks. This will be added when we implement the hooks specification.

Closes #5