Skip to content

Commit e54b447

Browse files
committedNov 27, 2020
chore: release version v0.8.1
1 parent da7a339 commit e54b447

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
 

‎CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [0.8.1](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v0.4.0...v0.8.1) (2020-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* accept http client instance ([#39](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/39)) ([bd9ecc3](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/bd9ecc311e87604d489cae5e832691bd1dec7429))
7+
8+
9+
### chore
10+
11+
* make ipfs-http-client a peer dependency ([#32](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/32)) ([a1b1b5e](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/a1b1b5ec59af97f5ab708c757808940dbcb070d9))
12+
* remove-peer-info-from-api ([#25](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/25)) ([f49ddc0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/f49ddc0740963587fc0976c2a627f241bd045abf))
13+
14+
15+
### Features
16+
17+
* add support for api dht/query endpoint ([#37](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/37)) ([6fa569c](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/6fa569cdaaeca3ca200af8b3c10b2a098faff5c1))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* The ipfs-http-client must now be installed
23+
as a peer dependency. It is no longer included as a dependency
24+
of this module.
25+
26+
The reason the http-client should be a peerDependency and
27+
not a dependency is that its API requires knowledge of the
28+
http-client (we pass in the api endpoint details).
29+
* findPeer returns id and addrs properties instead of peer-info instance
30+
31+
* chore: address review
32+
33+
34+
135
# [0.8.0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v0.7.0...v0.8.0) (2020-10-21)
236

337

0 commit comments

Comments
 (0)
Please sign in to comment.