@@ -44,31 +44,27 @@ 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: 03-03 -2025
47+ Release Date: 03-06 -2025
4848
49- <a href =" https://www.nuget.org/packages/dotnext/5.19.0 " >DotNext 5.19.0</a >
50- * Added ` ConsoleLifetimeTokenSource ` that exposes the cancellation token bounded to the console application lifetime
51- * Added more pipelined methods to work with ` Optional<T> ` and ` Result<T> ` in async code
49+ <a href =" https://www.nuget.org/packages/dotnext/5.19.1 " >DotNext 5.19.1</a >
50+ * Smallish performance improvements of ` SparseBufferWriter<T> `
5251
53- <a href =" https://www.nuget.org/packages/dotnext.metaprogramming/5.19.0 " >DotNext.Metaprogramming 5.19.0 </a >
52+ <a href =" https://www.nuget.org/packages/dotnext.metaprogramming/5.19.1 " >DotNext.Metaprogramming 5.19.1 </a >
5453* Updated dependencies
5554
56- <a href =" https://www.nuget.org/packages/dotnext.unsafe/5.19.0 " >DotNext.Unsafe 5.19.0 </a >
55+ <a href =" https://www.nuget.org/packages/dotnext.unsafe/5.19.1 " >DotNext.Unsafe 5.19.1 </a >
5756* Updated dependencies
5857
59- <a href =" https://www.nuget.org/packages/dotnext.threading/5.19.0 " >DotNext.Threading 5.19.0</a >
60- * Added weight-based cache on top of existing ` RandomAccessCache<TKey, TValue> ` class
61- * Fixed potential race conditions within ` RandomAccessCache<TKey, TValue> ` class
62- * ` RandomAccessCache<TKey, TValue, TWeight> ` can grow dynamically depending on the number of hash collisions
58+ <a href =" https://www.nuget.org/packages/dotnext.threading/5.19.1 " >DotNext.Threading 5.19.1</a >
59+ * Fixed weight counting in ` RandomAccessCache<TKey, TValue, TWeight> ` class
6360
64- <a href =" https://www.nuget.org/packages/dotnext.io/5.19.0 " >DotNext.IO 5.19.0 </a >
61+ <a href =" https://www.nuget.org/packages/dotnext.io/5.19.1 " >DotNext.IO 5.19.1 </a >
6562* Updated dependencies
6663
67- <a href =" https://www.nuget.org/packages/dotnext.net.cluster/5.19.0 " >DotNext.Net.Cluster 5.19.0</a >
68- * Reused FNV1a hash implementation
69- * Improved WAL performance if ` WriteMode.NoFlush ` is chosen
64+ <a href =" https://www.nuget.org/packages/dotnext.net.cluster/5.19.1 " >DotNext.Net.Cluster 5.19.1</a >
65+ * Updated dependencies
7066
71- <a href =" https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.19.0 " >DotNext.AspNetCore.Cluster 5.19.0 </a >
67+ <a href =" https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.19.1 " >DotNext.AspNetCore.Cluster 5.19.1 </a >
7268* Updated dependencies
7369
7470Changelog for previous versions located [ here] ( ./CHANGELOG.md ) .
0 commit comments