Releases: open-feature/go-sdk
Releases · open-feature/go-sdk
v0.5.1
v0.5.0
0.5.0 (2022-09-30)
⚠ BREAKING CHANGES
- changed client details signatures to return new type (#84)
- spec v0.5.0 compliance (#82)
- defined type for provider interface evaluation context (#74)
- replaced EvaluationOptions with variadic option setter in client functions (#77)
- introduced context.Context to client and provider api (#75)
Features
- changed client details signatures to return new type (#84) (25ecdac)
- introduced context.Context to client and provider api (#75) (d850c88)
- replaced EvaluationOptions with variadic option setter in client functions (#77) (fc4b871)
- spec v0.5.0 compliance (#82) (69b8f8e)
Bug Fixes
Code Refactoring
v0.4.0
v0.3.0
v0.2.0
0.2.0 (2022-09-02)
⚠ BREAKING CHANGES
- flatten evaluationContext object (#51)
Features
- implemented structured logging (#54) (04649c5)
- introduce UnimplementedHook to avoid authors having to define empty functions (#55) (0c0bd32)
- remove EvaluationOptions from FeatureProvider func signatures. (91aaeb5)