@libp2p/interface interface-v0.1.0
⚠ BREAKING CHANGES
- the
.close,closeReadandcloseWritemethods on theStreaminterface are now asynchronous stream.stat.*andconn.stat.*properties are now accessed viastream.*andconn.*- consolidate interface modules (#1833)
Features
- mark connections with limits as transient (#1890) (a1ec46b)
- merge stat properties into stream/connection objects (#1856) (e9cafd3), closes #1849