Releases: Flagsmith/flagsmith-engine
Releases · Flagsmith/flagsmith-engine
Version 1.6.6
What's Changed
- Use timezone aware datetimes by @matthewelwell in #110
- Release 1.6.6 by @matthewelwell in #109
Full Changelog: v1.6.5...v1.6.6
Version 1.6.5
What's Changed
- Update comments by @matthewelwell in #98
- Update engine test data by @matthewelwell in #99
- fix(segment_evaluation): use django_id if present by @gagantrivedi in #101
- chore(tests): update engine test-data by @gagantrivedi in #105
- Handle feature state versioning by @matthewelwell in #100
- Feature/edge api 29/add integrations data property by @matthewelwell in #104
- fix(datetime): use tz(utc) aware datetime by @gagantrivedi in #103
- remove get_feature_state_value method by @matthewelwell in #102
- Release 1.6.5 by @matthewelwell in #97
Full Changelog: v1.6.4...v1.6.5
v1.6.4
What's Changed
- Fix build_environment_api_key_model by adding correct parent class to schema by @gagantrivedi in #95
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- Fix(feature/schema): only run validation if field the is present by @gagantrivedi in #94
Full Changelog: v1.6.2...v1.6.3
Version 1.6.2
What's Changed
- Fix type error when sorting feature segments by @matthewelwell in #91
Full Changelog: v1.6.1...v1.6.2
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