github launchdarkly/java-server-sdk 5.1.0

latest releases: 7.4.0, 7.3.0, 7.2.6...
3 years ago

[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.

Don't miss a new java-server-sdk release

NewReleases is sending notifications on new releases.