Releases: libp2p/js-libp2p-webrtc-star
Releases · libp2p/js-libp2p-webrtc-star
v0.17.0
Code Refactoring
BREAKING CHANGES
- Switch to using async/await and async iterators. The transport and connection interfaces have changed.
v0.16.1
Features
- start/stop discovery events when start/stop called (#176) (f4dc087)
v0.16.0
Bug Fixes
BREAKING CHANGES
- signaling server api with async await instead of callbacks
v0.15.7
Features
- only send new peers, not the whole peer list (e12089b)
v0.15.6
Bug Fixes
- catch RTCPeerConnection failed connections (b65d509)
v0.15.5
Bug Fixes
- catch RTCPeerConnection failed connections (b65d509)
v0.15.4
chore: release version v0.15.4
v0.15.2
Bug Fixes
- race condition using pump (2e430c1)
Features
- using block-stream to control webRTC transport (8d76dd0)