Skip to content

Commit 3013d15

Browse files
Ryan Pelaezpelaezryan
Ryan Pelaez
authored andcommittedJun 29, 2023
Preparing KCL Python for new minor version 2.1.2
1 parent f0e8e48 commit 3013d15

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
@@ -146,6 +146,12 @@ all languages.
146146

147147
## Release Notes
148148

149+
### Release 2.1.2 (June 29, 2023)
150+
* Added the ability to pass in streamArn to multilang Daemon [PR #221](https://github.com/awslabs/amazon-kinesis-client-python/pull/221)
151+
* Upgraded KCL and KCL-Multilang Dependencies from 2.4.4 to 2.5.1 [PR #221](https://github.com/awslabs/amazon-kinesis-client-python/pull/221)
152+
* Upgraded Google Guava dependency from 31.0.1-jre to 32.0.0-jre [PR #223](https://github.com/awslabs/amazon-kinesis-client-python/pull/223)
153+
* Added aws-java-sdk-sts dependency [PR #212](https://github.com/awslabs/amazon-kinesis-client-python/pull/212)
154+
149155
### Release 2.1.1 (January 17, 2023)
150156
* Include the pom file in MANIFEST
151157

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
PACKAGE_NAME = 'amazon_kclpy'
4444
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
45-
PACKAGE_VERSION = '2.1.1'
45+
PACKAGE_VERSION = '2.1.2'
4646
PYTHON_REQUIREMENTS = [
4747
'boto',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)
Please sign in to comment.