Skip to content

@libp2p/webrtc webrtc-v3.0.0

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

⚠ 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

  • mark connections with limits as transient (#1890) (a1ec46b)
  • merge stat properties into stream/connection objects (#1856) (e9cafd3), closes #1849

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ~0.0.1 to ^0.1.0
      • @libp2p/interface-internal bumped from ~0.0.1 to ^0.1.0
      • @libp2p/logger bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-id bumped from ^2.0.0 to ^3.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^3.0.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^2.0.0 to ^3.0.0
      • @libp2p/websockets bumped from ^6.0.0 to ^7.0.0
      • libp2p bumped from ^0.45.0 to ^0.46.0