1.5.32 December 4th 2024
Akka.NET v1.5.32 is a maintenance release that addresses several bugs.
- Cluster.Tools: Deprecate ClusterSingleton.Init() method
- Remote: Ensure RemoteActorRef are serialized correctly when using multiple transports
- Sharding: Harden event-sourced RememberEntities infrastructure against transient persistence failures
To see the full set of changes in Akka.NET v1.5.32, click here.
3 contributors since release 1.5.31
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
8 | 750 | 350 | Aaron Stannard |
5 | 505 | 15 | Gregorius Soedharmo |
1 | 2 | 2 | Ran Trifon |
Changes:
- 2f2bdf7 Add missing information to RELEASE_NOTES (#7404)
- c8b1c5b Update RELEASE_NOTES.md for 1.5.32 release (#7403)
- 1f448e9 Added reproduction spec for missing custom mailbox when using DI (#7402)
- 1a22e39 Akka.Cluster.Sharding: harden event-sourced
RememberEntities
infrastructure against transient Akka.Persistence failures (#7401) [ #7399 ] - 4becbdd cleaned up
RememberEntitiesFailureSpecs
(#7400) - 0968e9d Update books.md (#7397)
- 0141b6a Add note about duplicate
PeriodicTimer
messages when actors are busy (#7396) - 4ae4792 Akka.Remote: ensure
RemoteActorRef
are serialized with correctAddress
when using multiple transports (#7393) [ #7378 ] - e412b58 Harden Lease docs unit test (#7394)
- bd8a823 Added multi-transport addressing spec (#7391) [ #7378 ]
See More
- 866e053 Cleaned up
TestTransport
XML-DOCTBD
s (#7390) - 36b0ec6 Deprecate
ClusterSingleton.Init()
and add missing singleton feature toClusterSingletonSettings
(#7387) - 4082e9c [DOCS] Add custom lease documentation (#7388)
- 0ad0b77 Update RELEASE_NOTES.md
- 84c2bcd Add v1.5.31 upgrade advisory (#7385)
This list of changes was auto generated.