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

Releases: libp2p/js-libp2p-tcp

v0.16.0

10 Jun 11:54
Compare
Choose a tag to compare

Features

v0.15.4

12 Apr 08:06
Compare
Choose a tag to compare

Bug Fixes

v0.15.3

03 Feb 12:06
37406d1
Compare
Choose a tag to compare

Bug Fixes

v0.15.2

28 Dec 09:54
Compare
Choose a tag to compare

Bug Fixes

  • catch error from maConn.close (#128) (0fe0815)
  • catch thrown maConn errors in listener (#122) (86db568), closes #121
  • intermittent error when asking for interfaces (#137) (af9804e)
  • remove use of assert module (#123) (6272876)
  • transport should not handle connection if upgradeInbound throws (#119) (21f8747)

Chores

BREAKING CHANGES

    • The multiaddr dep used by this module returns Uint8Arrays and may
      not be compatible with previous versions
  • chore: update utils

  • chore: remove gh dep url

v0.15.1

11 Aug 13:35
e9e1f56
Compare
Choose a tag to compare
chore: release version v0.15.1

v0.15.0

07 Aug 16:09
b524848
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

    • The multiaddr dep used by this module returns Uint8Arrays and may
      not be compatible with previous versions
  • chore: update utils

  • chore: remove gh dep url

v0.14.6

17 Jul 10:37
82b9907
Compare
Choose a tag to compare
chore: release version v0.14.6

v0.14.5

28 Apr 12:46
562b3ad
Compare
Choose a tag to compare

Bug Fixes

v0.14.4

24 Feb 17:22
2bc2b36
Compare
Choose a tag to compare

Bug Fixes

v0.14.3

20 Dec 17:02
0c2d84e
Compare
Choose a tag to compare

Bug Fixes

  • transport should not handle connection if upgradeInbound throws (#119) (21f8747)