Skip to content

Commit 8f18aea

Browse files
authored
Release v2.2.2 (#322)
* Prepare for 2.2.2 release
1 parent e404cdd commit 8f18aea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

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

158158
## Release Notes
159+
### Release 2.2.2 (September 10, 2025)
160+
* [#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
161+
* [#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
162+
159163
### Release 2.2.1 (March 22, 2025)
160164
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability
161165

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.1'
45+
PACKAGE_VERSION = '2.2.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)