File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,10 @@ all languages.
146
146
147
147
## Release Notes
148
148
149
+ ### Release 2.1.3 (August 8, 2023)
150
+ * Added the ability to specify sts endpoint and region [ PR #221 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/230 )
151
+ * Upgraded KCL and KCL-Multilang Dependencies from 2.5.1 to 2.5.2 [ PR #221 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/230 )
152
+
149
153
### Release 2.1.2 (June 29, 2023)
150
154
* Added the ability to pass in streamArn to multilang Daemon [ PR #221 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/221 )
151
155
* 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 )
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.2 '
45
+ PACKAGE_VERSION = '2.1.3 '
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