Added note about the update of the AWS Java SDK

This commit is contained in:
Pfifer, Justin 2018-04-30 12:03:50 -07:00
parent b17d76cc05
commit 6ed9e0d643
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,7 @@
A custom `LeaseManager` can be provided to `Worker.Builder` that will be used to provide lease services. A custom `LeaseManager` can be provided to `Worker.Builder` that will be used to provide lease services.
This makes it possible to implement custom lease management systems in addition to the default DynamoDB system. This makes it possible to implement custom lease management systems in addition to the default DynamoDB system.
* [PR #297](https://github.com/awslabs/amazon-kinesis-client/pull/297) * [PR #297](https://github.com/awslabs/amazon-kinesis-client/pull/297)
* Updated the version of the AWS Java SDK to 1.11.219
## Release 1.9.0 (February 6, 2018) ## Release 1.9.0 (February 6, 2018)
* Introducing support for ListShards API. This API is used in place of DescribeStream API to provide more throughput during ShardSyncTask. Please consult the [AWS Documentation for ListShards](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html) for more information. * Introducing support for ListShards API. This API is used in place of DescribeStream API to provide more throughput during ShardSyncTask. Please consult the [AWS Documentation for ListShards](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html) for more information.

View file

@ -39,6 +39,7 @@ To make it easier for developers to write record processors in other languages,
A custom `LeaseManager` can be provided to `Worker.Builder` that will be used to provide lease services. A custom `LeaseManager` can be provided to `Worker.Builder` that will be used to provide lease services.
This makes it possible to implement custom lease management systems in addition to the default DynamoDB system. This makes it possible to implement custom lease management systems in addition to the default DynamoDB system.
* [PR #297](https://github.com/awslabs/amazon-kinesis-client/pull/297) * [PR #297](https://github.com/awslabs/amazon-kinesis-client/pull/297)
* Updated the version of the AWS Java SDK to 1.11.219
### For remaining release notes check **[CHANGELOG.md][changelog-md]**. ### For remaining release notes check **[CHANGELOG.md][changelog-md]**.