Skip to content

Latest commit

 

History

History
488 lines (326 loc) · 23.7 KB

File metadata and controls

488 lines (326 loc) · 23.7 KB

Changelog

5.1.1 (2026-01-05)

Bug Fixes

5.1.0 (2026-01-05)

Features

CI

Other

  • deps: bump urllib3 from 2.5.0 to 2.6.0 (#184) (efd43fd)

5.0.3 (2025-11-25)

Bug Fixes

  • get_environment_flags includes segments in evaluation context (#179) (470c4e3)

Dependency Updates

  • Bump flagsmith-flag-engine to 10.0.3 (#182) (cf54be5)

Other

5.0.2 (2025-10-30)

Dependency Updates

  • Bump flagsmith-flag-engine to 10.0.2 (#173) (9a0fc58)

5.0.1 (2025-10-28)

Bug Fixes

  • TypeError: 'NoneType' object is not subscriptable (Python 3.11) (#170) (c20f543)
  • ValueError: Invalid isoformat string on Python 3.10 (#168) (29dee4d)

Dependency Updates

  • Bump flagsmith-flag-engine to 10.0.1 (#171) (ab093bd)

5.0.0 (2025-10-24)

⚠ BREAKING CHANGES

  • Restore v3 OfflineHandler interface (#162)

Features

Bug Fixes

  • get_identity_segments tries to return identity override segments (#159) (68d44a1)

CI

Dependency Updates

4.0.1 (2025-09-19)

Bug Fixes

  • Environment name not mapped to evaluation context (#153) (3fcae7c)
  • Feature state django_id fields are not handled (#156) (860b630)

4.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • Engine V7 compatibility (#150)

Features

Other

3.10.1 (2025-08-21)

CI

Other

3.10.0 (2025-08-06)

Features

Other

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)

3.9.1 (2025-04-29)

Bug Fixes

  • Fix HTTP requests not timing out (7d61a47)

3.9.0 (2025-04-01)

Features

  • Add utility functions for webhooks (3d8df11)

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 2024

What's Changed

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.6.0...v3.7.0

Changes

v3.6.0 - 14 Mar 2024

What's Changed

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.5.0...v3.6.0

Changes

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: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.4.0...v3.5.0

Changes

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.3.0...v3.4.0

Changes

What's Changed

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.2.2...v3.3.0

Changes

What's Changed

  • Use daemon argument to ensure that polling manager is killed by @matthewelwell in #47

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.2.1...v3.2.2

Changes

What's Changed

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.2.0...v3.2.1

Changes

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.1.0...v3.2.0

Changes

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.0.1...v3.1.0

Changes

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v3.0.0...v3.0.1

Changes

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-python-client/compare/v1.0.1...v3.0.0

Changes

Changes

First alpha release of v3.0.0

Changes