Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ all languages.
* The [Amazon Kinesis Forum][kinesis-forum]

## Release Notes
### Release 2.2.2 (September 10, 2025)
* [#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
* [#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

### Release 2.2.1 (March 22, 2025)
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

PACKAGE_NAME = 'amazon_kclpy'
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
PACKAGE_VERSION = '2.2.1'
PACKAGE_VERSION = '2.2.2'
PYTHON_REQUIREMENTS = [
'boto3',
# argparse is part of python2.7 but must be declared for python2.6
Expand Down