v0.27.0
0.27.0 (2021-10-28)
⚠ BREAKING CHANGES
- The
qp2p::config::DEFAULT_KEEP_ALIVE_INTERVAL
constant has been removed, and the default value for
keep_alive_interval
set forConfig::default()
is nowNone
, meaning
keep-alives are disabled by default.
Features
- add
Connection::id
to get a stable ID for a connection (a86e558)