Skip to content

Commit b5c954d

Browse files
committed
3.0.0-rc1
1 parent 406f9e3 commit b5c954d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly Java SDK DynamoDB integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.0.0-rc1] - 2020-04-29
6+
7+
This beta release corresponds to the 5.0.0-rc1 prerelease of the Java SDK. It has the same functionality as 1.1.0, but has been updated for interface changes in the SDK.
8+
9+
### Changed:
10+
- The package `com.launchdarkly.client.integrations` is now `com.launchdarkly.sdk.server.integrations`.
11+
12+
### Removed:
13+
- The original configuration syntax that was deprecated in the 2.1.0 release has been removed. The newer syntax introduced in 2.1.0 is now the only way.
14+
515
## [2.1.0] - 2020-01-30
616
### Added:
717
- New classes `com.launchdarkly.client.integrations.DynamoDb` and `com.launchdarkly.client.integrations.DynamoDbDataStoreBuilder`, which serve the same purpose as the previous classes but are designed to work with the newer persistent data store API introduced in [Java SDK 4.12.0](https://github.com/launchdarkly/java-server-sdk/releases/tag/4.12.0).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939
}
4040

4141
ext.versions = [
42-
"sdk": "5.0.0-SNAPSHOT", // the *lowest* version we're compatible with
42+
"sdk": "5.0.0-rc1", // the *lowest* version we're compatible with
4343
"dynamodb": "2.10.32",
4444
"slf4j": "1.7.21"
4545
]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.0-SNAPSHOT
1+
version=3.0.0-rc1
22
ossrhUsername=
33
ossrhPassword=
44

0 commit comments

Comments
 (0)