From 22662e4496e4ab6b14e4c00a328cf416be1f8f77 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Sat, 24 Aug 2024 00:44:44 +0700 Subject: [PATCH 1/2] Update RELEASE_NOTES.md for 1.5.28-beta1 release --- RELEASE_NOTES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 63897ed5b41..a4934067d99 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,24 @@ +#### 1.5.28-beta1 August 23rd 2024 #### + +Akka.NET v1.5.28-beta1 is a patch beta release with several bug fix and improvements. + +* [Singleton: Fix oldest member transition log message](https://github.com/akkadotnet/akka.net/pull/7309) +* [Core: Make ITimeProvider injectable into consuming classes](https://github.com/akkadotnet/akka.net/pull/7314) +* [Singleton: Fix ClusterSingletonProxy failed to re-acquire singleton actor](https://github.com/akkadotnet/akka.net/pull/7315) +* [Persistence: Make DateTime.UtcNow the default SnapshotMetadata timestamp](https://github.com/akkadotnet/akka.net/pull/7313) +* [Remote.TestKit: Improve diagnostics and code modernization](https://github.com/akkadotnet/akka.net/pull/7321) +* [Persistence.TestKit: Add new ConnectionInterceptor and improve usability](https://github.com/akkadotnet/akka.net/pull/7324) +* [Sharding: Disable durable DData if RememberEntity does not use DData storage](https://github.com/akkadotnet/akka.net/pull/7327) +* [Persistence.Sql.Common: Harden journal and snapshot store initialization](https://github.com/akkadotnet/akka.net/pull/7325) +* [Streams: Fix missing AlsoTo public API in Flow, SubFlow, and Source](https://github.com/akkadotnet/akka.net/pull/7325) + +To [see the full set of changes in Akka.NET v1.5.28-beta1, click here](https://github.com/akkadotnet/akka.net/milestone/110?closed=1). + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|------|---------------------| +| 10 | 5318 | 5153 | Aaron Stannard | +| 4 | 1440 | 115 | Gregorius Soedharmo | + #### 1.5.27.1 July 25th 2024 #### Akka.NET v1.5.27.1 is a minor patch to fix a race condition between the logging and remoting system. From dca34e1d45af02364f691c5a49e32747f7a2b14d Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Fri, 23 Aug 2024 12:46:05 -0500 Subject: [PATCH 2/2] Minor typo fixes --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a4934067d99..b7b34fd4021 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ #### 1.5.28-beta1 August 23rd 2024 #### -Akka.NET v1.5.28-beta1 is a patch beta release with several bug fix and improvements. +Akka.NET v1.5.28-beta1 is a patch beta release with several bug fixes and improvements. * [Singleton: Fix oldest member transition log message](https://github.com/akkadotnet/akka.net/pull/7309) * [Core: Make ITimeProvider injectable into consuming classes](https://github.com/akkadotnet/akka.net/pull/7314)