All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to Semantic Versioning.
- Monolog is now a required dependency
- Support for multivariate feature flags. In addition to booleans, feature flags can now return numbers, strings, dictionaries, or arrays via the
variationmethod. - New
allFlagsmethod returns all flag values for a specified user. - New
secureModeHashfunction computes a hash suitable for the new LaunchDarkly JavaScript client's secure mode feature.
- The
FeatureRepdata model has been replaced withFeatureFlag.FeatureFlagis not generic.
- The
togglecall has been deprecated in favor ofvariation.
- The
getFlagfunction has been removed.