Skip to content

Commit 4bfb838

Browse files
authored
Release v4.1.0 (#284)
* [#276](#276) Add multi-lang support for leaseAssignmentIntervalMillis * [#281](#281) Upgrade amazon-kinesis-client from 3.0.0 to 3.1.3 * [#281](#281) Upgrade aws-sdk from 2.25.64 to 2.33.0 * [#281](#281) Upgrade netty.version from 4.1.108.Final to 4.2.4.Final * [#281](#281) Upgrade fasterxml-jackson from 2.13.5 to 2.15.0 * [#281](#281) Upgrade checker-qual from 2.5.2 to 3.49.4 * [#281](#281) Upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 * [#266](#266) Upgrade commons-beanutils from 1.9.4 to 1.11.0
1 parent 4009f7f commit 4bfb838

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,20 @@ be language-agnostic, while providing identical features and similar parallel pr
149149
all languages.
150150

151151
## Release Notes
152-
153-
### Release (4.0.1 - May 28, 2025)
152+
### Release 4.1.0 (October 1, 2025)
153+
* [#276](https://github.com/awslabs/amazon-kinesis-client-net/pull/276) Add multi-lang support for leaseAssignmentIntervalMillis
154+
* [#281](https://github.com/awslabs/amazon-kinesis-client-net/pull/281) Upgrade amazon-kinesis-client from 3.0.0 to 3.1.3
155+
* [#281](https://github.com/awslabs/amazon-kinesis-client-net/pull/281) Upgrade aws-sdk from 2.25.64 to 2.33.0
156+
* [#281](https://github.com/awslabs/amazon-kinesis-client-net/pull/281) Upgrade netty.version from 4.1.108.Final to 4.2.4.Final
157+
* [#281](https://github.com/awslabs/amazon-kinesis-client-net/pull/281) Upgrade fasterxml-jackson from 2.13.5 to 2.15.0
158+
* [#281](https://github.com/awslabs/amazon-kinesis-client-net/pull/281) Upgrade checker-qual from 2.5.2 to 3.49.4
159+
* [#281](https://github.com/awslabs/amazon-kinesis-client-net/pull/281) Upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0
160+
* [#266](https://github.com/awslabs/amazon-kinesis-client-net/pull/266) Upgrade commons-beanutils from 1.9.4 to 1.11.0
161+
162+
### Release 4.0.1 (May 28, 2025)
154163
* [#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
155164
* [#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
165+
156166
### Release 4.0.0 (November 6, 2024)
157167
* New lease assignment / load balancing algorithm
158168
* 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.
@@ -273,3 +283,4 @@ all languages.
273283
## License
274284

275285
This library is licensed under the Apache 2.0 License.
286+

0 commit comments

Comments
 (0)