Releases: libp2p/js-libp2p-webrtc-direct
Releases · libp2p/js-libp2p-webrtc-direct
v1.0.2
1.0.2 (2022-05-23)
Bug Fixes
Trivial Changes
- deps: bump undici from 4.16.0 to 5.2.0 (#164) (689122c)
v1.0.1
1.0.1 (2022-05-04)
Bug Fixes
v1.0.0
1.0.0 (2022-03-28)
⚠ BREAKING CHANGES
- this module is now ESM-only
Co-authored-by: achingbrain [email protected]
Features
Bug Fixes
- add 'node-pre-gyp' installation to 'check' and 'test-node' actions (#152) (bf4a68b)
Trivial Changes
v0.7.1
chore: release version v0.7.1
v0.7.0
chore
BREAKING CHANGES
- uses new peer id, multiaddr, etc
v0.6.0
chore: release version v0.6.0
v0.5.0
Bug Fixes
- add remote addr on listener connection (#97) (c562a0d)
v0.4.1
Bug Fixes
- transport should not handle connection if upgradeInbound throws (#32) (1711a7d)
v0.4.0
Code Refactoring
BREAKING CHANGES
- Switch to using async/await and async iterators. The transport and connection interfaces have changed.