Skip to content

interface: v1.0.0

Choose a tag to compare

@achingbrain achingbrain released this 30 Nov 09:04
d539109

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data
  • removed EventEmitter re-export - please use TypedEventEmitter instead
  • imports from libp2p/dcutr now need to be from @libp2p/dcutr
  • imports from libp2p/identify need to change to @libp2p/identify
  • imports from libp2p/upnp-nat should be updated to @libp2p/upnp-nat
  • the isStarted method has been removed from the Startable interface
  • the .protocols property has been removed from the PeerInfo interface
  • move autonat into separate package (#2107)
  • remove libp2p.keychain (#2084)
  • remove min/max from topologies (#2158)

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)
  • support streaming hashes for key sign/verify (#2255) (ac7bc38)

Bug Fixes

Code Refactoring