You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [#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
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,10 +149,20 @@ be language-agnostic, while providing identical features and similar parallel pr
149
149
all languages.
150
150
151
151
## 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)
154
163
*[#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
155
164
*[#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
+
156
166
### Release 4.0.0 (November 6, 2024)
157
167
* New lease assignment / load balancing algorithm
158
168
* 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.
273
283
## License
274
284
275
285
This library is licensed under the Apache 2.0 License.
0 commit comments