You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features and improvements
Add support for the new Config JSON v6 format: update the config model and implement new features in setting evaluation logic.
Overhaul setting evaluation-related logging and make it consistent across SDKs.
SDK key format validation (when client is not set up to use local-only flag overrides).
Go to the cache in all polling modes instead of using the in memory variable.
Breaking changes
Change the ConfigCatUser constructor custom parameter type to Map<String, Object> to allow other values than string.
Rename the matchedEvaluationRule property to matchedTargetingRule and the matchedEvaluationPercentageRule property to matchedPercentageOption in EvaluationDetails.