Releases: wenig/actix-telepathy
Releases · wenig/actix-telepathy
0.6.0
Features
- option to choose from different joining protocols
- single seed protocol
- gossip protocol
Misc
- remove protocols module and feature
Fixes
- multiple remote messages per remote actor
- reconnection to left node
0.5.6
Fix
- multiple
RemoteMessage
s in remote_messages
derive macro attribute
0.5.0
What's Changed
- ci: more tasks
- new dependency versions
Full Changelog: 0.4.1...0.5.0
0.4.1
0.4.1
Features
RemoteAddr::wait_send
method that returns a future resolving when ClusterMessage
is written to FramedWrite
0.4.0
New Features
- RemoteMessage automatically derives
Message
and #[rtype(Result = "()")]
- Use generic RemoteMessages and generic RemoteActors
- Standard Protocols (reduce)
Fixed
- allow generics for
RemoteMessage
- allow generics for
RemoteActor