Releases: Flagsmith/flagsmith-engine
Releases · Flagsmith/flagsmith-engine
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
property
is 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_slug
used 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
Version 1.0.0
What's Changed
- Add django_id attribute to identity document by @matthewelwell in #27
- Remove dump from build model by @matthewelwell in #31
- Move segment overrides to segment model by @matthewelwell in #32
Full Changelog: v0.1.2...v1.0.0
Version 0.1.2
Release Notes
- Restrict dataclasses dependency to python<3.7