Skip to content

Commit a921d97

Browse files
authored
Prepare for 3.0.2 release (#271)
1 parent 187ecae commit a921d97

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ all languages.
145145
* The [Amazon Kinesis Forum][kinesis-forum]
146146

147147
## Release Notes
148+
### Release 3.0.2 (March 24, 2025)
149+
* [KCL 3.0.2 Changelog](https://github.com/awslabs/amazon-kinesis-client/blob/5263b4227ce7210d52bec6817191d43f047cd1b2/CHANGELOG.md) Upgrade KCL and KCL-Multilang dependencies from 3.0.0 to 3.0.2
150+
* [#266](https://github.com/awslabs/amazon-kinesis-client-python/pull/266) Upgrade netty.version from 4.1.108.Final to 4.1.118.Final
151+
* [#265](https://github.com/awslabs/amazon-kinesis-client-python/pull/265) Upgrade logback.version from 1.3.14 to 1.5.16
148152

149153
### Release 3.0.1 (November 6, 2024)
150154
* New lease assignment / load balancing algorithm

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<properties>
55
<awssdk.version>2.25.64</awssdk.version>
6-
<kcl.version>3.0.0</kcl.version>
6+
<kcl.version>3.0.2</kcl.version>
77
<netty.version>4.1.118.Final</netty.version>
88
<netty-reactive.version>2.0.6</netty-reactive.version>
99
<fasterxml-jackson.version>2.13.5</fasterxml-jackson.version>

setup.py

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