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

Commit 6a1cb4c

Browse files
author
Alan Shaw
committed
chore: release version v0.38.0-pre.0
1 parent c5487fa commit 6a1cb4c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="0.38.0-pre.0"></a>
2+
# [0.38.0-pre.0](https://github.com/ipfs/js-ipfs/compare/v0.37.1...v0.38.0-pre.0) (2019-08-27)
3+
4+
5+
### Bug Fixes
6+
7+
* make progress bar work again when adding files ([#2386](https://github.com/ipfs/js-ipfs/issues/2386)) ([f6dcb0f](https://github.com/ipfs/js-ipfs/commit/f6dcb0f)), closes [#2379](https://github.com/ipfs/js-ipfs/issues/2379)
8+
* really allow logo to appear on npm ([02e521e](https://github.com/ipfs/js-ipfs/commit/02e521e))
9+
10+
11+
### Features
12+
13+
* garbage collection ([#2022](https://github.com/ipfs/js-ipfs/issues/2022)) ([44045b0](https://github.com/ipfs/js-ipfs/commit/44045b0))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Order of output from the CLI command `ipfs add` may change between invocations given the same files since it is not longer buffered and sorted.
19+
20+
Previously, js-ipfs buffered all hashes of added files and sorted them before outputting to the terminal, this might be because the `glob` module does not return stable results. This gives a poor user experience as you see nothing then everything, compared to `go-ipfs` which prints out the hashes as they become available. The tradeoff is the order might be slightly different between invocations, though the hashes are always the same as we sort DAGNode links before serializing so it doesn't matter what order you import them in.
21+
22+
23+
124
<a name="0.37.1"></a>
225
## [0.37.1](https://github.com/ipfs/js-ipfs/compare/v0.37.0...v0.37.1) (2019-08-23)
326

0 commit comments

Comments
 (0)