Skip to content

Releases: configcat/python-sdk

v6.0.2

13 Jun 10:23
19b701a
Compare
Choose a tag to compare
  • Fix for cache key generation #32

v6.0.1

08 Apr 13:32
99786cb
Compare
Choose a tag to compare
  • Fix json.load exception handling in LocalFileDataSource.

v6.0.0

06 Apr 09:13
73ec2cc
Compare
Choose a tag to compare
  • The evaluation logs are staying on info level but they are now combined into a single log entry.
  • connect_timeout and read_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

12 Oct 09:41
e320595
Compare
Choose a tag to compare

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

16 Jul 15:59
Compare
Choose a tag to compare
  • 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.

v4.0.3

02 Jun 10:02
Compare
Choose a tag to compare

Optimizing amount of config fetches in lazy loading cache policy

v4.0.2

24 May 09:37
Compare
Choose a tag to compare

Fix config fetching in lazy loading cache policy

v4.0.1

09 Apr 15:39
Compare
Choose a tag to compare

Switched from enum32 dependency to enum-comp to be compatible with Python 3.6.

v4.0.0

09 Apr 13:58
e5c61cc
Compare
Choose a tag to compare

Breaking change: Renamed API Key to SDK Key.

v3.0.3

20 Mar 23:29
Compare
Choose a tag to compare
  • Fix multiprocessing OpenSSL issue
  • Remove CacheControl dependency
  • Own ETag caching implementation