@@ -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
7858Changelog for previous versions located [ here] ( ./CHANGELOG.md ) .
7959
0 commit comments