Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: libp2p/js-libp2p-webrtc-star

v0.17.0

02 Oct 11:26
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators. The transport and connection interfaces have changed.

v0.16.1

12 May 20:46
Compare
Choose a tag to compare

Features

  • start/stop discovery events when start/stop called (#176) (f4dc087)

v0.16.0

08 May 09:21
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

  • signaling server api with async await instead of callbacks

v0.15.8

10 Jan 15:01
Compare
Choose a tag to compare

Bug Fixes

v0.15.7

04 Jan 16:58
Compare
Choose a tag to compare

Features

  • only send new peers, not the whole peer list (e12089b)

v0.15.6

26 Nov 09:57
Compare
Choose a tag to compare

Bug Fixes

  • catch RTCPeerConnection failed connections (b65d509)

v0.15.5

17 Sep 13:57
85784db
Compare
Choose a tag to compare

Bug Fixes

  • catch RTCPeerConnection failed connections (b65d509)

v0.15.4

27 Aug 12:47
85943d3
Compare
Choose a tag to compare
chore: release version v0.15.4

v0.15.3

19 Jun 06:19
8d5d8d2
Compare
Choose a tag to compare

Features

v0.15.2

01 Jun 15:19
d69a078
Compare
Choose a tag to compare

Bug Fixes

  • race condition using pump (2e430c1)

Features

  • using block-stream to control webRTC transport (8d76dd0)