fixing duplicate entry for 2.2.3

This commit is contained in:
Joshua Kim 2021-02-19 05:33:11 -08:00
parent 16c58d7d9d
commit c92de765c2

View file

@ -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 in PrefetchRecordsPublisher which was causing retry storms if initial request fails.
* Fixing bug where idleTimeBetweenReadsInMillis property was ignored in PollingConfig. * 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) ### Release 2.3.2 (November 19, 2020)
[Milestone#54](https://github.com/awslabs/amazon-kinesis-client/milestone/54) [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. * Adding support for Glue Schema Registry. Deserialize and read schemas associated with the records.