Skip to content

Commit d34bb56

Browse files
authored
Merge pull request #397 from pelaezryan/release-prep-v2.3.1
Release prep v2.3.1
2 parents dce0eda + 6bd5748 commit d34bb56

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,11 @@ Please check the following link for the credentials provider mapping and MultiLa
283283

284284

285285
## Release Notes
286+
### Release 2.3.1 (March 25, 2025)
287+
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability
288+
286289
### Release 2.3.0 (March 12, 2025) - IMPORTANT: See section ``Migration to Node KCL 2.3.0`` to ensure upgrading does not break compatibility
290+
#### :warning: [BREAKING CHANGES] - Release 2.3.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.
287291
* Upgraded amazon-kinesis-client from 2.6.1 to 2.7.0 - [Java 2.7.0 release notes](https://github.com/awslabs/amazon-kinesis-client/releases/tag/v2.7.0)
288292
* [PR #392](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/392) Upgraded netty from 4.1.108 to 4.1.118
289293
* [PR #392](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/392) Upgraded logback from 1.3.14 to 1.5.16

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-kcl",
33
"description": "Kinesis Client Libray (KCL) in Node.js.",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": {
66
"name": "Amazon Web Services",
77
"url": "http://aws.amazon.com/"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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+
<logback.version>1.3.15</logback.version>
1212
</properties>
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)