Releases: open-feature/python-sdk
Releases · open-feature/python-sdk
v0.1.0
0.1.0 (2023-07-25)
⚠ BREAKING CHANGES
- EvaluationDetails.reason should be a string, Reason enum should export default reasons per spec (#126)
Features
- EvaluationDetails.reason should be a string, Reason enum should export default reasons per spec (#126) (c2d225e)
- implement api-level hooks (#139) (7fe511f)
- implement client get_metadata for requirement 1.2.2 (#141) (571f5eb)
- implement get_provider_metadata for requirement 1.1.5 (#140) (695da28)
- implement InMemoryProvider (#157) (5e7bf1f)
Bug Fixes
- object client methods can receive dict or list as default_value (#134) (291581f)
- return correct type object in OpenFeatureClient._create_provider_evaluation (#136) (052e149)
- use str values in FlagType enum for easier typing (#137) (292a0df)
Documentation
- simplified the under development warning (0926a68)
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
0.0.2 (2022-11-15)
Features
- Add metadata to providers (#26) (b39cced)
- Add release please to handle releases (#45) (5bc0571)
- Fix release workflow (#48) (2c44d55)
- spec-0.2.0 (#38) (311b8ee)
- specification-0.5.0 (#44) (04a4323)
Bug Fixes
- eval context fixes and new error types (#43) (06d0494)
- Move flag evaluation details to a dataclass (#27) (b44224b)
- requirements-dev.txt to reduce vulnerabilities (#37) (1e82122)
- Unit tests (#28) (df0c033)