From dadabd0ca48a3b48b031e64f658b443958256351 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 24 Dec 2024 04:07:21 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.33 release (#7436) --- RELEASE_NOTES.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9657b53e17b..a4f0f1dd852 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,25 @@ -#### 1.5.33 December 4th 2024 #### +#### 1.5.33 December 23rd 2024 #### -*Placeholder for nightlies* +* [Bump Akka.Analyzers from 0.2.5 to 0.3.0](https://github.com/akkadotnet/akka.net/pull/7415) +* [Core: Throw better error message when `Stash()` stashes null message](https://github.com/akkadotnet/akka.net/pull/7425) +* [Core: Fix `IWrappedMessage` and `IDeadLetterSuppression` handling](https://github.com/akkadotnet/akka.net/pull/7414) +* [Core: Make actor start/stop telemetry descriptors overridable](https://github.com/akkadotnet/akka.net/pull/7434) +* [Core: Fix `Result.FromTask` edge case handling](https://github.com/akkadotnet/akka.net/pull/7433) +* [Remote: HandleStashedInbound performance improvement](https://github.com/akkadotnet/akka.net/pull/7409) +* [TestKit: Make startup timeout configurable](https://github.com/akkadotnet/akka.net/pull/7423) +* [TestKit: Make InternalTestActor override its SupervisionStrategy](https://github.com/akkadotnet/akka.net/pull/7221) +* [Streams: Add custom log level argument to `Log` stage](https://github.com/akkadotnet/akka.net/pull/7424) + +To [see the full set of changes in Akka.NET v1.5.33, click here](https://github.com/akkadotnet/akka.net/milestone/116?closed=1). + +4 contributors since release 1.5.32 + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|------|---------------------| +| 9 | 513 | 117 | Aaron Stannard | +| 3 | 299 | 49 | Gregorius Soedharmo | +| 1 | 32 | 1 | Yan Pitangui | +| 1 | 3 | 4 | Simon Cropp | #### 1.5.32 December 4th 2024 ####