Akka.net v0.6.4 Release Notes

Release Date: 2014-09-09 // over 9 years ago
    • Introduced TailChoppingRouter
    • โšก๏ธ All ActorSystem extensions now take an ExtendedActorSystem as a dependency - all third party actor system extensions will need to update accordingly.
    • ๐Ÿ›  Fixed numerous bugs with remote deployment of actors.
    • ๐Ÿ›  Fixed a live-lock issue for high-traffic connections on Akka.Remote and introduced softer heartbeat failure deadlines.
    • ๐Ÿ”„ Changed the configuration chaining process.
    • โœ‚ Removed obsolete attributes from PatternMatch and UntypedActor.
    • ๐Ÿ‘ Laying groundwork for initial Mono support.