0.4.1 (2023-11-08)
- add PEP 561 py.typed marker file (#232) (db50494)
- fix types for HookContext.{client,provider}_metadata (#233) (4bdd384)
- replace str with enum value in InMemoryFlag definition (#234) (963b01e)
0.4.0 (2023-11-01)
- raise error if the flag wasn't found using the in-memory provider (#228)
- implement initialize/shutdown on provider registration (#213) (84af1ae)
- pass flag_metadata from resolution to evaluation details (#212) (88a204d)
- Hook methods should have default non-abstract implementations (#216) (c661ab2)
- raise error if the flag wasn't found using the in-memory provider (#228) (0c314ab)
0.3.1 (2023-09-28)
0.3.0 (2023-09-25)
- rename top-level package to openfeature (#192)
0.2.0 (2023-09-09)
- simplify namespaces to make public API more pythonic (#172)
- move api hooks methods to api module (#169)
- move api evaluation context methods to api module (#164)
- move api evaluation context methods to api module (#164) (67ba861)
- move api hooks methods to api module (#169) (a7da26f)
- simplify namespaces to make public API more pythonic (#172) (793ced1)
0.1.0 (2023-07-25)
- EvaluationDetails.reason should be a string, Reason enum should export default reasons per spec (#126)
- 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)
- 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)
- simplified the under development warning (0926a68)
0.0.9 (2023-01-19)
0.0.8 (2022-12-28)
0.0.7 (2022-12-19)
0.0.6 (2022-12-02)
0.0.5 (2022-11-22)
0.0.4 (2022-11-15)
0.0.3 (2022-11-15)
0.0.2 (2022-11-15)
- 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)