Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9baa242

Browse files
author
Alan Shaw
committed
chore: release version v0.36.0-rc.0
1 parent dd4975f commit 9baa242

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="0.36.0-rc.0"></a>
2+
# [0.36.0-rc.0](https://github.com/ipfs/js-ipfs/compare/v0.36.0-pre.0...v0.36.0-rc.0) (2019-05-21)
3+
4+
5+
### Code Refactoring
6+
7+
* update ipld formats, async/await mfs/unixfs & base32 cids ([#2068](https://github.com/ipfs/js-ipfs/issues/2068)) ([813048f](https://github.com/ipfs/js-ipfs/commit/813048f)), closes [ipld/js-ipld-dag-pb#137](https://github.com/ipld/js-ipld-dag-pb/issues/137) [ipfs/interface-js-ipfs-core#473](https://github.com/ipfs/interface-js-ipfs-core/issues/473) [ipfs/js-ipfs-http-client#1010](https://github.com/ipfs/js-ipfs-http-client/issues/1010) [ipfs/js-ipfs-http-response#25](https://github.com/ipfs/js-ipfs-http-response/issues/25) [#1995](https://github.com/ipfs/js-ipfs/issues/1995)
8+
9+
10+
### BREAKING CHANGES
11+
12+
* The default string encoding for version 1 CIDs has changed to `base32`.
13+
14+
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):
15+
16+
* `DAGNode` properties have been renamed as follows:
17+
* `data` => `Data`
18+
* `links` => `Links`
19+
* `size` => `size` (Note: no change)
20+
* `DAGLink` properties have been renamed as follows:
21+
* `cid` => `Hash`
22+
* `name` => `Name`
23+
* `size` => `Tsize`
24+
25+
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)
26+
27+
License: MIT
28+
Signed-off-by: Alan Shaw <[email protected]>
29+
30+
31+
132
<a name="0.36.0-pre.0"></a>
233
# [0.36.0-pre.0](https://github.com/ipfs/js-ipfs/compare/v0.35.0...v0.36.0-pre.0) (2019-05-17)
334

0 commit comments

Comments
 (0)