Skip to content

Commit a4876f1

Browse files
Releasing version 2.1.0
1 parent 03cd1e4 commit a4876f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.1.0] - 2020-01-30
6+
### Added:
7+
- 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).
8+
9+
### Deprecated:
10+
- The old interface in the `com.launchdarkly.client.integrations.dynamodb` package.
11+
512
## [2.0.2] - 2019-12-11
613
### Changed:
714
- Updated the AWS SDK DynamoDB dependency to version 2.10.32. Your application can always specify its own desired version of the dependency; this is just the version that is used for building the library.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=2.0.2
1+
version=2.1.0
22
ossrhUsername=
33
ossrhPassword=

0 commit comments

Comments
 (0)