File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
====
3
3
4
+ # 05-30-2024
5
+ <a href =" https://www.nuget.org/packages/dotnext.net.cluster/5.6.0 " >DotNext.Net.Cluster 5.6.0</a >
6
+ * Added support of custom data to be passed to ` PersistentState.ApplyAsync ` method through WAL processing pipeline
7
+
8
+ <a href =" https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.6.0 " >DotNext.AspNetCore.Cluster 5.6.0</a >
9
+ * Updated dependencies
10
+
4
11
# 05-21-2024
5
12
<a href =" https://www.nuget.org/packages/dotnext.threading/5.4.0 " >DotNext.Metaprogramming 5.4.0</a >
6
13
* Smallish performance improvements of ` IndexPool ` instance methods
Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ All these things are implemented in 100% managed code on top of existing .NET AP
44
44
* [ NuGet Packages] ( https://www.nuget.org/profiles/rvsakno )
45
45
46
46
# What's new
47
- Release Date: 05-21 -2024
47
+ Release Date: 05-30 -2024
48
48
49
- <a href =" https://www.nuget.org/packages/dotnext.threading/5.4.0 " >DotNext.Metaprogramming 5.4.0</a >
50
- * Smallish performance improvements of ` IndexPool ` instance methods
51
- * Added ability to instantiate empty ` IndexPool `
49
+ <a href =" https://www.nuget.org/packages/dotnext.net.cluster/5.6.0 " >DotNext.Net.Cluster 5.6.0</a >
50
+ * Added support of custom data to be passed to ` PersistentState.ApplyAsync ` method through WAL processing pipeline
51
+
52
+ <a href =" https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.6.0 " >DotNext.AspNetCore.Cluster 5.6.0</a >
53
+ * Updated dependencies
52
54
53
55
Changelog for previous versions located [ here] ( ./CHANGELOG.md ) .
54
56
You can’t perform that action at this time.
0 commit comments