Update README and CHANGELOG for v1.11.0 (#586)

This commit is contained in:
Micah Jaffe 2019-08-08 17:44:40 -07:00 committed by GitHub
parent 4ec77b1705
commit a55e1b0e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
# Changelog
## Release 1.11.0 (August 7, 2019)
[Milestone#33](https://github.com/awslabs/amazon-kinesis-client/milestone/33)
* Updated the version of the AWS Java SDK to 1.11.603
* Improved exception handling and logging in `KinesisClientLibLeaseCoordinator` to avoid `NullPointerExceptions` when no leases are found.
* [PR #558](https://github.com/awslabs/amazon-kinesis-client/pull/558)
* Introducing optional new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker.

View file

@ -33,7 +33,6 @@ To make it easier for developers to write record processors in other languages,
### Latest Release (1.11.0 - August 7, 2019)
[Milestone#33](https://github.com/awslabs/amazon-kinesis-client/milestone/33)
* Updated the version of the AWS Java SDK to 1.11.603
* Improved exception handling and logging in `KinesisClientLibLeaseCoordinator` to avoid `NullPointerExceptions` when no leases are found.
* [PR #558](https://github.com/awslabs/amazon-kinesis-client/pull/558)
* Introducing optional new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker.