Releases: Unleash/unleash-python-sdk
Releases · Unleash/unleash-python-sdk
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.
v2.5.0
General
- (Minor) Unleash client will not error if cache is not present and Unleash server not accessible during initialization.
v2.3.0
General
- (Minor) Add option to disable metrics on client initialization.
Bugfix
- (Minor) Fixed issue where
disable_metricsarugment wasn't honored.