Skip to content

v0.5.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@JEnoch JEnoch released this 31 Mar 15:34
· 1997 commits to master since this release

Changelog:

  • New features:
    • Mesh routing: routers and peers can be deployed in a mesh topology (9084fb8). Multiple routers can be deployed at the edge between a mesh of routers and a mesh of peers for load balancing and fault tolerance purposes (c103689).
    • Automatic reconnection: clients routers and peers try to reconnect to their configured peers after disconnection (2b539fd).
    • TLS-based transport
    • Shared memory messages are sent over the network if the target subscriber is not on the same host
    • make RBuf and WBuf to implement respectively the traits std::io::Read and std::io::Write
  • Bug fixes:
    • Encoding mime-type for HTML was misspelled.
  • Other noteworthy changes:
    • Performances improvements.
    • Examples now have a --config option for a config file
    • Update async-std to 1.9.0

Available on: