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

Releases: libp2p/js-libp2p-switch

v0.43.0

Choose a tag to compare

@jacobheun jacobheun released this 01 Aug 14:07
9e5fadb

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

Choose a tag to compare

@jacobheun jacobheun released this 05 Jun 14:59
a386bb7

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

Choose a tag to compare

@jacobheun jacobheun released this 25 Apr 19:09
3ca691f

Bug Fixes

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

v0.42.10

Choose a tag to compare

@jacobheun jacobheun released this 16 Apr 10:45
c73efba

Bug Fixes

v0.42.9

Choose a tag to compare

@jacobheun jacobheun released this 11 Apr 10:41
bf4d926

Bug Fixes

v0.42.8

Choose a tag to compare

@jacobheun jacobheun released this 10 Apr 17:26
866e5a6

Bug Fixes

Features

v0.42.7

Choose a tag to compare

@jacobheun jacobheun released this 04 Apr 11:46
c7b1d05

Bug Fixes

v0.42.6

Choose a tag to compare

@jacobheun jacobheun released this 03 Apr 16:42
9592c22

Bug Fixes

v0.42.5

Choose a tag to compare

@jacobheun jacobheun released this 03 Apr 09:40
0f05b9f

Bug Fixes

Features

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

v0.42.4

Choose a tag to compare

@jacobheun jacobheun released this 28 Mar 22:21
d550b48

Bug Fixes

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