From 005e3e635c827470c1425ce770967388aa9bd2cb Mon Sep 17 00:00:00 2001 From: Yu Zeng Date: Thu, 24 Mar 2022 21:00:40 +0000 Subject: [PATCH] Preparation for v2.4.1 --- CHANGELOG.md | 6 +++++- README.md | 8 ++++++-- amazon-kinesis-client-multilang/pom.xml | 2 +- amazon-kinesis-client/pom.xml | 2 +- .../amazon/kinesis/retrieval/RetrievalConfig.java | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2639f15bd..2325da47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -### Latest Release 2.4.0 (March 2, 2022) +### Latest Release 2.4.1 (March 24, 2022) +[Milestone#68](https://github.com/awslabs/amazon-kinesis-client/milestone/68) +* [#916](https://github.com/awslabs/amazon-kinesis-client/pull/916) Upgrade to rxjava3 + +### Release 2.4.0 (March 2, 2022) [Milestone#67](https://github.com/awslabs/amazon-kinesis-client/milestone/67) * [#894](https://github.com/awslabs/amazon-kinesis-client/pull/894) Bump protobuf-java from 3.19.1 to 3.19.2 * [#924](https://github.com/awslabs/amazon-kinesis-client/pull/924) Support Protobuf Data format with Glue Schema Registry. diff --git a/README.md b/README.md index 81def54ad..87b8557f2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. software.amazon.kinesis amazon-kinesis-client - 2.4.0 + 2.4.1 ``` @@ -66,7 +66,11 @@ The recommended way to use the KCL for Java is to consume it from Maven. ## Release Notes -### Latest Release 2.4.0 (March 2, 2022) +### Latest Release 2.4.1 (March 24, 2022) +[Milestone#68](https://github.com/awslabs/amazon-kinesis-client/milestone/68) +* [#916](https://github.com/awslabs/amazon-kinesis-client/pull/916) Upgrade to rxjava3 + +### Release 2.4.0 (March 2, 2022) [Milestone#67](https://github.com/awslabs/amazon-kinesis-client/milestone/67) * [#894](https://github.com/awslabs/amazon-kinesis-client/pull/894) Bump protobuf-java from 3.19.1 to 3.19.2 * [#924](https://github.com/awslabs/amazon-kinesis-client/pull/924) Support Protobuf Data format with Glue Schema Registry. diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index e61b19f87..6e4618b50 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -21,7 +21,7 @@ amazon-kinesis-client-pom software.amazon.kinesis - 2.4.0 + 2.4.1 4.0.0 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 6b53414c5..1168bc813 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -22,7 +22,7 @@ software.amazon.kinesis amazon-kinesis-client-pom - 2.4.0 + 2.4.1 amazon-kinesis-client diff --git a/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java b/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java index dbbfa48ee..fe35f3b19 100644 --- a/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java +++ b/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java @@ -46,7 +46,7 @@ public class RetrievalConfig { */ public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java"; - public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.0"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.1"; /** * Client used to make calls to Kinesis for records retrieval