1.4.36 April 4 2022
Akka.NET v1.4.36 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code.
Bug fixes:
- Akka: Fix CoordinatedShutdown memory leak
- Akka: Fix TcpConnection error handling and death pact de-registration
If you want to see the full set of changes made in Akka.NET v1.4.36, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
5 | 274 | 33 | Gregorius Soedharmo |
4 | 371 | 6 | Ebere Abanonu |
3 | 9 | 3 | Aaron Stannard |
1 | 34 | 38 | Ismael Hamed |
1 | 2 | 3 | Adrian Leonhard |
Changes:
- 85d7b89 Merge pull request #5823 from Arkatufus/master
- 9f7a7a7 Merge remote-tracking branch 'upstream/master'
- 33d805c Merge branch 'dev'
- da0f734 Be more explicit that a node is shutting down as it was marked as DOWN (#5821)
- 711c284 Merge branch 'dev'
- 161c9d5 Revert changes that are unrelated to the memory leak (#5822)
- 9c29c84 Update RELEASE_NOTES.md for 1.4.36 release (#5820)
- 13eea74 Couple of fixes for the TcpConnection (#5817)
- 3ee032d Fix leaky coordinated shutdown (#5816)
- 0309498 Bump Hyperion to 0.12.2 (#5805)
See More
- ab332ea [DOCS]: Add
Examples
section to Akka.NET Doc (#5739) - b365c06 Add
Member Roles
doc (#5742) - 9e05894 Add documentation on how to override serializer ids. (#5749)
- 0c85653 Fix MSBuild does not copy xunit.runner dlls correctly (#5747)
- 6d3d91f marked
EventBusUnsubscriber
messages asINoSerializationVerificationNeeded
(#5743) - b4b390d cleanup XUnit TestKit output logger (#5741)
- 93a3d7e Lock cspell on version
5.18.5
(#5744) - 4e35c2a Fix spelling (#5745)
- ef6718e [DI] DI fails to throw an exception when DI tried to create an actor with missing constructor parameter (#5735)
- 5ef69e9 Update PersistAsync to match docs. (#5736)
- a18c246 v1.4.36 placeholder for nightlies (#5732)
This list of changes was auto generated.