Skip to content

Commit bb92fce

Browse files
authored
Prepare for 3.0.3 release (#273)
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatibility
1 parent a921d97 commit bb92fce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: README.md

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

147147
## Release Notes
148+
### Release 3.0.3 (March 25, 2025)
149+
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability
150+
148151
### Release 3.0.2 (March 24, 2025)
152+
#### :warning: [BREAKING CHANGES] - Release 3.0.2 contains a dependency version that is not compatible with JDK 8. Please upgrade to a later version if your KCL application requires JDK 8.
149153
* [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
150154
* [#266](https://github.com/awslabs/amazon-kinesis-client-python/pull/266) Upgrade netty.version from 4.1.108.Final to 4.1.118.Final
151155
* [#265](https://github.com/awslabs/amazon-kinesis-client-python/pull/265) Upgrade logback.version from 1.3.14 to 1.5.16

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
10-
<logback.version>1.5.16</logback.version>
10+
<logback.version>1.3.15</logback.version>
1111
</properties>
1212
<dependencies>
1313
<dependency>

Diff for: 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.2'
45+
PACKAGE_VERSION = '3.0.3'
4646
PYTHON_REQUIREMENTS = [
4747
'boto3',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)