From 5ff227c2c2331e56c5c9c359dc40d8b91b8d939e Mon Sep 17 00:00:00 2001 From: Sahil Palvia Date: Wed, 6 Feb 2019 15:03:56 -0800 Subject: [PATCH] Release 2.1.1 (#494) * Updating the versions to 2.1.1 * Updating release notes and CHANGELOG * Updating the user agent version number --- CHANGELOG.md | 9 +++++++++ README.md | 20 ++++++++++---------- amazon-kinesis-client-multilang/pom.xml | 2 +- amazon-kinesis-client/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31f80a2..e71507ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### Release 2.1.1 (February 6, 2019) +[Milestone#28](https://github.com/awslabs/amazon-kinesis-client/milestone/28) +* Introducing `SHUT_DOWN_STARTED` state for the `WorkerStateChangeListener`. + * [PR#457](https://github.com/awslabs/amazon-kinesis-client/pull/457) +* Fixed a bug with `AWSSessionCredentials` using `AWSSecretID` instead of `AWSAccessID` and vice versa. + * [PR#486](https://github.com/awslabs/amazon-kinesis-client/pull/486) +* Upgrading SDK version to 2.4.0, which includes a fix for a possible deadlock when using Enhanced Fan-Out. + * [PR#493](https://github.com/awslabs/amazon-kinesis-client/pull/493) + ### Release 2.1.0 (January 14, 2019) [Milestone #27](https://github.com/awslabs/amazon-kinesis-client/milestone/27) * Introducing MultiLangDaemon support for Enhanced Fan-Out. diff --git a/README.md b/README.md index efd7f5a0..e16736f1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. software.amazon.kinesis amazon-kinesis-client - 2.0.4 + 2.1.1 ``` @@ -54,21 +54,21 @@ The recommended way to use the KCL for Java is to consume it from Maven. com.amazonaws amazon-kinesis-client - 1.9.2 + 1.9.3 ``` ## Release Notes -### Latest Release (2.1.0 - January 14, 2019) -[Milestone #27](https://github.com/awslabs/amazon-kinesis-client/milestone/27) -* Introducing MultiLangDaemon support for Enhanced Fan-Out. -* MultiLangDaemon now supports the following command line options. - * `--properties-file`: Properties file that the KCL should use to set up the Scheduler. - * `--log-configuration`: logback.xml that the KCL should use for logging. -* Updated AWS SDK dependency to 2.2.0. -* MultiLangDaemon now uses logback for logging. +### Latest Release (2.1.1 - February 6, 2019) +[Milestone#28](https://github.com/awslabs/amazon-kinesis-client/milestone/28) +* Introducing `SHUT_DOWN_STARTED` state for the `WorkerStateChangeListener`. + * [PR#457](https://github.com/awslabs/amazon-kinesis-client/pull/457) +* Fixed a bug with `AWSSessionCredentials` using `AWSSecretID` instead of `AWSAccessID` and vice versa. + * [PR#486](https://github.com/awslabs/amazon-kinesis-client/pull/486) +* Upgrading SDK version to 2.4.0, which includes a fix for a possible deadlock when using Enhanced Fan-Out. + * [PR#493](https://github.com/awslabs/amazon-kinesis-client/pull/493) ### For remaining release notes check **[CHANGELOG.md][changelog-md]**. diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 4eefb342..85296af2 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -19,7 +19,7 @@ amazon-kinesis-client-pom software.amazon.kinesis - 2.1.1-SNAPSHOT + 2.1.1 4.0.0 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 30ffb365..d6e0fa7c 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -20,7 +20,7 @@ software.amazon.kinesis amazon-kinesis-client-pom - 2.1.1-SNAPSHOT + 2.1.1 amazon-kinesis-client diff --git a/pom.xml b/pom.xml index 31c343de..66e56a34 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ amazon-kinesis-client-pom pom Amazon Kinesis Client Library - 2.1.1-SNAPSHOT + 2.1.1 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis.