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

Changelog History
Page 4

  • v0.12.0 Changes

    • โœ‚ Remove uTP support.
    • Implement heartbeat messages to detect lost connections more quickly.
    • โž• Add a version number to the protocol to avoid connecting to incompatible peers.
    • ๐Ÿ›ฐ Re-implement TCP send/receive using payload size + data.
  • v0.11.1 Changes

    • ๐Ÿ‘‰ Make deserialisation errors as debug instead of error.
  • v0.11.0 Changes

    • Minor cleanup.
    • โœ‚ Removed unneeded dependency.
    • โœ… Tests fixed.
  • v0.10.0 Changes

    • Peer connections wait for both sides before sending NewPeer events.
    • Enable uTP (still buggy).
    • โž• Add TCP rendezvous.
    • ๐Ÿ‘Œ Support port forwarding with ports specified as TCP acceptors.
    • Never raise NewPeer and LostPeer events for ourselves.
    • โšก๏ธ Update config file format to include service discovery port bootstrap cache name.
    • ๐Ÿ›  Fix duplicate NewPeer events.
    • ๐Ÿ›  Fix issues 619, 606, 605, 601, 589 and 595.
  • v0.9.0 Changes

    • โœ‚ Remove cbor and ip dependencies.
    • ๐Ÿ”ฆ Expose the PeerId in TheirConnectionInfo.
  • v0.8.5 Changes

    • Implement Rand for PeerId.
  • v0.8.4 Changes

    • โšก๏ธ Update dependencies
  • v0.8.3 Changes

    • ๐Ÿ›  Bugfixes
    • Disable uTP
  • v0.8.2 Changes

    • Randomise the bootstrap contact order.
  • v0.8.1 Changes

    • ๐Ÿ›  Restrict to TCP only until the UTP problems are fixed.
    • โž• Add peer IDs, and identify connections with them instead of Connection objects.