Skip to content

Commit

Permalink
Update changelog for v5.4.1 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Nov 29, 2022
1 parent 7b47394 commit d37ec32
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v5.4.1
* (Bugfix) Fix an issue where custom stickiness fail to calculate correctly
* (Bugfix) Fix floats not working correctly in constraints
* (Bugfix) Fix an issue where timezones would be incorrectly handled in constraints
* (Bugfix) Fix for NOT_IN constraint to handle failure case correctly as per spec
* (Bugfix) Update murmurhash library to resolve correctly on Python 3.10+ without gcc

## v5.4.0
* (Minor) Allow users to pass in an [apscheduler](https://github.com/agronholm/apscheduler) scheduler & executor name.
* (Minor) Remove vestigial reference to `bootstraped` parameter. Thanks @koffie !
Expand All @@ -8,7 +15,7 @@
* (Minor) Documentation updates and tweaks. Thanks @inirudebwoy, @sighphyre, @thomasheartman !

## v5.2.0
* (Minor) Add support for bootstrapping UnleashClient with an initial configuration.
* (Minor) Add support for bootstrapping UnleashClient with an initial configuration.
* (Minor) Add flag to disable toggle polling from server. Thanks @povilasb!

## v5.1.2
Expand Down Expand Up @@ -77,8 +84,8 @@
* (Minor) Update requests version to 2.25.1.

## v3.5.0
* (Major) Stop using the `default_value` argument in the `is_enabled()` method (as it can cause counter-intuitive behavior) and add deprecation warning. This argument will be removed in the next major version upgrade!
* We recommend using the `fallback_function` argument instead. If you need a blanket True in case of an exception, you can pass in a lambda like: `lambda x, y: True`.
* (Major) Stop using the `default_value` argument in the `is_enabled()` method (as it can cause counter-intuitive behavior) and add deprecation warning. This argument will be removed in the next major version upgrade!
* We recommend using the `fallback_function` argument instead. If you need a blanket True in case of an exception, you can pass in a lambda like: `lambda x, y: True`.
* (Minor) Add better logging for API errors.
* (Minor) Update requests version to v2.25.0.

Expand Down Expand Up @@ -123,15 +130,15 @@

**General**

* (Major) Support constraints on all default strategies.
* (Major) Support constraints on all default strategies.
* This is a breaking change! To update your custom strategy, please checkout the [custom strategy migration guide](https://unleash.github.io/unleash-client-python/customstrategies/).
* (Major) Added flexibleRollout strategy.

## v2.6.0

**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.
* (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

Expand Down Expand Up @@ -196,7 +203,7 @@
## v1.0.0
**General**

* Implemented custom strategies.
* Implemented custom strategies.

## v0.3.0

Expand Down

0 comments on commit d37ec32

Please sign in to comment.