From add380813c73f4bb0da6cbaed4068220b35884f3 Mon Sep 17 00:00:00 2001 From: Joshua Kim Date: Fri, 19 Feb 2021 04:58:48 -0800 Subject: [PATCH] Adding release notes --- CHANGELOG.md | 7 ++++++- README.md | 13 +++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c05fb8..83d578a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 205626ea..b86fab18 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. software.amazon.kinesis amazon-kinesis-client - 2.3.3 + 2.3.4 ``` @@ -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.