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

Commit 9e5fadb

Browse files
committed
chore: release version v0.43.0
1 parent b479e3f commit 9e5fadb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="0.43.0"></a>
2+
# [0.43.0](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.12...v0.43.0) (2019-08-01)
3+
4+
5+
### Code Refactoring
6+
7+
* blacklist to denylist ([#341](https://github.com/libp2p/js-libp2p-switch/issues/341)) ([f64c73b](https://github.com/libp2p/js-libp2p-switch/commit/f64c73b))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* 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`.
13+
14+
License: MIT
15+
Signed-off-by: Alan Shaw <[email protected]>
16+
17+
18+
119
<a name="0.42.12"></a>
220
## [0.42.12](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.11...v0.42.12) (2019-06-05)
321

0 commit comments

Comments
 (0)