Skip to content

0.22.0

Latest

Choose a tag to compare

@dmotz dmotz released this 11 Oct 20:56

Breaking changes

  • πŸͺ IPFS - removed libp2pConfig config option

Improvements

  • 🐦 Nostr and 🌊 BitTorrent - new manualRelayReconnection boolean flag in config object, which will disable Trystero's automatic relay socket reconnection behavior. This is paired with two top level package exports pauseRelayReconnection() and resumeRelayReconnection(), which allows you to control when Trystero auto-reconnects sockets. Additionally, Trystero will no longer attempt to reconnect sockets when the browser appears to be offline. Thanks to @vrtmrz for implementing.
  • πŸͺ IPFS - updated strategy, now reliably working and passing test suite