v0.5.0-beta.8
Pre-release
Pre-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
andWBuf
to implement respectively the traitsstd::io::Read
andstd::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