Skip to content

Commit d3fdaad

Browse files
authored
Release 1.5.0 of the Amazon Kinesis Client for Python (#72)
* Updated to version 1.9.0 of the Amazon Kinesis Client for Java Version 1.9.0 now uses ListShards, instead of DescribeStream.
1 parent 7e71a60 commit d3fdaad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ all languages.
138138

139139
## Release Notes
140140

141+
### Release 1.5.9 (February 7, 2018)
142+
* Updated to version 1.9.0 of the Amazon Kinesis Client Library for Java
143+
* Version 1.9.0 now uses the [`ListShards` Kinesis API](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html), which provides a higher call rate than `DescribeStream`.
144+
* __WARNING: `ListShards` is a new API, and may require updating any explicit IAM policies__
145+
* [PR #71](https://github.com/awslabs/amazon-kinesis-client-python/pull/71)
146+
141147
### Release 1.4.5 (June 28, 2017)
142148
* Record processors can now be notified, and given a final opportunity to checkpoint, when the KCL is being shutdown.
143149
* [PR #53](https://github.com/awslabs/amazon-kinesis-client-python/pull/53)

0 commit comments

Comments
 (0)