Skip to content

Commit c85a50a

Browse files
committed
Updated release notes
1 parent f72ff5f commit c85a50a

File tree

2 files changed

+17
-27
lines changed

2 files changed

+17
-27
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release Notes
22
====
33

4+
# 09-29-2025
5+
<a href="https://www.nuget.org/packages/dotnext.threading/5.25.2">DotNext.Threading 5.25.2</a>
6+
* Fixed [272](https://github.com/dotnet/dotNext/pull/272)
7+
8+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.25.2">DotNext.Net.Cluster 5.25.2</a>
9+
* Forced upgrade to newer `DotNext.Threading` library
10+
11+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.25.2">DotNext.AspNetCore.Cluster 5.25.2</a>
12+
* Forced upgrade to newer `DotNext.Threading` library
13+
414
# 09-15-2025
515
<a href="https://www.nuget.org/packages/dotnext/5.25.0">DotNext 5.25.0</a>
616
* Added `CatchException` extension method to capture the exception produced by `await` operator instead of raising it at the call site

README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -44,36 +44,16 @@ All these things are implemented in 100% managed code on top of existing .NET AP
4444
* [NuGet Packages](https://www.nuget.org/profiles/rvsakno)
4545

4646
# What's new
47-
Release Date: 09-15-2025
47+
Release Date: 09-29-2025
4848

49-
<a href="https://www.nuget.org/packages/dotnext/5.25.0">DotNext 5.25.0</a>
50-
* Added `CatchException` extension method to capture the exception produced by `await` operator instead of raising it at the call site
51-
* Various performance improvements
49+
<a href="https://www.nuget.org/packages/dotnext.threading/5.25.2">DotNext.Threading 5.25.2</a>
50+
* Fixed [272](https://github.com/dotnet/dotNext/pull/272)
5251

53-
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.25.0">DotNext.Metaprogramming 5.25.0</a>
54-
* Fixed mutability modifiers for properties of `UnmanagedMemory<T>` type
52+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.25.2">DotNext.Net.Cluster 5.25.2</a>
53+
* Forced upgrade to newer `DotNext.Threading` library
5554

56-
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.25.0">DotNext.Unsafe 5.25.0</a>
57-
* Updated dependencies
58-
59-
<a href="https://www.nuget.org/packages/dotnext.threading/5.25.0">DotNext.Threading 5.25.0</a>
60-
* Added optional hard concurrency limit for async lock primitives
61-
* Rewritten the internal engine for async lock primitives to decrease the lock contention and increase the response time
62-
* Async lock primitive no longer produce lock contention time to improve the response time
63-
64-
<a href="https://www.nuget.org/packages/dotnext.io/5.25.0">DotNext.IO 5.25.0</a>
65-
* Updated dependencies
66-
67-
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.25.0">DotNext.Net.Cluster 5.25.0</a>
68-
* Updated dependencies
69-
70-
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.25.0">DotNext.AspNetCore.Cluster 5.25.0</a>
71-
* Updated dependencies
72-
73-
<a href="https://www.nuget.org/packages/dotnext.maintenanceservices/0.6.0">DotNext.MaintenanceServices 0.6.0</a>
74-
* Upgrade to newer `System.CommandLine` library
75-
* Interactive session now prints `>` in the prompt
76-
* Fixed buffer leak caused by interactive session
55+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.25.2">DotNext.AspNetCore.Cluster 5.25.2</a>
56+
* Forced upgrade to newer `DotNext.Threading` library
7757

7858
Changelog for previous versions located [here](./CHANGELOG.md).
7959

0 commit comments

Comments
 (0)