Release 2.1.1 (#494)

* Updating the versions to 2.1.1
* Updating release notes and CHANGELOG
* Updating the user agent version number
This commit is contained in:
Sahil Palvia 2019-02-06 15:03:56 -08:00 committed by GitHub
parent 7f5bd73c0b
commit 5ff227c2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 13 deletions

View file

@ -1,5 +1,14 @@
# Changelog # 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) ### Release 2.1.0 (January 14, 2019)
[Milestone #27](https://github.com/awslabs/amazon-kinesis-client/milestone/27) [Milestone #27](https://github.com/awslabs/amazon-kinesis-client/milestone/27)
* Introducing MultiLangDaemon support for Enhanced Fan-Out. * Introducing MultiLangDaemon support for Enhanced Fan-Out.

View file

@ -44,7 +44,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
<dependency> <dependency>
<groupId>software.amazon.kinesis</groupId> <groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId> <artifactId>amazon-kinesis-client</artifactId>
<version>2.0.4</version> <version>2.1.1</version>
</dependency> </dependency>
``` ```
@ -54,21 +54,21 @@ The recommended way to use the KCL for Java is to consume it from Maven.
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-client</artifactId> <artifactId>amazon-kinesis-client</artifactId>
<version>1.9.2</version> <version>1.9.3</version>
</dependency> </dependency>
``` ```
## Release Notes ## Release Notes
### Latest Release (2.1.0 - January 14, 2019) ### Latest Release (2.1.1 - February 6, 2019)
[Milestone #27](https://github.com/awslabs/amazon-kinesis-client/milestone/27) [Milestone#28](https://github.com/awslabs/amazon-kinesis-client/milestone/28)
* Introducing MultiLangDaemon support for Enhanced Fan-Out. * Introducing `SHUT_DOWN_STARTED` state for the `WorkerStateChangeListener`.
* MultiLangDaemon now supports the following command line options. * [PR#457](https://github.com/awslabs/amazon-kinesis-client/pull/457)
* `--properties-file`: Properties file that the KCL should use to set up the Scheduler. * Fixed a bug with `AWSSessionCredentials` using `AWSSecretID` instead of `AWSAccessID` and vice versa.
* `--log-configuration`: logback.xml that the KCL should use for logging. * [PR#486](https://github.com/awslabs/amazon-kinesis-client/pull/486)
* Updated AWS SDK dependency to 2.2.0. * Upgrading SDK version to 2.4.0, which includes a fix for a possible deadlock when using Enhanced Fan-Out.
* MultiLangDaemon now uses logback for logging. * [PR#493](https://github.com/awslabs/amazon-kinesis-client/pull/493)
### For remaining release notes check **[CHANGELOG.md][changelog-md]**. ### For remaining release notes check **[CHANGELOG.md][changelog-md]**.

View file

@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>amazon-kinesis-client-pom</artifactId> <artifactId>amazon-kinesis-client-pom</artifactId>
<groupId>software.amazon.kinesis</groupId> <groupId>software.amazon.kinesis</groupId>
<version>2.1.1-SNAPSHOT</version> <version>2.1.1</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>software.amazon.kinesis</groupId> <groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client-pom</artifactId> <artifactId>amazon-kinesis-client-pom</artifactId>
<version>2.1.1-SNAPSHOT</version> <version>2.1.1</version>
</parent> </parent>
<artifactId>amazon-kinesis-client</artifactId> <artifactId>amazon-kinesis-client</artifactId>

View file

@ -20,7 +20,7 @@
<artifactId>amazon-kinesis-client-pom</artifactId> <artifactId>amazon-kinesis-client-pom</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Amazon Kinesis Client Library</name> <name>Amazon Kinesis Client Library</name>
<version>2.1.1-SNAPSHOT</version> <version>2.1.1</version>
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data <description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
from Amazon Kinesis. from Amazon Kinesis.
</description> </description>