Skip to content

Releases: Flagsmith/flagsmith-python-client

v3.10.1

21 Aug 09:07
d2f760c
Compare
Choose a tag to compare

3.10.1 (2025-08-21)

CI

Other

  • Switched to get_evaluation_result, replaced deprecated engine functions usage (#143) (03715ab)

v3.10.0

07 Aug 07:17
b6d2c84
Compare
Choose a tag to compare

3.10.0 (2025-08-06)

Features

Other

v3.9.2

08 Jul 07:47
9ac4dc7
Compare
Choose a tag to compare

3.9.2 (2025-07-08)

CI

Docs

Other

  • actions: Move project id to a var (#126) (3bd7943)
  • Add workflow to add new issues to engineering project (#124) (b67f9a6)
  • ci: show all sections in release please config (#132) (e684919)
  • deps: bump requests from 2.32.3 to 2.32.4 (#129) (3019636)
  • deps: update flagsmith-flag-engine (#133) (bfcd454)

v3.9.1

30 Apr 13:28
21649a6
Compare
Choose a tag to compare

3.9.1 (2025-04-29)

Bug Fixes

  • Fix HTTP requests not timing out (7d61a47)

v3.9.0

01 Apr 09:42
3ee059c
Compare
Choose a tag to compare

3.9.0 (2025-04-01)

Features

  • Add utility functions for webhooks (3d8df11)

Note: since the action failed, this version was manually published. Publishing has been fixed in #121.

v3.8.0

12 Aug 17:42
56cdcc1
Compare
Choose a tag to compare

3.8.0 (2024-08-12)

Features

  • Support transient identities and traits (#93) (0a11db5)

Bug Fixes

  • Flaky test_offline_mode__local_evaluation__correct_fallback (#103) (a2136d7)
  • Offline handler not used as fallback for local evaluation mode during init (#100) (6f6d595)
  • Package version not bumped during automatic release (#102) (840bc0e)

v3.7.0

17 Jul 12:55
297c382
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

14 Mar 09:44
069373f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

Version 3.5.0

23 Nov 14:30
96524b9
Compare
Choose a tag to compare

Compatibility Notes

Flagsmith Python SDK 3.5.0 brings the new version of Flagsmith engine that depends on Pydantic V2.
If you're still using Pydantic V1 in your project, consider doing one of the following:

  • Change your pydantic imports to pydantic.v1.
  • Use the bump-pydantic tool to migrate your code semi-automatically.

Refer to the Pydantic V2 migration guide for more info.

What's Changed

New Contributors

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

Version 3.4.0

31 Jul 09:35
0dea69d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0