Skip to content

Commit 11b3bec

Browse files
authored
Release v2.2.3 (#326)
* [#325](#325) Update Maven repository in setup to repo1 domain, aligning with 3x version * [#325](#325) Upgrade amazon-kinesis-client from 2.7.0 to 2.7.2 * [#325](#325) Upgrade aws-sdk from 2.25.64 to 2.33.0 * [#325](#325) Upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 * [#325](#325) Upgrade netty.version from 4.1.125 to 4.2.4.Final
1 parent 0395b06 commit 11b3bec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ all languages.
156156
* The [Amazon Kinesis Forum][kinesis-forum]
157157

158158
## Release Notes
159+
### Release 2.2.3 (September 30, 2025)
160+
* [#325](https://github.com/awslabs/amazon-kinesis-client-python/pull/325) Update Maven repository in setup to repo1 domain, aligning with 3x version
161+
* [#325](https://github.com/awslabs/amazon-kinesis-client-python/pull/325) Upgrade amazon-kinesis-client from 2.7.0 to 2.7.2
162+
* [#325](https://github.com/awslabs/amazon-kinesis-client-python/pull/325) Upgrade aws-sdk from 2.25.64 to 2.33.0
163+
* [#325](https://github.com/awslabs/amazon-kinesis-client-python/pull/325) Upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0
164+
* [#325](https://github.com/awslabs/amazon-kinesis-client-python/pull/325) Upgrade netty.version from 4.1.125 to 4.2.4.Final
165+
159166
### Release 2.2.2 (September 10, 2025)
160167
* [#321](https://github.com/awslabs/amazon-kinesis-client-python/pull/321) Upgrade io.netty:netty-codec from 4.1.118.Final to 4.1.125.Final
161168
* [#321](https://github.com/awslabs/amazon-kinesis-client-python/pull/321) 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 = '2.2.2'
45+
PACKAGE_VERSION = '2.2.3'
4646
PYTHON_REQUIREMENTS = [
4747
'boto3',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)