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
Added new parameter stubMode to SDKParameters for create KameleoonClient. This parameter enables a no-operation mode for the client, which is particularly useful for disabling external interactions in controlled environments.
Added SDK support for Mutually Exclusive Groups. When feature flags are grouped into a Mutually Exclusive Group, only one flag in the group will be evaluated at a time. All other flags in the group will automatically return their default variation.
Patch Changes
Fixed validation for the [networkDomain][configurationParameters] parameter.