Releases: configcat/python-sdk
Releases · configcat/python-sdk
v6.0.2
v6.0.1
v6.0.0
- The evaluation logs are staying on info level but they are now combined into a single log entry.
connect_timeout
andread_timeout
initialization parameters were added to be able to configure HTTP timeout parameters.- A
get_all_values()
function was added that evaluates all flags & settings in a dictionary. - New
flag_overrides
parameter to support the reading of flags & settings from a file or a dictionary.
v5.0.0
Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. See the docs.
We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the Dashboard.
Breaking change:
- Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.
v4.1.0
- Added variation id related functions to support integration with analytical tools:
get_variation_id() get_all_variation_ids() get_key_and_value()
- Removed case-insensitive attribute key support.
- Fixed config fetching issue.