[5.1.0] - 2020-09-04
Added:
- The
TestData
class incom.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. UnlikeFileData
, 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.