Skip to content

Commit 1f9224e

Browse files
committed
Updated release notes
1 parent d98d36d commit 1f9224e

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed

CHANGELOG.md

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

4+
# 01-09-2026
5+
<a href="https://www.nuget.org/packages/dotnext/5.26.2">DotNext 5.26.2</a>
6+
* Fixed race condition in `Epoch` class
7+
8+
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.26.2">DotNext.Metaprogramming 5.26.2</a>
9+
* Updated dependencies
10+
11+
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.26.2">DotNext.Unsafe 5.26.2</a>
12+
* Updated dependencies
13+
14+
<a href="https://www.nuget.org/packages/dotnext.threading/5.26.2">DotNext.Threading 5.26.2</a>
15+
* Updated dependencies
16+
17+
<a href="https://www.nuget.org/packages/dotnext.io/5.26.2">DotNext.IO 5.26.2</a>
18+
* Fixed handling of small buffer in the default methods of `IAsyncBinaryWriter` interface
19+
20+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.26.2">DotNext.Net.Cluster 5.26.2</a>
21+
* Optimized write performance of `WriteAheadLog` class when the length of the custom log entry is not known
22+
23+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.26.2">DotNext.AspNetCore.Cluster 5.26.2</a>
24+
* Updated dependencies
25+
26+
<a href="https://www.nuget.org/packages/dotnext.maintenanceservices/0.8.0">DotNext.MaintenanceServices 0.8.0</a>
27+
* Migration to `System.CommandLine` release package
28+
429
# 11-03-2025
530
<a href="https://www.nuget.org/packages/dotnext/5.26.1">DotNext 5.26.1</a>
631
* Lock upgrade logic provided by `ReaderWriterSpinLock` is adjusted according to [275](https://github.com/dotnet/dotNext/issues/275)

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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&lt;byte&gt;](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

7273
Changelog for previous versions located [here](./CHANGELOG.md).
7374

0 commit comments

Comments
 (0)