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,11 @@ all languages.
150150* The [ Amazon Kinesis Forum] [ kinesis-forum ]
151151
152152## Release Notes
153+
154+ ### Release 3.1.3 (October 29, 2025)
155+ * [ #331 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/331 ) Upgrade netty.version from 4.2.6.Final to 4.2.7.Final
156+ * [ #333 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/333 ) Only include argparse for python version 3.1 and below
157+
153158### Release 3.1.2 (October 1, 2025)
154159* [ #327 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/327 ) Upgrade amazon-kinesis-client from 3.1.1 to 3.1.3
155160* [ #327 ] ( https://github.com/awslabs/amazon-kinesis-client-python/pull/327 ) Upgrade aws-sdk from 2.25.64 to 2.33.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.2 '
45+ PACKAGE_VERSION = '3.1.3 '
4646PYTHON_REQUIREMENTS = [
4747 "boto3" ,
4848 # argparse is part of python3.2+
You can’t perform that action at this time.
0 commit comments