Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

5.1.0

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 04 Sep 23:44

[5.1.0] - 2020-09-04

Added:

  • The TestData class in com.launchdarkly.sdk.server.integrations is a new way to inject feature flag data programmatically into the SDK for testing—either with fixed values for each flag, or with targets and/or rules that can return different values for different users. Unlike FileData, this mechanism does not use any external resources, only the data that your test code has provided.

Fixed:

  • In polling mode, the log message "LaunchDarkly client initialized" was appearing after every successful poll request. It should only appear once.