File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 = '2.2.1 '
45+ PACKAGE_VERSION = '2.2.2 '
4646PYTHON_REQUIREMENTS = [
4747 'boto3' ,
4848 # argparse is part of python2.7 but must be declared for python2.6
You can’t perform that action at this time.
0 commit comments