Skip to content

Releases: wenig/actix-telepathy

0.6.1

02 Aug 20:50
2079776
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

24 Nov 08:09
85f2933
Compare
Choose a tag to compare

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

20 Nov 09:17
c9ca7a8
Compare
Choose a tag to compare

Fix

  • multiple RemoteMessages in remote_messages derive macro attribute

0.5.5

13 Nov 10:28
a3c134b
Compare
Choose a tag to compare

Bug fixes

0.5.4

20 Oct 17:37
c4bd11c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.5.4

0.5.3

05 Oct 12:56
e2c5f49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

0.5.2

07 Jul 08:54
a236ebe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.2

0.5.0

12 May 09:57
7f83c97
Compare
Choose a tag to compare

What's Changed

  • ci: more tasks
    • audit
    • linting
    • deployment
  • new dependency versions
    • actix
    • tokio
    • trust-dns

Full Changelog: 0.4.1...0.5.0

0.4.1

24 Jan 18:15
b972ebe
Compare
Choose a tag to compare

0.4.1

Features

  • RemoteAddr::wait_send method that returns a future resolving when ClusterMessage is written to FramedWrite

0.4.0

01 Dec 17:56
Compare
Choose a tag to compare

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