Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ all languages.

## Release Notes

### Release 1.5.1 (January 2, 2019)
* Updated to version 1.9.3 of the Amazon Kinesis Client Library for Java.
* [PR #87](https://github.com/awslabs/amazon-kinesis-client-python/pull/87)
* Changed to now download jars from Maven using https.
* [PR #87](https://github.com/awslabs/amazon-kinesis-client-python/pull/87)
* Changed to raise exception when downloading from Maven fails.
* [PR #80](https://github.com/awslabs/amazon-kinesis-client-python/pull/80)

### Release 1.5.0 (February 7, 2018)
* Updated to version 1.9.0 of the Amazon Kinesis Client Library for Java
* 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`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

PACKAGE_NAME = 'amazon_kclpy'
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
PACKAGE_VERSION = '1.5.0'
PACKAGE_VERSION = '1.5.1'
PYTHON_REQUIREMENTS = [
'boto',
# argparse is part of python2.7 but must be declared for python2.6
Expand Down