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

Commit 6ce77f7

Browse files
author
Alan Shaw
committed
chore: release version v32.0.0
1 parent e22afea commit 6ce77f7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="32.0.0"></a>
2+
# [32.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v31.1.0...v32.0.0) (2019-05-21)
3+
4+
5+
### Bug Fixes
6+
7+
* handle empty array return value in dht.findProvs ([#1003](https://github.com/ipfs/js-ipfs-http-client/issues/1003)) ([15ab7c5](https://github.com/ipfs/js-ipfs-http-client/commit/15ab7c5))
8+
9+
10+
### Chores
11+
12+
* update ipld formats ([#1010](https://github.com/ipfs/js-ipfs-http-client/issues/1010)) ([a423d7f](https://github.com/ipfs/js-ipfs-http-client/commit/a423d7f))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* The default string encoding for version 1 CIDs has changed to `base32`.
18+
19+
IPLD formats have been updated to the latest versions. IPLD nodes returned by `ipfs.dag` and `ipfs.object` commands have significant breaking changes. If you are using these commands in your application you are likely to encounter the following changes to `dag-pb` nodes (the default node type that IPFS creates):
20+
21+
* `DAGNode` properties have been renamed as follows:
22+
* `data` => `Data`
23+
* `links` => `Links`
24+
* `size` => `size` (Note: no change)
25+
* `DAGLink` properties have been renamed as follows:
26+
* `cid` => `Hash`
27+
* `name` => `Name`
28+
* `size` => `Tsize`
29+
30+
See CHANGELOGs for each IPLD format for it's respective changes, you can read more about the [`dag-pb` changes in the CHANGELOG](https://github.com/ipld/js-ipld-dag-pb/blob/master)
31+
32+
License: MIT
33+
Signed-off-by: Alan Shaw <[email protected]>
34+
35+
36+
137
<a name="31.1.0"></a>
238
# [31.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v31.0.2...v31.1.0) (2019-05-16)
339

0 commit comments

Comments
 (0)