v0.9.0
crossedge v0.9.0 adds multi-path peer connections with automatic failover
Features
Added multi-path peer connectivity with automatic failover between network addresses
The desk can now maintain connectivity across multiple network paths (e.g. when a VPN interface appears or disappears) by tracking multiple candidate addresses per peer and failing over automatically, reducing dropped connections.
Improvements
Extended the wire protocol to carry multiple addresses per peer for failover support
Updated the address store and endpoint logic to select and switch between known peer addresses
Added CLI and driver support for configuring multi-path address handling
Expanded QUIC desk integration tests to cover multi-path failover scenarios
Documented the multi-address protocol changes
Fixes
Cleaned up formatting of the stop message text wrap