From faf20185d5619ef2379d3f0113e013b30129251f Mon Sep 17 00:00:00 2001 From: Ryan Pelaez Date: Wed, 28 May 2025 13:10:55 -0700 Subject: [PATCH] Release 4.0.1 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bf5c214..bd857cd 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,9 @@ all languages. ## Release Notes +### Release (4.0.1 - May 28, 2025) +* [#264](https://github.com/awslabs/amazon-kinesis-client-net/pull/264) Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.15 +* [#263](https://github.com/awslabs/amazon-kinesis-client-net/pull/263) Bump io.netty:netty-handler from 4.1.108.Final to 4.1.118.Final ### Release 4.0.0 (November 6, 2024) * New lease assignment / load balancing algorithm * KCL 3.x introduces a new lease assignment and load balancing algorithm. It assigns leases among workers based on worker utilization metrics and throughput on each lease, replacing the previous lease count-based lease assignment algorithm.