Skip to content

[1.0.0-beta1] - 2020-02-12

Pre-release
Pre-release
Compare
Choose a tag to compare
@torchhound torchhound released this 13 Feb 00:41

Added

  • Added offline mode which stops the SDK making remote calls to LaunchDarkly and variation calls will then fall back to default values for your feature flags. You can do this by setting offline mode in the config map with the offline key.

  • Added ETag polling cache for If-None-Match on update requests.

  • The SDK now specifies a uniquely identifiable request header when sending events to LaunchDarkly to ensure that events are only processed once, even if the SDK sends them two times due to a failed initial attempt.

  • Added an initialized function which indicates whether the SDK is in offline mode or if the update processor has been initialized.

Changed

  • Return last variation when user bucket exceeds variation weight sum.

  • Client now checks initialization status when evaluating a variation or all flags.