File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,6 +150,12 @@ all languages.
150150* The [ Amazon Kinesis Forum] [ kinesis-forum ]
151151
152152## Release Notes
153+ ### Release 3.1.2 (October 1, 2025)
154+ * [ #327 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/327 ) Upgrade amazon-kinesis-client from 3.1.1 to 3.1.3
155+ * [ #327 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/327 ) Upgrade aws-sdk from 2.25.64 to 2.33.0
156+ * [ #327 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/327 ) Upgrade org.apache.commons: commons-lang3 from 3.14.0 to 3.18.0
157+ * [ #327 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/327 ) Upgrade netty.version from 4.1.125 to 4.2.4.Final
158+
153159### Release 3.1.1 (September 8, 2025)
154160* [ #318 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/318 ) Upgrade io.netty: netty-codec from 4.1.118.Final to 4.1.125.Final
155161* [ #304 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/304 ) Upgrade com.fasterxml.jackson.core: jackson-core from 2.13.5 to 2.15.0
Original file line number Diff line number Diff line change 4242
4343PACKAGE_NAME = 'amazon_kclpy'
4444JAR_DIRECTORY = os .path .join (PACKAGE_NAME , 'jars' )
45- PACKAGE_VERSION = '3.1.1 '
45+ PACKAGE_VERSION = '3.1.2 '
4646PYTHON_REQUIREMENTS = [
4747 'boto3' ,
4848 # 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