From ebaa5ef7884b605675636f2dbd92be74f65f90d0 Mon Sep 17 00:00:00 2001 From: Chunxue Yang Date: Tue, 5 Nov 2019 14:31:50 -0800 Subject: [PATCH 1/2] Update the KCL version to 1.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37d74f66..bd3959fd 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.13.0-SNAPSHOT + 1.13.0 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis. From bddf573c036e627bd9d9113a8bc8ae27b1f204e0 Mon Sep 17 00:00:00 2001 From: Chunxue Yang Date: Tue, 5 Nov 2019 14:44:49 -0800 Subject: [PATCH 2/2] Release Prepare --- CHANGELOG.md | 5 +++++ README.md | 7 ++++++- .../lib/worker/KinesisClientLibConfiguration.java | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1853a9a2..d3555f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## Release 1.13.0 (November 5, 2019) +[Milestone#42](https://github.com/awslabs/amazon-kinesis-client/milestone/42) +* Handling completed and blocked tasks better during graceful shutdown + * [PR #640](https://github.com/awslabs/amazon-kinesis-client/pull/640) + ## Release 1.12.0 (October 17, 2019) [Milestone#41](https://github.com/awslabs/amazon-kinesis-client/milestone/41) * Adding logging around shard end codepaths. diff --git a/README.md b/README.md index 11ef45fd..a56c8141 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ To make it easier for developers to write record processors in other languages, ## Release Notes -## Latest Release (1.12.0 October 17, 2019) +## Latest Release (1.13.0 November 5, 2019) +[Milestone#42](https://github.com/awslabs/amazon-kinesis-client/milestone/42) +* Handling completed and blocked tasks better during graceful shutdown + * [PR #640](https://github.com/awslabs/amazon-kinesis-client/pull/640) + +## Release 1.12.0 (October 17, 2019) [Milestone#41](https://github.com/awslabs/amazon-kinesis-client/milestone/41) * Adding logging around shard end codepaths * [PR #585](https://github.com/awslabs/amazon-kinesis-client/pull/585) 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 f7a7fa36..4cba9ce8 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 @@ -125,7 +125,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.13.0-SNAPSHOT"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.13.0"; /** * KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls