Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 730e204

Browse files
author
Sahil Palvia
committedJan 2, 2019
Release 1.5.1 of the Amazon Kinesis Client Library for Python
* Updated to version 1.9.3 of the Amazon Kinesis Client Library for Java. * awslabs#87 * Changed to now download jars from Maven using https. * awslabs#87
1 parent 3493102 commit 730e204

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ all languages.
138138

139139
## Release Notes
140140

141+
### Release 1.5.1 (January 2, 2019)
142+
* Updated to version 1.9.3 of the Amazon Kinesis Client Library for Java.
143+
* [PR #87](https://github.com/awslabs/amazon-kinesis-client-python/pull/87)
144+
* Changed to now download jars from Maven using https.
145+
* [PR #87](https://github.com/awslabs/amazon-kinesis-client-python/pull/87)
146+
141147
### Release 1.5.0 (February 7, 2018)
142148
* Updated to version 1.9.0 of the Amazon Kinesis Client Library for Java
143149
* 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`.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
PACKAGE_NAME = 'amazon_kclpy'
5252
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
53-
PACKAGE_VERSION = '1.5.0'
53+
PACKAGE_VERSION = '1.5.1'
5454
PYTHON_REQUIREMENTS = [
5555
'boto',
5656
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)
Please sign in to comment.