From 5f50f08dcc19229d7d3cbf202ee1a32a10ae25bd Mon Sep 17 00:00:00 2001 From: Chunxue Yang Date: Mon, 30 Dec 2019 15:01:56 -0800 Subject: [PATCH] Prepare KCL release 1.13.1 --- CHANGELOG.md | 9 +++++++++ README.md | 11 ++++++++++- pom.xml | 2 +- .../lib/worker/KinesisClientLibConfiguration.java | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3555f29..96ae4e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog +## Release 1.13.1 (December 31, 2019) +[Milestone#44](https://github.com/awslabs/amazon-kinesis-client/milestone/44) +* Adding BillingMode Support to KCL 1.x. This enables the customer to specify if they want provisioned capacity for DDB, or pay per request. + * [PR #656](https://github.com/awslabs/amazon-kinesis-client/pull/656) +* Ensure ShardSyncTask invocation from ShardSyncTaskManager for pending ShardEnd events. + * [PR #659](https://github.com/awslabs/amazon-kinesis-client/pull/659) +* Fix the LeaseManagementIntegrationTest failure. + * [PR #670](https://github.com/awslabs/amazon-kinesis-client/pull/670) + ## 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 diff --git a/README.md b/README.md index a56c8141..03ef69f7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,16 @@ To make it easier for developers to write record processors in other languages, ## Release Notes -## Latest Release (1.13.0 November 5, 2019) +## Latest Release (1.13.1 December 30, 2019) +[Milestone#44](https://github.com/awslabs/amazon-kinesis-client/milestone/44) +* Adding BillingMode Support to KCL 1.x. This enables the customer to specify if they want provisioned capacity for DDB, or pay per request. + * [PR #656](https://github.com/awslabs/amazon-kinesis-client/pull/656) +* Ensure ShardSyncTask invocation from ShardSyncTaskManager for pending ShardEnd events. + * [PR #659](https://github.com/awslabs/amazon-kinesis-client/pull/659) +* Fix the LeaseManagementIntegrationTest failure. + * [PR #670](https://github.com/awslabs/amazon-kinesis-client/pull/670) + +## 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) diff --git a/pom.xml b/pom.xml index a7485b20..ef15d354 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.13.1-SNAPSHOT + 1.13.1 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 7ee2d449..4807b1bd 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 @@ -129,7 +129,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.1-SNAPSHOT"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.13.1"; /** * KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls