Skip to content

Releases: Unleash/unleash-client-python

5.11.0

24 Nov 13:44
aa25e16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.10.1...v5.11.0

v5.10.1

23 Nov 10:12
1181cf2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.10.0...v5.10.1

v5.10.0

07 Nov 12:04
eef68c8
Compare
Choose a tag to compare

What's Changed

  • feat: add is_feature_enabled to variant response by @nunogois in #285

New Contributors

Full Changelog: v5.9.2...v5.10.0

v5.9.2

31 Oct 10:50
2ddb217
Compare
Choose a tag to compare

What's Changed

  • (Bugfix) Update variants to use a seed value for their hash. This fixes an issue with variant distribution & gradual rollouts where users were seeing very non-random distributions.
  • (Minor) Add support for Semver 3 while maintaining backwards compatibility. Thanks @@chaitanya-parsana!

New Contributors

Full Changelog: v5.9.0...v5.9.2

v5.9.0

27 Oct 10:38
5133699
Compare
Choose a tag to compare

What's Changed

New features

Fixes

New Contributors

Full Changelog: v5.8.0...v5.9.0

v5.8.0

04 Aug 09:44
0e7b894
Compare
Choose a tag to compare

What's Changed

  • Added support for Strategy Variants

New Contributors

Full Changelog: v5.7.1...v5.8.0

v5.7.1

30 Jun 16:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.7.0...v5.7.1

v5.7.0

30 Jun 11:53
Compare
Choose a tag to compare

Changelog

  • feat: : Metrics are now recorded for each variant whenever get_variant is called. By @thomasheartman in #253
  • feat: Track metrics for unknown features and their variants. By @thomasheartman in #256
  • docs: Add docstring for the Unleash client's disable_registration option. By @Lujeni in #251.
  • docs: Fix a typo in the Cache docstring. By @Lujeni in #252.
  • Add ruff, black, and isort for development purposes and code maintenance. Update makefile, CI/CD. Mostly remove pylint. Move from setup.py to pyproject.toml. By @ivanklee86 in #245 and #247.

New Contributors

Full Changelog: v5.6.0...v5.7.0

v5.6.0

07 Apr 08:03
1018068
Compare
Choose a tag to compare
  • (Major) Add support for event callbacks. Thanks @akalex!

Changelog

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.5.0

27 Feb 06:59
8e2db32
Compare
Choose a tag to compare
  • (Minor) SDK now warns when multiple instances are created
  • (Bugfix) Fix an issue where the NOT_IN operator behaves incorrectly when inverted and no context is passed