File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,35 @@ all languages.
144
144
145
145
## Release Notes
146
146
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
+
147
176
### Release 2.0.1 (February 27, 2019)
148
177
* Updated to version 2.1.2 of the Amazon Kinesis Client Library for Java.
149
178
This update also includes version 2.4.0 of the AWS Java SDK.
Original file line number Diff line number Diff line change 40
40
41
41
PACKAGE_NAME = 'amazon_kclpy'
42
42
JAR_DIRECTORY = os .path .join (PACKAGE_NAME , 'jars' )
43
- PACKAGE_VERSION = '2.0.1 '
43
+ PACKAGE_VERSION = '2.0.2 '
44
44
PYTHON_REQUIREMENTS = [
45
45
'boto' ,
46
46
# argparse is part of python2.7 but must be declared for python2.6
You can’t perform that action at this time.
0 commit comments