From 780ca178d565d147fe90c01803b3dceeb932eda9 Mon Sep 17 00:00:00 2001 From: Yu Zeng Date: Fri, 23 Dec 2022 15:44:00 -0800 Subject: [PATCH] Preparation for v2.4.4 --- CHANGELOG.md | 5 +++++ README.md | 7 ++++++- amazon-kinesis-client-multilang/pom.xml | 2 +- amazon-kinesis-client/pom.xml | 2 +- .../software/amazon/kinesis/retrieval/RetrievalConfig.java | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eaf5568..66cf7149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### Release 2.4.4 (December 23, 2022) +* [#1017](https://github.com/awslabs/amazon-kinesis-client/pull/1017) Upgrade aws sdk + * aws-java-sdk.version from 1.12.296 -> 1.12.370 + * awssdk.version from 2.17.268 -> 2.19.2 + ### Release 2.4.3 (September 6, 2022) * [#980](https://github.com/awslabs/amazon-kinesis-client/pull/980) logback-classic: 1.2.9 -> 1.4.0 * [#983](https://github.com/awslabs/amazon-kinesis-client/pull/983) diff --git a/README.md b/README.md index ceec72b4..cac15f8e 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.3 + 2.4.4 ``` @@ -66,6 +66,11 @@ The recommended way to use the KCL for Java is to consume it from Maven. ## Release Notes +### Release 2.4.4 (December 23, 2022) +* [#1017](https://github.com/awslabs/amazon-kinesis-client/pull/1017) Upgrade aws sdk + * aws-java-sdk.version from 1.12.296 -> 1.12.370 + * awssdk.version from 2.17.268 -> 2.19.2 + ### Release 2.4.3 (September 6, 2022) * [#980](https://github.com/awslabs/amazon-kinesis-client/pull/980) logback-classic: 1.2.9 -> 1.4.0 * [#983](https://github.com/awslabs/amazon-kinesis-client/pull/983) diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index e3583af5..f0766949 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.4-SNAPSHOT + 2.4.4 4.0.0 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index abdd3eb3..474cb033 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.4-SNAPSHOT + 2.4.4 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 028c036b..9c57b016 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.4-SNAPSHOT"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.4"; /** * Client used to make calls to Kinesis for records retrieval