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.

## Release Notes

### Release 3.1.3.post1 (May 21, 2026)
* Bump netty.version from 4.2.7.Final to 4.2.13.Final
* Bump fasterxml-jackson.version from 2.15.0 to 2.18.6

### Release 3.1.3 (October 29, 2025)
* [#331](https://github.com/awslabs/amazon-kinesis-client-python/pull/331) Upgrade netty.version from 4.2.6.Final to 4.2.7.Final
* [#333](https://github.com/awslabs/amazon-kinesis-client-python/pull/333) Only include argparse for python version 3.1 and below
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 = '3.1.3'
PACKAGE_VERSION = '3.1.3.post1'
PYTHON_REQUIREMENTS = [
"boto3",
# argparse is part of python3.2+
Expand Down
Loading