From 7948e09ad3dbc72e43885ca9ae1c5d3f636ab981 Mon Sep 17 00:00:00 2001 From: vincentvilo-aws <142546855+vincentvilo-aws@users.noreply.github.com> Date: Thu, 30 May 2024 10:33:53 -0700 Subject: [PATCH] Prepare for KCL Python release 2.1.5 (#249) * update README with release notes for 2.1.5 * Prepare for KCL release 2.1.5 --- README.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ce165..a1d1b29 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,13 @@ all languages. ## Release Notes +### Release 2.1.5 (May 29, 2024) +* Fixed CI due to different macOS architecture [PR #246](https://github.com/awslabs/amazon-kinesis-client-python/pull/246) +* Added necessary Java SDKs to run sample [PR #248](https://github.com/awslabs/amazon-kinesis-client-python/pull/248) +* Upgraded boto dependency to boto3 [PR #245](https://github.com/awslabs/amazon-kinesis-client-python/pull/245) +* Upgraded AWS SDK from 2.19.2 to 2.25.11 [PR #248](https://github.com/awslabs/amazon-kinesis-client-python/pull/248) +* Upgraded aws-java-sdk from 1.12.370 to 1.12.668 [PR #248](https://github.com/awslabs/amazon-kinesis-client-python/pull/248) + ### Release 2.1.4 (April 23, 2024) * Upgraded KCL and KCL-Multilang dependencies from 2.5.2 to 2.5.8 [PR #239](https://github.com/awslabs/amazon-kinesis-client-python/pull/239) * Upgraded ion-java from 1.5.1 to 1.11.4 [PR #243](https://github.com/awslabs/amazon-kinesis-client-python/pull/243) diff --git a/setup.py b/setup.py index 7d0c9c9..56596b5 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ PACKAGE_NAME = 'amazon_kclpy' JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars') -PACKAGE_VERSION = '2.1.4' +PACKAGE_VERSION = '2.1.5' PYTHON_REQUIREMENTS = [ 'boto3', # argparse is part of python2.7 but must be declared for python2.6