Skip to content

Commit 56a9462

Browse files
committed
update release metadata, add note about versioning
1 parent a4876f1 commit 56a9462

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.ldrelease/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22
releasableBranches:
33
- name: master
4-
description: uses AWS 2.x, requires Java 8+
4+
description: 3.x - for Java SDK 5.0+, uses AWS 2.x
5+
- name: 2.x
6+
description: for Java SDK 4.x, uses AWS 2.x
57
- name: aws-v1
68
description: uses AWS 1.x, allows Java 7
79

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This library provides a DynamoDB-backed persistence mechanism (data store) for the [LaunchDarkly Java SDK](https://github.com/launchdarkly/java-server-sdk), replacing the default in-memory data store.
77

8-
This version of the library requires at least version 2.1 of the AWS SDK for Java, and at least version 4.12.0 of the LaunchDarkly Java SDK. The minimum Java version is 8 (because that is the minimum Java version of the AWS SDK 2.x). If you need to use Java 7, or if you are already using AWS SDK 1.x for some other purpose, you can use the 1.x releases of this library (which are developed on the "aws-v1" branch of the repository).
8+
This version of the library is for use with LaunchDarkly Java SDK versions greater than or equal to 4.12.0 and less than 5.0; for Java SDK 5.0 and above, the minimum version of this library is 3.0. It requires at least version 2.1 of the AWS SDK for Java. The minimum Java version is 8 (because that is the minimum Java version of the AWS SDK 2.x). If you need to use Java 7, or if you are already using AWS SDK 1.x for some other purpose, you can use the 1.x releases of this library (which are developed on the "aws-v1" branch of the repository).
99

1010
See the [API documentation](https://launchdarkly.github.io/java-server-sdk-dynamodb) for details on classes and methods.
1111

@@ -22,7 +22,7 @@ This assumes that you have already installed the LaunchDarkly Java SDK.
2222
<dependency>
2323
<groupId>com.launchdarkly</groupId>
2424
<artifactId>launchdarkly-java-server-sdk-dynamodb-store</artifactId>
25-
<version>2.0.1</version>
25+
<version>2.1.0</version>
2626
</dependency>
2727

2828
3. If you do not already have the AWS SDK in your project, add the DynamoDB part of it. (This needs to be added separately, rather than being included in the LaunchDarkly jar, because AWS classes are exposed in the public interface.)

0 commit comments

Comments
 (0)