Skip to content

@libp2p/interface-internal interface-internal-v0.1.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/peer-collections bumped from ^3.0.0 to ^4.0.0