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

Commit

Permalink
chore: release version v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Aug 1, 2019
1 parent b479e3f commit 9e5fadb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.43.0"></a>
# [0.43.0](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.12...v0.43.0) (2019-08-01)


### Code Refactoring

* blacklist to denylist ([#341](https://github.com/libp2p/js-libp2p-switch/issues/341)) ([f64c73b](https://github.com/libp2p/js-libp2p-switch/commit/f64c73b))


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



<a name="0.42.12"></a>
## [0.42.12](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.11...v0.42.12) (2019-06-05)

Expand Down

0 comments on commit 9e5fadb

Please sign in to comment.