Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Oct 28, 2023
1 parent e90a8d8 commit 5f222cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
====

# 10-29-2023
<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.4">DotNext.Net.Cluster 4.14.4</a>
* Clarified exception type when `AddMemberAsync` or `RemoveMemberAsync` is called on Follower node
* Updated dependencies

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

# 10-25-2023
<a href="https://www.nuget.org/packages/dotnext/4.15.0">DotNext 4.15.0</a>
* Optimized performance of `PooledArrayBufferWriter<T>` and `PooledBufferWriter<T>` classes as a result of discussion in [192](https://github.com/dotnet/dotNext/issues/192)
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +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: 10-25-2023
Release Date: 10-29-2023

<a href="https://www.nuget.org/packages/dotnext/4.15.0">DotNext 4.15.0</a>
* Optimized performance of `PooledArrayBufferWriter<T>` and `PooledBufferWriter<T>` classes as a result of discussion in [192](https://github.com/dotnet/dotNext/issues/192)
* Added `Span.Swap` and `Span.Move` extension methods
<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.4">DotNext.Net.Cluster 4.14.4</a>
* Clarified exception type when `AddMemberAsync` or `RemoveMemberAsync` is called on Follower node
* Updated dependencies

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

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

0 comments on commit 5f222cc

Please sign in to comment.