Skip to content

v0.27.0

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 28 Oct 13:22
· 128 commits to main since this release

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 for Config::default() is now None, meaning
    keep-alives are disabled by default.

Features

  • add Connection::id to get a stable ID for a connection (a86e558)

Bug Fixes

  • more carefully handle 'benign' connection loss (9e2be50)

  • disable keep-alives by default (7788fda)