Added
- Support for multivariate feature flags. New methods
boolVariation
,jsonVariation
andintVariation
anddoubleVariation
for multivariates. - Added
LDClientInterface
, an interface suitable for mockingLDClient
.
Changed
- The
Feature
data model has been replaced withFeatureFlag
.FeatureFlag
is not generic. - The
allFlags
method now returns aMap<String, JsonElement>
to support multivariate flags. apiKey
constructor parameter is now namedsdkKey
Deprecated
- The
toggle
call has been deprecated in favor ofboolVariation
.
Removed
- The
getFlag
call has been removed. - The
debugStreaming
configuration option has been removed.