From 33b7ee5455dc412241f7c4bb49b21b078bb57b76 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 1 Oct 2024 13:55:42 +0700 Subject: [PATCH 1/3] Update RELEASE_NOTES.md for 1.5.28.1 release --- RELEASE_NOTES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d3aee3beec5..8daf2e3622a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,23 @@ +#### 1.5.28.1 October 1st 2024 #### + +Akka.NET v1.5.28.1 is an emergency patch release that addresses a severe bug for persistence users whom also use protobuf serializer. + +* [DData: Remove Hyperion dependency](https://github.com/akkadotnet/akka.net/pull/7337) +* [Streams: Fix SelectAsync race condition bug](https://github.com/akkadotnet/akka.net/pull/7338) +* [Core: Add new IWithTimers API to allow sender override](https://github.com/akkadotnet/akka.net/pull/7341) +* [Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)](https://github.com/akkadotnet/akka.net/pull/7349) +* [Core: Fix AskTimeoutException message formatting bug](https://github.com/akkadotnet/akka.net/pull/7350) + +To [see the full set of changes in Akka.NET v1.5.28, click here](https://github.com/akkadotnet/akka.net/milestone/112?closed=1). + +3 contributors since release 1.5.28 + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|------|---------------------| +| 4 | 177 | 14 | Gregorius Soedharmo | +| 1 | 10 | 10 | Simon Cropp | +| 1 | 0 | 1 | Aaron Stannard | + #### 1.5.28 September 5th 2024 #### Akka.NET v1.5.28 is a release with several bug fixes and improvements. From 256eac4d70d0fd8a4f2ccd2ea31ffa3accc0a348 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 1 Oct 2024 19:50:56 +0700 Subject: [PATCH 2/3] update version --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8daf2e3622a..1145e1cd13e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ -#### 1.5.28.1 October 1st 2024 #### +#### 1.5.29 October 1st 2024 #### -Akka.NET v1.5.28.1 is an emergency patch release that addresses a severe bug for persistence users whom also use protobuf serializer. +Akka.NET v1.5.29 is an emergency patch release that addresses a severe bug for persistence users whom also use protobuf serializer. * [DData: Remove Hyperion dependency](https://github.com/akkadotnet/akka.net/pull/7337) * [Streams: Fix SelectAsync race condition bug](https://github.com/akkadotnet/akka.net/pull/7338) From a730d53662c7770b5284c28cb5788c7367e04dcc Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 1 Oct 2024 08:32:57 -0500 Subject: [PATCH 3/3] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1145e1cd13e..f7d2f46dc85 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ Akka.NET v1.5.29 is an emergency patch release that addresses a severe bug for p * [Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)](https://github.com/akkadotnet/akka.net/pull/7349) * [Core: Fix AskTimeoutException message formatting bug](https://github.com/akkadotnet/akka.net/pull/7350) -To [see the full set of changes in Akka.NET v1.5.28, click here](https://github.com/akkadotnet/akka.net/milestone/112?closed=1). +To [see the full set of changes in Akka.NET v1.5.29, click here](https://github.com/akkadotnet/akka.net/milestone/112?closed=1). 3 contributors since release 1.5.28