Skip to content

Commit c88f7f9

Browse files
committed
Updated release notes
1 parent f737ea6 commit c88f7f9

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

4+
# 06-29-2025
5+
<a href="https://www.nuget.org/packages/dotnext/5.23.0">DotNext 5.23.0</a>
6+
* Added `Atomic.Read` and `Atomic.Write` methods for **long** and **ulong** data types for cross-architecture support of atomic reads/writes
7+
* Fixed compatibility with 32-bit arch for `Timstamp` data type
8+
9+
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.23.0">DotNext.Metaprogramming 5.23.0</a>
10+
* Updated dependencies
11+
12+
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.23.0">DotNext.Unsafe 5.23.0</a>
13+
* Added `UnmanagedMemory<T>` data type that provides allocation of the blittable value in the unmanaged memory in CLS-compliant manner
14+
* Introduced `UnmanagedMemory.Discard` static method for detaching of the physical memory from the virtual memory page
15+
16+
<a href="https://www.nuget.org/packages/dotnext.threading/5.23.0">DotNext.Threading 5.23.0</a>
17+
* Fixed compatibility with 32-bit arch for asynchronous primitives and `IndexPool` data type
18+
* Replaced spin wait with the monitor lock for value task sources
19+
20+
<a href="https://www.nuget.org/packages/dotnext.io/5.23.0">DotNext.IO 5.23.0</a>
21+
* Updated dependencies
22+
23+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.23.0">DotNext.Net.Cluster 5.23.0</a>
24+
* Introduced private memory allocation type for `WriteAheadLog` class
25+
* Added support of Linux Transparent Huge Pages for `WriteAheadLog` class when private memory allocation is enabled
26+
* `WriteAheadLog.FlushAsync` ensures that the background flush is completed
27+
28+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.23.0">DotNext.AspNetCore.Cluster 5.23.0</a>
29+
* Updated dependencies
30+
431
# 05-30-2025
532
<a href="https://www.nuget.org/packages/dotnext/5.22.0">DotNext 5.22.0</a>
633
* Added `!` operator overloading for the result and optional types: [261](https://github.com/dotnet/dotNext/pull/261)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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: 05-30-2025
47+
Release Date: 06-29-2025
4848

4949
<a href="https://www.nuget.org/packages/dotnext/5.23.0">DotNext 5.23.0</a>
5050
* Added `Atomic.Read` and `Atomic.Write` methods for **long** and **ulong** data types for cross-architecture support of atomic reads/writes
@@ -59,6 +59,7 @@ Release Date: 05-30-2025
5959

6060
<a href="https://www.nuget.org/packages/dotnext.threading/5.23.0">DotNext.Threading 5.23.0</a>
6161
* Fixed compatibility with 32-bit arch for asynchronous primitives and `IndexPool` data type
62+
* Replaced spin wait with the monitor lock for value task sources
6263

6364
<a href="https://www.nuget.org/packages/dotnext.io/5.23.0">DotNext.IO 5.23.0</a>
6465
* Updated dependencies

0 commit comments

Comments
 (0)