Skip to content

Commit 8fb5e02

Browse files
authored
Release v3.1.2 (awslabs#329)
* [awslabs#327](awslabs#327) Upgrade amazon-kinesis-client from 3.1.1 to 3.1.3 * [awslabs#327](awslabs#327) Upgrade aws-sdk from 2.25.64 to 2.33.0 * [awslabs#327](awslabs#327) Upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 * [awslabs#327](awslabs#327) Upgrade netty.version from 4.1.125 to 4.2.4.Final
1 parent 8102bdd commit 8fb5e02

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
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 = '3.1.1'
45+
PACKAGE_VERSION = '3.1.2'
4646
PYTHON_REQUIREMENTS = [
4747
'boto3',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)