File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,12 @@ all languages.
146
146
147
147
## Release Notes
148
148
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
+
149
155
### Release 2.1.1 (January 17, 2023)
150
156
* Include the pom file in MANIFEST
151
157
Original file line number Diff line number Diff line change 42
42
43
43
PACKAGE_NAME = 'amazon_kclpy'
44
44
JAR_DIRECTORY = os .path .join (PACKAGE_NAME , 'jars' )
45
- PACKAGE_VERSION = '2.1.1 '
45
+ PACKAGE_VERSION = '2.1.2 '
46
46
PYTHON_REQUIREMENTS = [
47
47
'boto' ,
48
48
# 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