Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 25, 2023
1 parent 18b035e commit 28611c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Release Notes
====

# 08-23-2023
# 08-25-2023
<a href="https://www.nuget.org/packages/dotnext.threading/4.14.2">DotNext.Threading 4.14.2</a>
* Removed redundant memory barrier from async locks and reduced size of wait nodes
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.2">DotNext.Net.Cluster 4.14.2</a>
* Updated dependencies

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

# 08-23-2023
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/4.15.0">DotNext.Metaprogramming 4.15.0</a>
* 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

<a href="https://www.nuget.org/packages/dotnext.threading/4.14.1">DotNext.Threading 4.14.1</a>
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a href="https://www.nuget.org/packages/dotnext.metaprogramming/4.15.0">DotNext.Metaprogramming 4.15.0</a>
* 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
<a href="https://www.nuget.org/packages/dotnext.threading/4.14.2">DotNext.Threading 4.14.2</a>
* Removed redundant memory barrier from async locks and reduced size of wait nodes
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.threading/4.14.1">DotNext.Threading 4.14.1</a>
* Optimized `AsyncEventHub` and `Scheduler` performance
* Fixed regression: reuse `CancellationTokenSource` used for timeout tracking by all async locks

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.1">DotNext.Net.Cluster 4.14.1</a>
<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.2">DotNext.Net.Cluster 4.14.2</a>
* Updated dependencies

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

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

0 comments on commit 28611c1

Please sign in to comment.