Releases: Flagsmith/flagsmith-engine
Releases · Flagsmith/flagsmith-engine
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
Version 1.2.0
What's Changed
- Rename value -> feature_state_value for consistency by @matthewelwell in #36
- feat(org/models): Add
get_unique_slugused for tracking by @gagantrivedi in #29
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- Add update traits functionality by @matthewelwell in #34
Full Changelog: v1.0.0...v1.1.0