Skip to content

Commit 7a0bec3

Browse files
committed
Updated release notes
1 parent 2327992 commit 7a0bec3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
====
33

4-
# 05-11-2026
4+
# 05-12-2026
55
<a href="https://www.nuget.org/packages/dotnext/6.2.1">DotNext 6.2.1</a>
66
* Improved performance of `Number.RoundUp` extension method
77

@@ -21,6 +21,7 @@ Release Notes
2121
* Improved accuracy of `WriteAheadLog` metrics
2222
* Added `ReplicationLag` configuration property for Raft nodes
2323
* Lease-based linearizable read is disabled by default for optimization purposes. Use `IsLeaderLeaseEnabled` configuration property to enable it
24+
* Fixed heartbeat timeout: it should be less than the lower election timeout to satisfy Timing Requirement in Raft
2425

2526
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/6.2.1">DotNext.AspNetCore.Cluster 6.2.1</a>
2627
* Updated dependencies

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All these things are implemented in 100% managed code on top of existing .NET AP
3131
* [NuGet Packages](https://www.nuget.org/profiles/rvsakno)
3232

3333
# What's new
34-
Release Date: 05-11-2026
34+
Release Date: 05-12-2026
3535

3636
<a href="https://www.nuget.org/packages/dotnext/6.2.1">DotNext 6.2.1</a>
3737
* Improved performance of `Number.RoundUp` extension method
@@ -52,6 +52,7 @@ Release Date: 05-11-2026
5252
* Improved accuracy of `WriteAheadLog` metrics
5353
* Added `ReplicationLag` configuration property for Raft nodes
5454
* Lease-based linearizable read is disabled by default for optimization purposes. Use `IsLeaderLeaseEnabled` configuration property to enable it
55+
* Fixed heartbeat timeout: it should be less than the lower election timeout to satisfy Timing Requirement in Raft
5556

5657
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/6.2.1">DotNext.AspNetCore.Cluster 6.2.1</a>
5758
* Updated dependencies

0 commit comments

Comments
 (0)