Skip to content

libp2p v0.43.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 15:30
000aa7d

⚠ BREAKING CHANGES

  • the autoDial option has been removed from the connection manager, please see the upgrade guide
  • requires an instance of [email protected]
  • removal of Circuit Relay V1

Features

Bug Fixes

  • accept two incoming PING streams per peer (#1617) (afaee4c)
  • circuit relay v2 follow up items (#1619) (b085562), closes #1608 #1610
  • exclude peers without multiaddrs from auto dial (#1568) (e12202e)
  • remove connection manager autodial option (#1626) (da3526c)
  • remove p-settle dependency, use Promise.allSettled instead (#1593) (6e47308)
  • use @libp2p/keychain module instead of bundling source code (#1569) (c02e1bd)

deps