diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c01153..1a018cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -### Latest Release 2.3.7 (October 11, 2021) +### Latest Release 2.3.8 (October 27, 2021) +[Milestone#64](https://github.com/awslabs/amazon-kinesis-client/milestone/64) +* [#860](https://github.com/awslabs/amazon-kinesis-client/pull/860) Upgrade Glue schema registry from 1.1.4 to 1.1.5. +* [#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. + +### Release 2.3.7 (October 11, 2021) [Milestone#63](https://github.com/awslabs/amazon-kinesis-client/milestone/63) * [#842](https://github.com/awslabs/amazon-kinesis-client/pull/842) Fixing typo is debug logs. * [#846](https://github.com/awslabs/amazon-kinesis-client/pull/846) Fix DynamoDBLeaseTaker logging of available leases diff --git a/README.md b/README.md index 21a37b49..98dd152d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,12 @@ The recommended way to use the KCL for Java is to consume it from Maven. ## Release Notes -### Latest Release 2.3.7 (October 11, 2021) +### Latest Release 2.3.8 (October 27, 2021) +[Milestone#64](https://github.com/awslabs/amazon-kinesis-client/milestone/64) +* [#860](https://github.com/awslabs/amazon-kinesis-client/pull/860) Upgrade Glue schema registry from 1.1.4 to 1.1.5. +* [#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. + +### Release 2.3.7 (October 11, 2021) [Milestone#63](https://github.com/awslabs/amazon-kinesis-client/milestone/63) * [#842](https://github.com/awslabs/amazon-kinesis-client/pull/842) Fixing typo is debug logs. * [#846](https://github.com/awslabs/amazon-kinesis-client/pull/846) Fix DynamoDBLeaseTaker logging of available leases diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 8c83a184..9429df0a 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.3.7 + 2.3.8 4.0.0 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index c5e73b34..4e3edef4 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.3.7 + 2.3.8 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 affd8239..c497d193 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.3.7"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.3.8"; /** * Client used to make calls to Kinesis for records retrieval diff --git a/pom.xml b/pom.xml index b12ae101..8863b051 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ amazon-kinesis-client-pom pom Amazon Kinesis Client Library - 2.3.7 + 2.3.8 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis.