Adding release notes
This commit is contained in:
parent
5d68e65c2c
commit
add380813c
2 changed files with 17 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# 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)
|
[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 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.
|
||||||
|
|
|
||||||
13
README.md
13
README.md
|
|
@ -47,7 +47,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>software.amazon.kinesis</groupId>
|
<groupId>software.amazon.kinesis</groupId>
|
||||||
<artifactId>amazon-kinesis-client</artifactId>
|
<artifactId>amazon-kinesis-client</artifactId>
|
||||||
<version>2.3.3</version>
|
<version>2.3.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -63,7 +63,16 @@ The recommended way to use the KCL for Java is to consume it from Maven.
|
||||||
|
|
||||||
## Release Notes
|
## 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)
|
[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 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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue