@@ -44,30 +44,31 @@ 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: 11-04-2025
47+ Release Date: 01-09-2026
4848
49- <a href =" https://www.nuget.org/packages/dotnext/5.26.1 " >DotNext 5.26.1 </a >
50- * Lock upgrade logic provided by ` ReaderWriterSpinLock ` is adjusted according to [ 275 ] ( https://github.com/dotnet/dotNext/issues/275 )
49+ <a href =" https://www.nuget.org/packages/dotnext/5.26.2 " >DotNext 5.26.2 </a >
50+ * Fixed race condition in ` Epoch ` class
5151
52- <a href =" https://www.nuget.org/packages/dotnext.metaprogramming/5.26.1 " >DotNext.Metaprogramming 5.26.1 </a >
52+ <a href =" https://www.nuget.org/packages/dotnext.metaprogramming/5.26.2 " >DotNext.Metaprogramming 5.26.2 </a >
5353* Updated dependencies
5454
55- <a href =" https://www.nuget.org/packages/dotnext.unsafe/5.26.1 " >DotNext.Unsafe 5.26.1 </a >
55+ <a href =" https://www.nuget.org/packages/dotnext.unsafe/5.26.2 " >DotNext.Unsafe 5.26.2 </a >
5656* Updated dependencies
5757
58- <a href =" https://www.nuget.org/packages/dotnext.threading/5.26.1 " >DotNext.Threading 5.26.1</a >
59- * Lock upgrade logic provided by ` AsyncReaderWriterLock ` is adjusted according to [ 275] ( https://github.com/dotnet/dotNext/issues/275 )
60- * Improved accuracy of ` CancellationTokenMultiplexer.Scope.IsTimedOut ` property
61-
62- <a href =" https://www.nuget.org/packages/dotnext.io/5.26.1 " >DotNext.IO 5.26.1</a >
63- * Added auxiliary ` MemorySegmentStream ` wrapper over [ Memory< ; byte> ; ] ( https://learn.microsoft.com/en-us/dotnet/api/system.memory-1 ) type in the form of the writable stream
58+ <a href =" https://www.nuget.org/packages/dotnext.threading/5.26.2 " >DotNext.Threading 5.26.2</a >
6459* Updated dependencies
6560
66- <a href =" https://www.nuget.org/packages/dotnext.net.cluster/5.26.1 " >DotNext.Net.Cluster 5.26.1</a >
67- * Fixed [ 276] ( https://github.com/dotnet/dotNext/issues/276 )
61+ <a href =" https://www.nuget.org/packages/dotnext.io/5.26.2 " >DotNext.IO 5.26.2</a >
62+ * Fixed handling of small buffer in the default methods of ` IAsyncBinaryWriter ` interface
63+
64+ <a href =" https://www.nuget.org/packages/dotnext.net.cluster/5.26.2 " >DotNext.Net.Cluster 5.26.2</a >
65+ * Optimized write performance of ` WriteAheadLog ` class when the length of the custom log entry is not known
66+
67+ <a href =" https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.26.2 " >DotNext.AspNetCore.Cluster 5.26.2</a >
68+ * Updated dependencies
6869
69- <a href =" https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.26.1 " >DotNext.AspNetCore.Cluster 5.26.1 </a >
70- * Fixed [ 276 ] ( https://github.com/dotnet/dotNext/issues/276 )
70+ <a href =" https://www.nuget.org/packages/dotnext.maintenanceservices/0.8.0 " >DotNext.MaintenanceServices 0.8.0 </a >
71+ * Migration to ` System.CommandLine ` release package
7172
7273Changelog for previous versions located [ here] ( ./CHANGELOG.md ) .
7374
0 commit comments