Skip to content

Releases: Unleash/unleash-client-python

v3.4.2

08 Jan 02:30
Compare
Choose a tag to compare
  • (Minor) Move CI to Github Actions, add auto-publishing.

v3.4.1

08 Jan 02:24
Compare
Choose a tag to compare
  • (Minor) Move CI to Github Actions, add auto-publishing.

v3.4.0

15 Nov 16:55
Compare
Choose a tag to compare

Bugfixes

  • (Major) Fallback function will only be called if exception (feature flag not found, general exception) occurs when calling is_enabled(). It will not be called on successful execution of the method.

v3.3.0

02 Nov 12:20
Compare
Choose a tag to compare

General

  • (Major) Add support for variants on feature toggles.

Bugfixes

  • (Minor) Fixed issue with applying custom constraints to non-standard parameters in context.

v3.2.0

02 Nov 12:05
Compare
Choose a tag to compare

General

  • (Major) Allow users to supply a fallback function to customize the default value of a feature flag.

v3.1.1

02 Nov 12:04
Compare
Choose a tag to compare

Bugfixes

v3.1.0

02 Nov 12:04
Compare
Choose a tag to compare

General

  • (Minor) Add official-ish support for Python 3.8.

v3.0.0

09 Oct 12:13
Compare
Choose a tag to compare
  • (Major) Support constraints on all default strategies.
  • (Major) Added flexibleRollout strategy.

v2.6.0

07 Sep 09:16
Compare
Choose a tag to compare

General

  • (Minor) Add ability to add request kwargs when initializing the client. These will be used when registering the client, fetching feature flags, and sending metrics.

v2.5.0

20 Aug 18:13
e277fc8
Compare
Choose a tag to compare

General

  • (Minor) Unleash client will not error if cache is not present and Unleash server not accessible during initialization.