1.5.38 February 17th 2025
Akka.NET v1.5.38 is a maintenance release with several bug fixes and minor quality of life API additions
- Core: Add
ByteString.ToReadOnlySpan()
- TestKit: Add
IntentionalRestart
auto received message to easily test actor restart behavior - Streams: Fix null exceptions being propagated upstream by downstream completion
- Core: Add death watch support to
Ask()
FutureActorRef
temporary actors to prevent memory leaks - Documentation: Add new AK1008 Akka.Analyzers rule
- Core: Bump Akka.Analyzers version from 0.3.0 to 0.3.1
To see the full set of changes in Akka.NET v1.5.38, click here.
4 contributors since release 1.5.37
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
5 | 110 | 9 | Gregorius Soedharmo |
3 | 231 | 28 | Aaron Stannard |
1 | 81 | 0 | Lydon Chandra |
1 | 24 | 20 | Dmitriy Barbul |
Changes:
- 7905b0f Update RELEASE_NOTES.md for 1.5.38 release (#7507)
- c873710 Bump Akka.Analyzer to 0.3.1 (#7506)
- 2d84f02 Add missing table entry for AK1008 (#7505)
- a91adbf [Docs] Add AK1008 documentation (#7504)
- 50b6cfe Akka.Actor:
Context.Watch
onFutureActorRef<T>
creates memory leaks (#7502) [ #7501 ] - 1b52686 [Streams] Fix null exceptions being propagated on downstream completion (#7497)
- 8ea9d3b Update ClusterSharding.Node example to use shared SQLite store (#7494)
- 1f5688d Akka.Actor: Added built-in
IntentionalRestart
message to test actor restart behaviors (#7493) [ #7492 ] - c8ebf77 Add ByteString ToReadOnlySpan (#7487)
- ea2d195 Make sure all library projects uses dual targeting (#7489)