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

Commit 8559276

Browse files
author
Alan Shaw
committed
chore: release version v0.35.0-rc.7
1 parent 9719893 commit 8559276

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="0.35.0-rc.7"></a>
2+
# [0.35.0-rc.7](https://github.com/ipfs/js-ipfs/compare/v0.35.0-rc.6...v0.35.0-rc.7) (2019-04-12)
3+
4+
5+
### Bug Fixes
6+
7+
* flakey windows test ([#1987](https://github.com/ipfs/js-ipfs/issues/1987)) ([9708c0a](https://github.com/ipfs/js-ipfs/commit/9708c0a))
8+
* really disable DHT ([#1991](https://github.com/ipfs/js-ipfs/issues/1991)) ([2470be8](https://github.com/ipfs/js-ipfs/commit/2470be8))
9+
* remove non default ipld formats in the browser ([#1980](https://github.com/ipfs/js-ipfs/issues/1980)) ([4376121](https://github.com/ipfs/js-ipfs/commit/4376121))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* Browser application bundles now include only `ipld-dag-pb`, `ipld-dag-cbor` and `ipld-raw` IPLD codecs. Other codecs should be added manually, see https://github.com/ipfs/js-ipfs/blob/master/README.md#optionsipld for details.
15+
16+
* In Node.js `require('ipfs')`
17+
* all IPLD formats included
18+
* In browser application bundle `require('ipfs')` bundled with webpack/browserify/etc.
19+
* only `ipld-dag-pb`, `ipld-dag-cbor` and `ipld-raw` included
20+
* CDN bundle `<script src="https://unpkg.com/ipfs/dist/index.min.js"></script>`
21+
* all IPLD formats included
22+
23+
Co-Authored-By: hugomrdias <[email protected]>
24+
25+
26+
127
<a name="0.35.0-rc.6"></a>
228
# [0.35.0-rc.6](https://github.com/ipfs/js-ipfs/compare/v0.35.0-rc.5...v0.35.0-rc.6) (2019-04-11)
329

0 commit comments

Comments
 (0)