Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ceb4eef

Browse files
committed
chore: release version v0.130.0
1 parent 5d90583 commit ceb4eef

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="0.130.0"></a>
2+
# [0.130.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.129.0...v0.130.0) (2020-01-29)
3+
4+
5+
### Code Refactoring
6+
7+
* return peer ids as strings ([#581](https://github.com/ipfs/interface-ipfs-core/issues/581)) ([153fd24](https://github.com/ipfs/interface-ipfs-core/commit/153fd24))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Where `PeerID`s were previously [CID]s, now they are Strings
13+
14+
- `ipfs.bitswap.stat().peers[n]` is now a String (was a CID)
15+
- `ipfs.dht.findPeer().id` is now a String (was a CID)
16+
- `ipfs.dht.findProvs()[n].id` is now a String (was a CID)
17+
- `ipfs.dht.provide()[n].id` is now a String (was a CID)
18+
- `ipfs.dht.put()[n].id` is now a String (was a CID)
19+
- `ipfs.dht.query()[n].id` is now a String (was a CID)
20+
- `ipfs.id().id` is now a String (was a CID)
21+
- `ipfs.id().addresses[n]` are now [Multiaddr]s (were Strings)
22+
23+
[CID]: https://www.npmjs.com/package/cids
24+
[Multiaddr]: https://www.npmjs.com/package/multiaddr
25+
26+
27+
128
<a name="0.129.0"></a>
229
# [0.129.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.128.0...v0.129.0) (2020-01-23)
330

0 commit comments

Comments
 (0)