Skip to content

Commit 6665965

Browse files
authored
Merge pull request #138 from AvinashChowdary/master
Preparing for 2.0.2 Release
2 parents 053a72d + a6c36ce commit 6665965

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,35 @@ all languages.
144144

145145
## Release Notes
146146

147+
### Release 2.0.2 (June 4, 2021)
148+
* Upgraded multiple dependencies in [PR #137](https://github.com/awslabs/amazon-kinesis-client-python/pull/137)
149+
* Amazon Kinesis Client Library 2.3.4
150+
* AWS SDK 2.16.75
151+
* AWS Java SDK 1.11.1031
152+
* Amazon ion java 1.5.1
153+
* Jackson 2.12.3
154+
* io.netty 4.1.65.Final
155+
* typeface netty 2.0.5
156+
* reactivestreams 1.0.3
157+
* guava 30.1.1-jre
158+
* Error prone annotations 2.7.1
159+
* j2objc annotations 2.7.1
160+
* Animal sniffer annotations 1.20
161+
* slf4j 1.7.30
162+
* protobuf 3.17.1
163+
* Joda time 2.10.10
164+
* Apache httpclient 4.5.13
165+
* Apache httpcore 4.4.14
166+
* commons lang3 3.12.0
167+
* commons logging 1.2
168+
* commons beanutils 1.9.4
169+
* commons codec 1.15
170+
* commons collections4 4.4
171+
* commons io 2.9.0
172+
* jcommander 1.81
173+
* rxjava 2.2.21
174+
* Added Amazon Glue schema registry 1.0.2
175+
147176
### Release 2.0.1 (February 27, 2019)
148177
* Updated to version 2.1.2 of the Amazon Kinesis Client Library for Java.
149178
This update also includes version 2.4.0 of the AWS Java SDK.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
PACKAGE_NAME = 'amazon_kclpy'
4242
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
43-
PACKAGE_VERSION = '2.0.1'
43+
PACKAGE_VERSION = '2.0.2'
4444
PYTHON_REQUIREMENTS = [
4545
'boto',
4646
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)