diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aad3a096..b3e5ce411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## Latest Release (1.14.1 - January 27, 2021) + +## Latest Release (1.14.2 - February 24, 2021) +* [Milestone#57](https://github.com/awslabs/amazon-kinesis-client/milestone/57) +* [#790](https://github.com/awslabs/amazon-kinesis-client/pull/790) Fixing a bug that caused paginated `ListShards` calls with the `ShardFilter` parameter to fail when the lease table was being initialized. + +## Release (1.14.1 - January 27, 2021) * [Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56) * Fix for cross DDB table interference when multiple KCL applications are run in same JVM. diff --git a/README.md b/README.md index 3fbfcb252..4d3ca0fd8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ To make it easier for developers to write record processors in other languages, ## Release Notes -### Latest Release (1.14.1 - January 27, 2021) +## Latest Release (1.14.2 - February 24, 2021) +* [Milestone#57](https://github.com/awslabs/amazon-kinesis-client/milestone/57) +* [#790](https://github.com/awslabs/amazon-kinesis-client/pull/790) Fixing a bug that caused paginated `ListShards` calls with the `ShardFilter` parameter to fail when the lease table was being initialized. + +### Release (1.14.1 - January 27, 2021) * [Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56) * Fix for cross DDB table interference when multiple KCL applications are run in same JVM. diff --git a/pom.xml b/pom.xml index 5042fd9e2..e4064be98 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.14.1 + 1.14.2 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis. diff --git a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java index 06fad2afe..cc385fd20 100644 --- a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java +++ b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java @@ -147,7 +147,7 @@ public class KinesisClientLibConfiguration { /** * User agent set when Amazon Kinesis Client Library makes AWS requests. */ - public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.14.1"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.14.2"; /** * KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls