diff --git a/CHANGELOG.md b/CHANGELOG.md index e979f0bf9..4896eebf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ Release Notes ==== -# 11-11-2023 +# 11-13-2023 DotNext.IO 4.15.1 * Merged PR [203](https://github.com/dotnet/dotNext/pull/203) DotNext.Net.Cluster 4.15.0 -* Raft performance: improved throughput of `IRaftCluster.ReplicateAsync` method when cluster minority is not accessible (faulty node). Now the leader waits for replication from majority of nodes only instead of all nodes +* Raft performance: improved throughput of `IRaftCluster.ReplicateAsync` method when cluster minority is not accessible (faulty node). Now the leader waits for replication from majority of nodes instead of all nodes * Updated dependencies DotNext.AspNetCore.Cluster 4.15.0 diff --git a/README.md b/README.md index 3c427103d..5a0cf64e4 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ All these things are implemented in 100% managed code on top of existing .NET AP * [NuGet Packages](https://www.nuget.org/profiles/rvsakno) # What's new -Release Date: 11-08-2023 +Release Date: 11-13-2023 DotNext.IO 4.15.1 * Merged PR [203](https://github.com/dotnet/dotNext/pull/203) DotNext.Net.Cluster 4.15.0 -* Raft performance: improved throughput of `IRaftCluster.ReplicateAsync` method when cluster minority is not accessible (faulty node). Now the leader waits for replication from majority of nodes only instead of all nodes +* Raft performance: improved throughput of `IRaftCluster.ReplicateAsync` method when cluster minority is not accessible (faulty node). Now the leader waits for replication from majority of nodes instead of all nodes * Updated dependencies DotNext.AspNetCore.Cluster 4.15.0