Skip to content

Commit

Permalink
Updated release notes for 4.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Nov 16, 2023
1 parent ae22cef commit 4c7d7f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Release Notes
====

# 11-15-2023
# 11-16-2023
<a href="https://www.nuget.org/packages/dotnext/4.15.2">DotNext 4.15.2</a>
* Reduced memory allocation caused by async methods using [SpawningAsyncTaskMethodBuilder](https://dotnet.github.io/dotNext/api/DotNext.Runtime.CompilerServices.SpawningAsyncTaskMethodBuilder.html) state machine builder
* Fixed [204](https://github.com/dotnet/dotNext/issues/204)

<a href="https://www.nuget.org/packages/dotnext.threading/4.15.2">DotNext.Threading 4.15.2</a>
* Fixed [205](https://github.com/dotnet/dotNext/issues/205)
* `AsyncCountdownEvent.Reset` now throws `PendingTaskInterruptedException` on every caller suspended by `WaitAsync`

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.15.2">DotNext.Net.Cluster 4.15.2</a>
* Raft performance: reduced memory allocation caused by heartbeat round
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ 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-15-2023
Release Date: 11-16-2023

<a href="https://www.nuget.org/packages/dotnext/4.15.2">DotNext 4.15.2</a>
* Reduced memory allocation caused by async methods using [SpawningAsyncTaskMethodBuilder](https://dotnet.github.io/dotNext/api/DotNext.Runtime.CompilerServices.SpawningAsyncTaskMethodBuilder.html) state machine builder
* Fixed [204](https://github.com/dotnet/dotNext/issues/204)

<a href="https://www.nuget.org/packages/dotnext.threading/4.15.2">DotNext.Threading 4.15.2</a>
* Fixed [205](https://github.com/dotnet/dotNext/issues/205)
* `AsyncCountdownEvent.Reset` now throws `PendingTaskInterruptedException` on every caller suspended by `WaitAsync`

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.15.2">DotNext.Net.Cluster 4.15.2</a>
* Raft performance: reduced memory allocation caused by heartbeat round
Expand Down

0 comments on commit 4c7d7f4

Please sign in to comment.