|
1 | | -#### 1.5.43 May 23rd, 2025 #### |
| 1 | +#### 1.5.43 June 10th, 2025 #### |
2 | 2 |
|
3 | | -*Placeholder for nightlies* |
| 3 | +Akka.NET v1.5.43 contains several bug fixes and also adds new quality of life features. |
| 4 | + |
| 5 | +* [Cluster.Tools: Fix PublishWithAck response message type](https://github.com/akkadotnet/akka.net/pull/7673) |
| 6 | +* [Sharding: Allows sharding delivery consumer to passivate self](https://github.com/akkadotnet/akka.net/pull/7670) |
| 7 | +* [TestKit: Fix CallingThreadDispatcher async context switching](https://github.com/akkadotnet/akka.net/pull/7674) |
| 8 | +* [Persistence.Query: Add non-generic `ReadJournalFor` API method](https://github.com/akkadotnet/akka.net/pull/7679) |
| 9 | +* [Core: Simplify null checks](https://github.com/akkadotnet/akka.net/pull/7659) |
| 10 | +* [Core: Propagate CoordinatedShutdown reason to application exit code](https://github.com/akkadotnet/akka.net/pull/7684) |
| 11 | +* [Core: Bump AkkaAnalyzerVersion to 0.3.3](https://github.com/akkadotnet/akka.net/pull/7685) |
| 12 | +* [Core: Improve IScheduledTellMsg DeadLetter log message](https://github.com/akkadotnet/akka.net/pull/7686) |
| 13 | + |
| 14 | +**New Akka.Analyzer Rules** |
| 15 | + |
| 16 | +We've added three new Akka.Analyzer rules, AK2003, AK2004, and AK2005. All of them addresses the same Akka anti-pattern where a `void async` delegate is being passed into the `ReceiveActor.Receive<T>()` (AK2003), `IDslActor.Receive<T>()` (AK2004), and `ReceivePersistentActor.Command<T>()` (AK2005) message handlers. |
| 17 | + |
| 18 | +Here are the documentation for each new rules: |
| 19 | +* [AK2003 documentation](https://getakka.net/articles/debugging/rules/AK2003.html) |
| 20 | +* [AK2004 documentation](https://getakka.net/articles/debugging/rules/AK2004.html) |
| 21 | +* [AK2005 documentation](https://getakka.net/articles/debugging/rules/AK2005.html) |
| 22 | + |
| 23 | +4 contributors since release 1.5.42 |
| 24 | + |
| 25 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 26 | +|---------|------|------|---------------------| |
| 27 | +| 7 | 435 | 19 | Gregorius Soedharmo | |
| 28 | +| 2 | 26 | 23 | Mark Dinh | |
| 29 | +| 1 | 49 | 136 | Simon Cropp | |
| 30 | +| 1 | 4 | 0 | Aaron Stannard | |
| 31 | + |
| 32 | +To [see the full set of changes in Akka.NET v1.5.43, click here](https://github.com/akkadotnet/akka.net/milestone/126?closed=1). |
4 | 33 |
|
5 | 34 | #### 1.5.42 May 21st, 2025 #### |
6 | 35 |
|
|
0 commit comments