File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments