From c92de765c2fd838b5ced1f6b826e1c3bb21255d1 Mon Sep 17 00:00:00 2001 From: Joshua Kim Date: Fri, 19 Feb 2021 05:33:11 -0800 Subject: [PATCH] fixing duplicate entry for 2.2.3 --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b86fab18..e03e3f05 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,6 @@ The recommended way to use the KCL for Java is to consume it from Maven. * 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. - ### Release 2.3.2 (November 19, 2020) [Milestone#54](https://github.com/awslabs/amazon-kinesis-client/milestone/54) * Adding support for Glue Schema Registry. Deserialize and read schemas associated with the records.