From 6ed9e0d643b84e0703ef78f3817eaef6845d30b5 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Mon, 30 Apr 2018 12:03:50 -0700 Subject: [PATCH] Added note about the update of the AWS Java SDK --- CHANGELOG.md | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130b9ed7..eebf704f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ 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. * [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) * 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. diff --git a/README.md b/README.md index 07c3c932..d95854b5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ 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. 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) - +* Updated the version of the AWS Java SDK to 1.11.219 + ### For remaining release notes check **[CHANGELOG.md][changelog-md]**. [kinesis]: http://aws.amazon.com/kinesis