Update README and CHANGELOG for v1.11.0 (#586)
This commit is contained in:
parent
4ec77b1705
commit
a55e1b0e8f
2 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue