From 2da60b36237c9b1d6526242de4c37b94403e7f90 Mon Sep 17 00:00:00 2001 From: pelaezryan Date: Tue, 27 May 2025 16:37:55 -0700 Subject: [PATCH] V1.15.3 Release Notes (#1476) * Upgraded protobuf dependency from 4.27.1 to 4.31.0 * KCL 1.15.3 release --- CHANGELOG.md | 5 ++++- README.md | 5 ++++- pom.xml | 2 +- .../lib/worker/KinesisClientLibConfiguration.java | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a51144..060a9eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ Amazon Kinesis Client Library (KCL) 1.x will reach end-of-support on January 30, * [Kinesis documentation: KCL version lifecycle policy](https://docs.aws.amazon.com/streams/latest/dev/kcl-version-lifecycle-policy.html) * [Kinesis documentation: Migrating from KCL 1.x to KCL 3.x](https://docs.aws.amazon.com/streams/latest/dev/kcl-migration-1-3.html) -### Latest Release (1.15.2 - Aug 14, 2024) +### Latest Release (1.15.3 - May 27, 2025) +* [#1475](https://github.com/awslabs/amazon-kinesis-client/pull/1475) Upgraded protobuf dependency from 4.27.1 to 4.31.0 + +### Release (1.15.2 - Aug 14, 2024) * [#1371](https://github.com/awslabs/amazon-kinesis-client/pull/1371) Fix a bug in debug and trace logging levels for worker * [#1224](https://github.com/awslabs/amazon-kinesis-client/pull/1224) Modify RecordProcessorCheckpointer#advancePosition Metrics usage to ensure proper closure * [#1345](https://github.com/awslabs/amazon-kinesis-client/pull/1345) Generate wrappers from proto files instead of shipping them directly diff --git a/README.md b/README.md index 1eca4d8a..4a63ab52 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,10 @@ To make it easier for developers to write record processors in other languages, ## Release Notes -### Latest Release (1.15.2 - Aug 14, 2024) +### Latest Release (1.15.3 - May 27, 2025) +* [#1475](https://github.com/awslabs/amazon-kinesis-client/pull/1475) Upgraded protobuf dependency from 4.27.1 to 4.31.0 + +### Release (1.15.2 - Aug 14, 2024) * [#1371](https://github.com/awslabs/amazon-kinesis-client/pull/1371) Fix a bug in debug and trace logging levels for worker * [#1224](https://github.com/awslabs/amazon-kinesis-client/pull/1224) Modify RecordProcessorCheckpointer#advancePosition Metrics usage to ensure proper closure * [#1345](https://github.com/awslabs/amazon-kinesis-client/pull/1345) Generate wrappers from proto files instead of shipping them directly diff --git a/pom.xml b/pom.xml index bcfc7b3d..86cc0a8f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.15.3-SNAPSHOT + 1.15.3 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis. diff --git a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java index f96974b8..baa17448 100644 --- a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java +++ b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java @@ -149,7 +149,7 @@ public class KinesisClientLibConfiguration { /** * User agent set when Amazon Kinesis Client Library makes AWS requests. */ - public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.15.2"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.15.3"; /** * KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls