Skip to content

Releases: Flagsmith/flagsmith-engine

Version 4.0.0

29 Jun 11:07
bba04c8
Compare
Choose a tag to compare

What's Changed

Support for Python versions earlier than 3.7 is dropped.

This release removes the functionality that supported Flagsmith's Core API <> Edge API interop and migrates the engine model dataclasses to Pydantic, simplifying their serialization.

flag_engine.environments.builders and flag_engine.identities.builders modules are kept for backwards compatibility but will be deprecated in the future in favour of Pydantic's .dict() and .parse_obj() methods. It's completely safe to use them with Flagsmith's EnvironmentModel and IdentityModel instead of builder APIs.

  • feat: migrate from marshmallow to pydantic, remove core API-specific schemas by @khvn26 in #167

Full Changelog: v3.6.0...v4.0.0

Version 3.6.0

29 Jun 10:18
d2372f1
Compare
Choose a tag to compare

What's Changed

  • Ensure percentage split evaluations are consistent in Core API and Local Evaluation by @matthewelwell in #171

Full Changelog: v3.5.1...v3.6.0

v3.5.1

26 Jun 15:18
d1ffed0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

19 May 16:37
e49c308
Compare
Choose a tag to compare

What's Changed

  • feat: add Project.server_key_only_feature_ids by @khvn26 in #164

Full Changelog: v3.4.0...v3.5.0

v3.4.0

11 Apr 08:30
def16e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.4.0

Version 3.3.2

29 Mar 09:22
3ade9e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

Version 3.3.1

16 Mar 09:27
930101d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

03 Mar 09:46
e071124
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...v3.3.0

3.2.0

02 Feb 09:45
15e19b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...3.2.0

v3.1.0

16 Jan 05:29
917ee23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0