Skip to content

Commit 25714f5

Browse files
authored
Preparing for release 2.3.9 (#867)
1 parent d0fb6b5 commit 25714f5

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
### Latest Release 2.3.8 (October 27, 2021)
3+
### Latest Release 2.3.9 (November 22, 2021)
4+
[Milestone#65](https://github.com/awslabs/amazon-kinesis-client/milestone/65)
5+
* [#866](https://github.com/awslabs/amazon-kinesis-client/pull/866) Update logback dependency.
6+
7+
### Release 2.3.8 (October 27, 2021)
48
[Milestone#64](https://github.com/awslabs/amazon-kinesis-client/milestone/64)
59
* [#860](https://github.com/awslabs/amazon-kinesis-client/pull/860) Upgrade Glue schema registry from 1.1.4 to 1.1.5.
610
* [#861](https://github.com/awslabs/amazon-kinesis-client/pull/861) Revert [PR#847](https://github.com/awslabs/amazon-kinesis-client/pull/847) due to regression for leases without owners and added new tests.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ The recommended way to use the KCL for Java is to consume it from Maven.
6666

6767
## Release Notes
6868

69-
### Latest Release 2.3.8 (October 27, 2021)
69+
### Latest Release 2.3.9 (November 22, 2021)
70+
[Milestone#65](https://github.com/awslabs/amazon-kinesis-client/milestone/65)
71+
* [#866](https://github.com/awslabs/amazon-kinesis-client/pull/866) Update logback dependency.
72+
73+
### Release 2.3.8 (October 27, 2021)
7074
[Milestone#64](https://github.com/awslabs/amazon-kinesis-client/milestone/64)
7175
* [#860](https://github.com/awslabs/amazon-kinesis-client/pull/860) Upgrade Glue schema registry from 1.1.4 to 1.1.5.
7276
* [#861](https://github.com/awslabs/amazon-kinesis-client/pull/861) Revert [PR#847](https://github.com/awslabs/amazon-kinesis-client/pull/847) and added new tests.

amazon-kinesis-client-multilang/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>amazon-kinesis-client-pom</artifactId>
2323
<groupId>software.amazon.kinesis</groupId>
24-
<version>2.3.8</version>
24+
<version>2.3.9</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

amazon-kinesis-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.kinesis</groupId>
2424
<artifactId>amazon-kinesis-client-pom</artifactId>
25-
<version>2.3.8</version>
25+
<version>2.3.9</version>
2626
</parent>
2727

2828
<artifactId>amazon-kinesis-client</artifactId>

amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class RetrievalConfig {
4646
*/
4747
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java";
4848

49-
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.3.8";
49+
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.3.9";
5050

5151
/**
5252
* Client used to make calls to Kinesis for records retrieval

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<artifactId>amazon-kinesis-client-pom</artifactId>
2323
<packaging>pom</packaging>
2424
<name>Amazon Kinesis Client Library</name>
25-
<version>2.3.8</version>
25+
<version>2.3.9</version>
2626
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
2727
from Amazon Kinesis.
2828
</description>

0 commit comments

Comments
 (0)