From 1f48b6bfb9ce088da91d25176245a8739cdf74ba Mon Sep 17 00:00:00 2001 From: sakno Date: Mon, 19 Aug 2024 11:10:29 +0300 Subject: [PATCH] Updated release notes --- CHANGELOG.md | 7 +++++++ README.md | 26 +++++--------------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b721ef8..ab5cac5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Release Notes ==== +# 08-19-2024 +DotNext 5.12.1 +* Added support of static field references to `DotNext.Runtime.ValueReference` data type + +DotNext.Threading 5.12.1 +* Smallish performance improvements of `RandomAccessCache` class + # 08-13-2024 DotNext 5.12.0 * Added `DotNext.Runtime.ValueReference` data type that allows to obtain async-friendly managed pointer to the field diff --git a/README.md b/README.md index e3c9342a4..74efc726d 100644 --- a/README.md +++ b/README.md @@ -44,29 +44,13 @@ All these things are implemented in 100% managed code on top of existing .NET AP * [NuGet Packages](https://www.nuget.org/profiles/rvsakno) # What's new -Release Date: 08-14-2024 +Release Date: 08-19-2024 -DotNext 5.12.0 -* Added `DotNext.Runtime.ValueReference` data type that allows to obtain async-friendly managed pointer to the field -* Deprecation of `ConcurrentCache` in favor of `RandomAccessCache` +DotNext 5.12.1 +* Added support of static field references to `DotNext.Runtime.ValueReference` data type -DotNext.Metaprogramming 5.12.0 -* Updated dependencies - -DotNext.Unsafe 5.12.0 -* Updated dependencies - -DotNext.Threading 5.12.0 -* Introduced async-friendly `RandomAccessCache` as a replacement for deprecated `ConcurrentCache`. It uses [SIEVE](https://cachemon.github.io/SIEVE-website/) eviction algorithm. - -DotNext.IO 5.12.0 -* Updated dependencies - -DotNext.Net.Cluster 5.12.0 -* Fixed cancellation of `PersistentState` async methods - -DotNext.AspNetCore.Cluster 5.12.0 -* Fixed cancellation of `PersistentState` async methods +DotNext.Threading 5.12.1 +* Smallish performance improvements of `RandomAccessCache` class Changelog for previous versions located [here](./CHANGELOG.md).