From 28611c1d528472d3643b818ef78b9189cbf2ca1e Mon Sep 17 00:00:00 2001 From: sakno Date: Fri, 25 Aug 2023 15:58:34 +0300 Subject: [PATCH] Updated release notes --- CHANGELOG.md | 14 ++++++++++++-- README.md | 14 +++++--------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b429261..a22ba1e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ Release Notes ==== -# 08-23-2023 +# 08-25-2023 +DotNext.Threading 4.14.2 +* Removed redundant memory barrier from async locks and reduced size of wait nodes +* Updated dependencies + +DotNext.Net.Cluster 4.14.2 +* Updated dependencies +DotNext.AspNetCore.Cluster 4.14.2 +* Updated dependencies + +# 08-23-2023 DotNext.Metaprogramming 4.15.0 -* Fixed broken compatibility introduced in C# 10 at language level. See [189](https://github.com/dotnet/dotNext/discussions/189) discussion +* Fixed broken compatibility introduced in C# 10 at language level. See [189](https://github.com/dotnet/dotNext/discussions/189) discussion. The change provides backward compatibility at source code level, but it's binary compatible. This means that all you need is to rebuild your project without any code changes * Updated dependencies DotNext.Threading 4.14.1 diff --git a/README.md b/README.md index 0632860ce..f0cdb96fb 100644 --- a/README.md +++ b/README.md @@ -44,20 +44,16 @@ 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: 08-23-2023 +Release Date: 08-25-2023 -DotNext.Metaprogramming 4.15.0 -* Fixed broken compatibility introduced in C# 10 at language level. See [189](https://github.com/dotnet/dotNext/discussions/189) discussion. The change provides backward compatibility at source code level, but it's binary compatible. This means that all you need is to rebuild your project without any code changes +DotNext.Threading 4.14.2 +* Removed redundant memory barrier from async locks and reduced size of wait nodes * Updated dependencies -DotNext.Threading 4.14.1 -* Optimized `AsyncEventHub` and `Scheduler` performance -* Fixed regression: reuse `CancellationTokenSource` used for timeout tracking by all async locks - -DotNext.Net.Cluster 4.14.1 +DotNext.Net.Cluster 4.14.2 * Updated dependencies -DotNext.AspNetCore.Cluster 4.14.1 +DotNext.AspNetCore.Cluster 4.14.2 * Updated dependencies Changelog for previous versions located [here](./CHANGELOG.md).