3.0.0
[3.0.0] - 2020-06-02
This release is for use with versions 5.0.0 and higher of launchdarkly-java-server-sdk
.
For more information about changes in the SDK database integrations, see the 4.x to 5.0 migration guide.
Changed:
- The entry point is now
com.launchdarkly.sdk.server.integrations.DynamoDb
rather thancom.launchdarkly.client.integrations.DynamoDb
. - The SLF4J logger name is now
com.launchdarkly.sdk.server.LDClient.DataStore.DynamoDb
rather thancom.launchdarkly.client.integrations.DynamoDbDataStoreImpl
.
Removed:
- Removed the deprecated entry point
com.launchdarkly.client.dynamodb.DynamoDbComponents
.