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-direct

v1.0.2

23 May 11:18
Compare
Choose a tag to compare

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

04 May 13:07
Compare
Choose a tag to compare

1.0.1 (2022-05-04)

Bug Fixes

v1.0.0

28 Mar 10:36
Compare
Choose a tag to compare

1.0.0 (2022-03-28)

⚠ BREAKING CHANGES

  • this module is now ESM-only

Co-authored-by: achingbrain alex@achingbrain.net

Features

Bug Fixes

  • add 'node-pre-gyp' installation to 'check' and 'test-node' actions (#152) (bf4a68b)

Trivial Changes

v0.7.1

20 Sep 12:31
Compare
Choose a tag to compare
chore: release version v0.7.1

v0.7.0

09 Jul 06:11
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • uses new peer id, multiaddr, etc

v0.6.0

13 Apr 11:41
Compare
Choose a tag to compare
chore: release version v0.6.0

v0.5.1

05 Feb 15:52
Compare
Choose a tag to compare

Bug Fixes

v0.5.0

22 Jan 09:37
Compare
Choose a tag to compare

Bug Fixes

  • add remote addr on listener connection (#97) (c562a0d)

v0.4.1

11 Dec 12:31
Compare
Choose a tag to compare

Bug Fixes

  • transport should not handle connection if upgradeInbound throws (#32) (1711a7d)

v0.4.0

02 Oct 11:45
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.