From 3e7e1d0813892ec4afe203888e0928907438cd49 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 30 Apr 2024 02:34:42 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.20 (#7180) --- RELEASE_NOTES.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ddd94eef37c..5cd4443e732 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,20 @@ #### 1.5.20 April 29th 2024 #### -Placeholder for nightlies. +Akka.NET v1.5.20 is a patch release for Akka.NET with a few bug fixes and Akka.Streams quality of life improvement. + +* [Cluster: Fix split brain resolver downing all nodes when failure detector records are unclean/poisoned](https://github.com/akkadotnet/akka.net/pull/7141) +* [TestKit: Fix `AkkaEqualException` message formatting](https://github.com/akkadotnet/akka.net/pull/7164) +* [Core: Generate Protobuf code automatically during build](https://github.com/akkadotnet/akka.net/pull/7063) +* [Streams: `LogSource` quality of life improvement](https://github.com/akkadotnet/akka.net/pull/7168) +* [Core: Fix `HashedWheelTimer` startup crash](https://github.com/akkadotnet/akka.net/pull/7174) + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|-------|---------------------| +| 5 | 360 | 93 | Aaron Stannard | +| 3 | 187 | 20 | Gregorius Soedharmo | +| 1 | 81 | 41827 | Yan Pitangui | + +You can [see the full set of changes for Akka.NET v1.5.20 here](https://github.com/akkadotnet/akka.net/milestones/1.5.20). #### 1.5.19 April 15th 2024 ####