Skip to content

Commit d37ec32

Browse files
authored
Update changelog for v5.4.1 (#230)
1 parent 7b47394 commit d37ec32

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v5.4.1
2+
* (Bugfix) Fix an issue where custom stickiness fail to calculate correctly
3+
* (Bugfix) Fix floats not working correctly in constraints
4+
* (Bugfix) Fix an issue where timezones would be incorrectly handled in constraints
5+
* (Bugfix) Fix for NOT_IN constraint to handle failure case correctly as per spec
6+
* (Bugfix) Update murmurhash library to resolve correctly on Python 3.10+ without gcc
7+
18
## v5.4.0
29
* (Minor) Allow users to pass in an [apscheduler](https://github.com/agronholm/apscheduler) scheduler & executor name.
310
* (Minor) Remove vestigial reference to `bootstraped` parameter. Thanks @koffie !
@@ -8,7 +15,7 @@
815
* (Minor) Documentation updates and tweaks. Thanks @inirudebwoy, @sighphyre, @thomasheartman !
916

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

1421
## v5.1.2
@@ -77,8 +84,8 @@
7784
* (Minor) Update requests version to 2.25.1.
7885

7986
## v3.5.0
80-
* (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!
81-
* 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`.
87+
* (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!
88+
* 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`.
8289
* (Minor) Add better logging for API errors.
8390
* (Minor) Update requests version to v2.25.0.
8491

@@ -123,15 +130,15 @@
123130

124131
**General**
125132

126-
* (Major) Support constraints on all default strategies.
133+
* (Major) Support constraints on all default strategies.
127134
* 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/).
128135
* (Major) Added flexibleRollout strategy.
129136

130137
## v2.6.0
131138

132139
**General**
133140

134-
* (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.
141+
* (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.
135142

136143
## v2.5.0
137144

@@ -196,7 +203,7 @@
196203
## v1.0.0
197204
**General**
198205

199-
* Implemented custom strategies.
206+
* Implemented custom strategies.
200207

201208
## v0.3.0
202209

0 commit comments

Comments
 (0)