Fixing typo
This commit is contained in:
parent
c92de765c2
commit
d21f31f513
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### Latest Release 2.3.4 (February 19, 2021)
|
### Latest Release 2.3.4 (February 19, 2021)
|
||||||
[Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56)
|
[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.
|
* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the `ShardFilter` parameter would fail when initializing the lease table.
|
||||||
|
|
||||||
### Release 2.3.3 (December 23, 2020)
|
### 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)
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
|
||||||
|
|
||||||
### Latest Release 2.3.4 (February 19, 2021)
|
### Latest Release 2.3.4 (February 19, 2021)
|
||||||
[Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56)
|
[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.
|
* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the `ShardFilter` parameter would fail when initializing the lease table.
|
||||||
|
|
||||||
### Release 2.3.3 (December 23, 2020)
|
### 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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue