Skip to content

Releases: Flagsmith/flagsmith-python-client

v3.10.0

Choose a tag to compare

@flagsmithdev flagsmithdev released this 07 Aug 07:17
b6d2c84

3.10.0 (2025-08-06)

Features

Other

v3.9.2

Choose a tag to compare

@flagsmithdev flagsmithdev released this 08 Jul 07:47
9ac4dc7

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

Choose a tag to compare

@flagsmithdev flagsmithdev released this 30 Apr 13:28
21649a6

3.9.1 (2025-04-29)

Bug Fixes

  • Fix HTTP requests not timing out (7d61a47)

v3.9.0

Choose a tag to compare

@flagsmithdev flagsmithdev released this 01 Apr 09:42
3ee059c

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

Choose a tag to compare

@flagsmithdev flagsmithdev released this 12 Aug 17:42
56cdcc1

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

Choose a tag to compare

@khvn26 khvn26 released this 17 Jul 12:55
297c382

What's Changed

New Contributors

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

v3.6.0

Choose a tag to compare

@matthewelwell matthewelwell released this 14 Mar 09:44
069373f

What's Changed

New Contributors

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

Version 3.5.0

Choose a tag to compare

@khvn26 khvn26 released this 23 Nov 14:30
96524b9

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

Choose a tag to compare

@matthewelwell matthewelwell released this 31 Jul 09:35
0dea69d

What's Changed

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

Version 3.3.0

Choose a tag to compare

@khvn26 khvn26 released this 27 Jul 12:56
faa17f7

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.3.0