Skip to content

Commit af941fa

Browse files
authored
Merge pull request #256 from awslabs/release-v3.1.1
Revise breaking change language on release 3.1.0
2 parents e493382 + 63bb77f commit af941fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ all languages.
160160

161161
## Release Notes
162162

163+
### Release 3.1.1 (March 25, 2025)
164+
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability
165+
163166
### Release 3.1.0 (March 12, 2025) IMPORTANT: See section ``Migration to .NET KCL 3.1.0`` to ensure upgrading does not break compatibility
167+
#### :warning: [BREAKING CHANGES] - Release 3.1.0 contains a dependency version that is not compatible with JDK 8. Please upgrade to a later version if your KCL application requires JDK 8.
164168
* [#1444](https://github.com/awslabs/amazon-kinesis-client/pull/1444) Fully remove dependency on the AWS SDK for Java 1.x which will reach [end-of-support by December 31st, 2025](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/).
165169
* The Glue Schema Registry integration functionality no longer depends on AWS SDK for Java 1.x. Previously, it required this as a transient dependency.
166170
* Multilangdaemon has been upgraded to use AWS SDK for Java 2.x. It no longer depends on AWS SDK for Java 1.x.

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<netty.version>4.1.118.Final</netty.version>
99
<netty-reactive.version>2.0.6</netty-reactive.version>
1010
<fasterxml-jackson.version>2.13.5</fasterxml-jackson.version>
11-
<logback.version>1.5.16</logback.version>
11+
<!--do not upgrade to logback version 1.5.x, as this is not compatible with JDK 8 -->
12+
<logback.version>1.3.15</logback.version>
1213
</properties>
1314
<dependencies>
1415
<dependency>

0 commit comments

Comments
 (0)