Releases: Flagsmith/flagsmith-engine
Releases · Flagsmith/flagsmith-engine
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
Version 1.3.2
What's Changed
- Fix segment condition deserialization when property is None by @matthewelwell in #44
- Add some end to end tests by @matthewelwell in #40
Full Changelog: v1.3.1...v1.3.2
Version 1.3.1
What's Changed
- Fix segment condition serialization when
propertyis None by @matthewelwell in #42 - Improve GitHub workflows by @matthewelwell in #43
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- fix(ident/models): Allow trait value to support multiple type by @gagantrivedi in #39
- fix(schema/load_to_model): allow model_class to be none by @gagantrivedi in #38
Full Changelog: v1.2.0...v1.3.0