From ba532586fa0bd440a3f6df093a52233acdb2338e Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Wed, 3 Jul 2024 21:53:38 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.27-beta1 release --- RELEASE_NOTES.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9e301021854..5c9fe910079 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,17 @@ -#### 1.5.27 June 27th 2024 #### +#### 1.5.27-beta1 July 3rd 2024 #### -*Placeholder for nightlies* +Akka.NET v1.5.27-beta1 improves upon the new ClusterClient initial contact auto-discovery feature to make it more robust in implementation. + +* [Akka.Discovery: Add multi-config support to config-based discovery](https://github.com/akkadotnet/akka.net/issues/7271) +* [Cluster.Tools: Fix missing VerboseLogging in ClusterClientSettings.Copy method](https://github.com/akkadotnet/akka.net/issues/7272) +* [Cluster.Tools: Improve ClusterClientDiscovery to avoid thundering herd problem](https://github.com/akkadotnet/akka.net/issues/7270) +* [Cluster.Tools: Change ClusterClientDiscovery to use the new Akka.Management "/cluster-client/receptionist" endpoint](https://github.com/akkadotnet/akka.net/issues/7274) + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|------|---------------------| +| 5 | 422 | 183 | Gregorius Soedharmo | +| 1 | 4 | 0 | Aaron Stannard | +| 1 | 1 | 1 | Sean Killeen | #### 1.5.26 June 27th 2024 ####