Skip to content

Commit af66df0

Browse files
authored
Release 1.5.1 of the Amazon Kinesis Client Library for Python (#88)
* Updated to version 1.9.3 of the Amazon Kinesis Client Library for Java. * #87 * Changed to now download jars from Maven using https. * #87 * Changed to raise exception when downloading from Maven fails. * #80
1 parent 3493102 commit af66df0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ 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+
* Changed to raise exception when downloading from Maven fails.
147+
* [PR #80](https://github.com/awslabs/amazon-kinesis-client-python/pull/80)
148+
141149
### Release 1.5.0 (February 7, 2018)
142150
* Updated to version 1.9.0 of the Amazon Kinesis Client Library for Java
143151
* 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)