1.5.47 August 12th, 2025
Akka.NET v1.5.47 is a minor patch containing several stability improvements to Akka.TestKit.
- TestKit: Replace Thread.Sleep with SpinWait
- TestKit: Fix excessive AggregateException nesting when cancelling ExpectMessageAsync
- TestKit: Add async overload to multi-node TestConductor API
- Core: Move ByteBuffer alias to global using
4 contributors since release 1.5.46
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
7 | 4185 | 3156 | Aaron Stannard |
5 | 352 | 142 | Gregorius Soedharmo |
1 | 2 | 2 | dependabot[bot] |
1 | 13 | 22 | Simon Cropp |
To see the full set of changes in Akka.NET v1.5.47, click here
Changes:
- 83e4bcc Update RELEASE_NOTES.md for 1.5.47 release (#7759)
- eef6fe5 Convert SBR multi-node tests to async (#7754)
- 599e13b Convert ClusterRoundRobinSpec to async (#7752)
- 79ec342 move ByteBuffer alias to a global using (#7681)
- f1962c6 Add async overloads to multi-node TestConductor APIs (#7750) [ #4146 ]
- 673f56f Fix excessive exception nesting when cancelling ExpectMsgAsync (#7747) [ #7743 ]
- 28a80b5 Bump actions/checkout from 4 to 5 (#7751)
- f9a1835 Update RELEASE_NOTES.md for 1.5.47 nightly build (#7749)
- a7955cb Fix race condition in AllEventsSpec by using async/await (#7748) [ #7711 ]
- 1c44ee3 add worktrees to .gitignore (#7746)
See More
- b09d40f Replace Thread.Sleep with SpinWait in TestKit initialization (#7745)
- 6209441 Change Delivery CreateWithFuzzing to public for testing (#7739)
- c1b9190 Fix racy unit tests (#7737)
- 27c9410 Fix EventStreamSpec racy unit test (#7736)
- a017b22 [DOCS] Update build process page (#7735)
This list of changes was auto generated.