Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Nov 11, 2023
1 parent 331fb83 commit 7a1e9a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
====

# 11-11-2023
<a href="https://www.nuget.org/packages/dotnext.io/4.15.1">DotNext.IO 4.15.1</a>
* Merged PR [203](https://github.com/dotnet/dotNext/pull/203)

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.15.0">DotNext.Net.Cluster 4.15.0</a>
* 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
* Updated dependencies

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

# 11-08-2023
<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.5">DotNext.Net.Cluster 4.14.5</a>
* Fixed leader lease renewal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Release Date: 11-08-2023
<a href="https://www.nuget.org/packages/dotnext.io/4.15.1">DotNext.IO 4.15.1</a>
* Merged PR [203](https://github.com/dotnet/dotNext/pull/203)

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.5">DotNext.Net.Cluster 4.14.5</a>
* Fixed leader lease renewal
<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.15.0">DotNext.Net.Cluster 4.15.0</a>
* 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
* Updated dependencies

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

Changelog for previous versions located [here](./CHANGELOG.md).
Expand Down

0 comments on commit 7a1e9a3

Please sign in to comment.