v7.0.0
Please note that this version has several breaking changes, so you may need to adjust your code when upgrading, especially if you're using deprecated APIs or a custom cache implementation. You can find the detailed list of breaking changes below.
- Removed deprecated init functions:
ConfigCat.create_client
,ConfigCat.create_client_with_auto_poll
,ConfigCat.create_client_with_lazy_load
,ConfigCat.create_client_with_manual_poll
. Create the ConfigCat Client as a Singleton object withConfigCat.get()
instead. - Revise caching of downloaded config data: Use a standardized config cache key generation algorithm and cache payload format to allow shared caches to be used by SDKs of different platforms.