Skip to content

Commit 2848134

Browse files
Ava Huangavahuang0429
Ava Huang
authored andcommitted
Release 2.0.6
1 parent 7e2362f commit 2848134

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ all languages.
146146

147147
## Release Notes
148148

149+
### Release 2.0.6 (November 23, 2021)
150+
* Upgraded multiple dependencies [PR #152](https://github.com/awslabs/amazon-kinesis-client-python/pull/152)
151+
* Amazon Kinesis Client Library 2.3.9
152+
* ch.qos.logback 1.2.7
153+
149154
### Release 2.0.5 (November 11, 2021)
150155
* Upgraded multiple dependencies [PR #148](https://github.com/awslabs/amazon-kinesis-client-python/pull/148)
151156
* Amazon Kinesis Client Library 2.3.8

Diff for: setup.py

+5-5
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.5'
43+
PACKAGE_VERSION = '2.0.6'
4444
PYTHON_REQUIREMENTS = [
4545
'boto',
4646
# argparse is part of python2.7 but must be declared for python2.6
@@ -73,8 +73,8 @@
7373
('software.amazon.eventstream', 'eventstream', '1.0.1'),
7474
('software.amazon.ion', 'ion-java', '1.5.1'),
7575
('software.amazon.glue', 'schema-registry-serde', '1.1.5'),
76-
('software.amazon.kinesis', 'amazon-kinesis-client-multilang', '2.3.8'),
77-
('software.amazon.kinesis', 'amazon-kinesis-client', '2.3.8'),
76+
('software.amazon.kinesis', 'amazon-kinesis-client-multilang', '2.3.9'),
77+
('software.amazon.kinesis', 'amazon-kinesis-client', '2.3.9'),
7878
('com.amazonaws', 'aws-java-sdk-core', '1.12.3'),
7979
('com.amazonaws', 'aws-java-sdk-sts', '1.12.3'),
8080
('com.amazonaws', 'jmespath-java', '1.12.3'),
@@ -114,8 +114,8 @@
114114
('commons-collections', 'commons-collections', '3.2.2'),
115115
('commons-io', 'commons-io', '2.9.0'),
116116
('commons-logging', 'commons-logging', '1.2'),
117-
('ch.qos.logback', 'logback-classic', '1.2.3'),
118-
('ch.qos.logback', 'logback-core', '1.2.3'),
117+
('ch.qos.logback', 'logback-classic', '1.2.7'),
118+
('ch.qos.logback', 'logback-core', '1.2.7'),
119119
('joda-time', 'joda-time', '2.10.10')
120120
]
121121

0 commit comments

Comments
 (0)