1.4.39 June 1 2022
Akka.NET v1.4.39 is a minor release that contains some very important bug fixes for Akka.Remote and Akka.Cluster users.
- Akka.Cluster: Error in
SplitBrainResolver.PreStart
when usingChannelTaskScheduler
for internal-dispatcher - Akka.Cluster.Sharding: make PersistentShardCoordinator a tolerant reader - Akka.Persistence-backed sharding is more lenient when recovering state.
- Akka.Remote: Trap all
Exception
s thrown while trying to dispatch messages inAkka.Remote.EndpointReader
- any kind of exception thrown during deserialization can no longer force a disassociation to occur in Akka.Remote.
If you want to see the full set of changes made in Akka.NET v1.4.39, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
3 | 204 | 99 | Aaron Stannard |
1 | 1 | 13 | Gregorius Soedharmo |
Changes:
- 97b4bd8 added v1.4.39 release notes (#5977)
- 36bc254 Fix sharding tolerant reader (#5976)
- 0e7cd06 Trap all exception thrown while trying to dispatch messages in Akka.Remote.EnpointReader (#5971)
- 4fa7abb Allow
PersistentShardCoordinator
to tolerate duplicateShardHomeAllocated
messages (#5967) [ #5604 ] - 9260924 pass
Akka.Cluster.Cluster
intoIDowningProvider
directly (#5965) [ #5962 ]
This list of changes was auto generated.