New
Akka.NET v1.5.59
1.5.59 January 27th, 2026
Akka.NET v1.5.59 is a maintenance release with critical bug fixes and new features for observability.
Critical Bug Fixes
- Fix MergeSeen to filter Seen against current Members - Fixes issue #8009. Resolves a cluster gossip serialization failure that could occur with the error "Unknown address in cluster message" when the
Seentable contained addresses of members that had already left the cluster.
Bug Fixes
- Fix logger initialization continuation race in LoggingBus - Fixes a race condition during logger initialization that could cause logging failures during actor system startup.