Skip to content

libp2p libp2p-v0.46.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 12:27
58c261e

Migration guide

Please see the migration guide for how to upgrade your application from 0.45.x to 0.46.x.

⚠ BREAKING CHANGES

  • the .close, closeRead and closeWrite methods on the Stream interface are now asynchronous
  • stream.stat.* and conn.stat.* properties are now accessed via stream.* and conn.*
  • consolidate interface modules (#1833)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^1.0.0 to ^2.0.0
      • @libp2p/interface bumped from ~0.0.1 to ^0.1.0
      • @libp2p/interface-internal bumped from ~0.0.1 to ^0.1.0
      • @libp2p/keychain bumped from ^2.0.0 to ^3.0.0
      • @libp2p/logger bumped from ^2.0.0 to ^3.0.0
      • @libp2p/multistream-select bumped from ^3.0.0 to ^4.0.0
      • @libp2p/peer-collections bumped from ^3.0.0 to ^4.0.0
      • @libp2p/peer-id bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-id-factory bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-record bumped from ^5.0.0 to ^6.0.0
      • @libp2p/peer-store bumped from ^8.0.0 to ^9.0.0
      • @libp2p/utils bumped from ^3.0.0 to ^4.0.0
    • devDependencies
      • @libp2p/bootstrap bumped from ^8.0.0 to ^9.0.0
      • @libp2p/interface-compliance-tests bumped from ^3.0.0 to ^4.0.0
      • @libp2p/kad-dht bumped from ^9.0.0 to ^10.0.0
      • @libp2p/mdns bumped from ^8.0.0 to ^9.0.0
      • @libp2p/mplex bumped from ^8.0.0 to ^9.0.0
      • @libp2p/tcp bumped from ^7.0.0 to ^8.0.0
      • @libp2p/websockets bumped from ^6.0.0 to ^7.0.0