Skip to content

Latest commit

 

History

History
293 lines (200 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

293 lines (200 loc) · 13.6 KB

Changelog

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