All Versions
77
Latest Version
Avg Release Cycle
91 days
Latest Release
1786 days ago

Changelog History
Page 1

  • v0.32.1

    June 04, 2019
  • v0.32.0 Changes

    May 29, 2019
    • ⚡️ Update version to allow further local testing
  • v0.31.0 Changes

    August 24, 2018
    • ⚡️ Update to dual license (MIT/BSD)
    • ⬆️ Upgrade unwrap version to 1.2.0
    • 👉 Use rust 1.28.0 stable / 2018-07-07 nightly
    • rustfmt 0.99.2 and clippy-0.0.212
  • v0.30.1 Changes

    August 03, 2018
    • ⚡️ crate updated to reflect licence changes from GPL to MIT/BSD
  • v0.30.0 Changes

    December 26, 2017
    • 👉 Use rust 1.22.1 stable / 2017-11-23 nightly
    • rustfmt 0.9.0 and clippy-0.0.174
  • v0.29.0 Changes

    December 19, 2017
    • Replace get_if_addrs module with crate of the same name and fix build issues on mobile platforms.
  • v0.28.1 Changes

    September 14, 2017
    • 🏁 Call shutdown() on sockets before dropping them because this fixes a bug under windows.
  • v0.28.0 Changes

    • 👉 Use rust 1.19 stable / 2017-07-20 nightly
    • rustfmt 0.9.0 and clippy-0.0.144
    • Replace -Zno-trans with cargo check
    • 🛠 Make appveyor script using fixed version of stable
    • ➕ Add dev config option
    • Avoid dropping unexpired messages unnecessarily
  • v0.27.0 Changes

    • Crust handles the whitelist completely by itself instead of delegating it to the upper layers.
    • Config file expanded to cover the cases for node and client whitelists separately.
  • v0.26.0 Changes

    • Deny bootstrapping off us until explicitly allowed.