|
| 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 | + |
1 | 8 | ## v5.4.0 |
2 | 9 | * (Minor) Allow users to pass in an [apscheduler](https://github.com/agronholm/apscheduler) scheduler & executor name. |
3 | 10 | * (Minor) Remove vestigial reference to `bootstraped` parameter. Thanks @koffie ! |
|
8 | 15 | * (Minor) Documentation updates and tweaks. Thanks @inirudebwoy, @sighphyre, @thomasheartman ! |
9 | 16 |
|
10 | 17 | ## 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. |
12 | 19 | * (Minor) Add flag to disable toggle polling from server. Thanks @povilasb! |
13 | 20 |
|
14 | 21 | ## v5.1.2 |
|
77 | 84 | * (Minor) Update requests version to 2.25.1. |
78 | 85 |
|
79 | 86 | ## 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`. |
82 | 89 | * (Minor) Add better logging for API errors. |
83 | 90 | * (Minor) Update requests version to v2.25.0. |
84 | 91 |
|
|
123 | 130 |
|
124 | 131 | **General** |
125 | 132 |
|
126 | | -* (Major) Support constraints on all default strategies. |
| 133 | +* (Major) Support constraints on all default strategies. |
127 | 134 | * 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/). |
128 | 135 | * (Major) Added flexibleRollout strategy. |
129 | 136 |
|
130 | 137 | ## v2.6.0 |
131 | 138 |
|
132 | 139 | **General** |
133 | 140 |
|
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. |
135 | 142 |
|
136 | 143 | ## v2.5.0 |
137 | 144 |
|
|
196 | 203 | ## v1.0.0 |
197 | 204 | **General** |
198 | 205 |
|
199 | | -* Implemented custom strategies. |
| 206 | +* Implemented custom strategies. |
200 | 207 |
|
201 | 208 | ## v0.3.0 |
202 | 209 |
|
|
0 commit comments