Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.33 release (#7436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Dec 23, 2024
1 parent 8bbffcd commit dadabd0
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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 ####

Expand Down

0 comments on commit dadabd0

Please sign in to comment.