Adding release notes

This commit is contained in:
Joshua Kim 2021-02-19 04:58:48 -08:00
parent 5d68e65c2c
commit add380813c
2 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Changelog
### Latest Release 2.3.3 (December 23, 2020)
### Latest Release 2.3.4 (February 19, 2021)
[Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56)
* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the would fail when initializing the lease table.
### Release 2.3.3 (December 23, 2020)
[Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55)
* Fixing bug in PrefetchRecordsPublisher which was causing retry storms if initial request fails.
* Fixing bug where idleTimeBetweenReadsInMillis property was ignored in PollingConfig.

View file

@ -47,7 +47,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>2.3.3</version>
<version>2.3.4</version>
</dependency>
```
@ -63,7 +63,16 @@ The recommended way to use the KCL for Java is to consume it from Maven.
## Release Notes
### Latest Release 2.3.3 (December 23, 2020)
### Latest Release 2.3.4 (February 19, 2021)
[Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56)
* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the would fail when initializing the lease table.
### Release 2.3.3 (December 23, 2020)
[Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55)
* Fixing bug in PrefetchRecordsPublisher which was causing retry storms if initial request fails.
* Fixing bug where idleTimeBetweenReadsInMillis property was ignored in PollingConfig.
### Release 2.3.3 (December 23, 2020)
[Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55)
* Fixing bug in PrefetchRecordsPublisher which was causing retry storms if initial request fails.
* Fixing bug where idleTimeBetweenReadsInMillis property was ignored in PollingConfig.