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

Releases: libp2p/js-libp2p-switch

v0.43.0

01 Aug 14:07
9e5fadb
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • Constructor options blacklistTTL and blackListAttempts have been renamed to denyTTL and denyAttempts. The error code from errors thrown when dial is currently denied has changed from ERR_BLACKLISTED to ERR_DENIED.

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai

v0.42.12

05 Jun 14:59
a386bb7
Compare
Choose a tag to compare

Bug Fixes

  • clear blacklist for peer when connection is established (#340) (f306cba)
  • dont blindly add observed addresses to our list (#337) (f879cfc)

v0.42.11

25 Apr 19:09
3ca691f
Compare
Choose a tag to compare

Bug Fixes

  • stats: prevent 0ms timeDiff breaking movingAverage (#336) (7aebb9c)

v0.42.10

16 Apr 10:45
c73efba
Compare
Choose a tag to compare

Bug Fixes

v0.42.9

11 Apr 10:41
bf4d926
Compare
Choose a tag to compare

Bug Fixes

v0.42.8

10 Apr 17:26
866e5a6
Compare
Choose a tag to compare

Bug Fixes

Features

v0.42.7

04 Apr 11:46
c7b1d05
Compare
Choose a tag to compare

Bug Fixes

v0.42.6

03 Apr 16:42
9592c22
Compare
Choose a tag to compare

Bug Fixes

v0.42.5

03 Apr 09:40
0f05b9f
Compare
Choose a tag to compare

Bug Fixes

Features

  • limit the number of cold calls we can do (#316) (4a543cb)

v0.42.4

28 Mar 22:21
d550b48
Compare
Choose a tag to compare

Bug Fixes

  • improve dial queue and parallel dials (#315) (fcbcccc)