Skip to content
This repository was 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

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

Choose a tag to compare

Features

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

v0.16.0

08 May 09:21

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

Choose a tag to compare

Bug Fixes

v0.15.7

04 Jan 16:58

Choose a tag to compare

Features

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

v0.15.6

26 Nov 09:57

Choose a tag to compare

Bug Fixes

  • catch RTCPeerConnection failed connections (b65d509)

v0.15.5

17 Sep 13:57
85784db

Choose a tag to compare

Bug Fixes

  • catch RTCPeerConnection failed connections (b65d509)

v0.15.4

27 Aug 12:47
85943d3

Choose a tag to compare

chore: release version v0.15.4

v0.15.3

19 Jun 06:19
8d5d8d2

Choose a tag to compare

Features

v0.15.2

01 Jun 15:19
d69a078

Choose a tag to compare

Bug Fixes

  • race condition using pump (2e430c1)

Features

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