Releases: Flagsmith/flagsmith-engine
Releases · Flagsmith/flagsmith-engine
Version 1.6.1
What's Changed
- Refactor django_transform module to allow for better query optimisation by @matthewelwell in #89
Full Changelog: v1.6.0...v1.6.1
Version 1.6.0
What's Changed
- Feat(environment-api-key): Add environment api key model by @gagantrivedi in #86
- Update get_value typehints and add docstring by @matthewelwell in #85
- Version bump (1.6.0) by @matthewelwell in #88
Full Changelog: v1.5.1...v1.6.0
Version 1.5.1
What's Changed
- fix(multivariate_feature_option): Add id by @gagantrivedi in #74
- Add django_id to feature state schema by @matthewelwell in #78
- fix(mv_fs_value):uuid field by @gagantrivedi in #76
- Add engine tests by @matthewelwell in #77
- fix(identity): dump identity features in a custom class by @gagantrivedi in #81
- Fix/mv schema/allow none for id field by @gagantrivedi in #80
- improve(fs/schema): Add validation for percentage allocation by @gagantrivedi in #82
- release 1.5.1 by @gagantrivedi in #75
Full Changelog: v1.5.0...v1.5.1
Version 1.5.0
What's Changed
- feat(engine): move public environment function to engine (BREAKING CHANGE)
- feat(engine): Add support for hide_disabled_flags
Full Changelog: v1.4.3...v1.5.0
Version 1.4.3
What's Changed
- fix(identity/schema): use dump_default instead of default by @gagantrivedi in #65
- Allow custom identity schema by @matthewelwell in #67
- feat(identity/model): Create custom class to hold identiy_features to basic checks by @gagantrivedi in #69
Full Changelog: v1.4.2...v1.4.3
Version 1.4.2
What's Changed
- Add integer IDs back to engine models by @matthewelwell in #63
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
What's Changed
- Upgrade marshmallow and pin in setup.py by @matthewelwell in #60
- fix(ident/schema): allow none for django_id by @gagantrivedi in #59
Full Changelog: v1.4.0...v1.4.1
Version 1.4.0
What's Changed
- Refactor django transformation logic to location outside of the core engine by @matthewelwell in #57
Full Changelog: v1.3.4...v1.4.0
Version 1.3.4
What's Changed
- Fix json decimal encoder by @matthewelwell in #54
- Fix feature states serialization for segments by @matthewelwell in #51
Full Changelog: v1.3.3...v1.3.4
Version 1.3.3
What's Changed
- feat(identity): Add uuid to identity model/schema by @gagantrivedi in #46
- Fix segment evaluation by casting condition value appropriately by @matthewelwell in #48
Full Changelog: v1.3.2...v1.3.3