All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.10.0 (2021-08-11)
- the output type of
ipfs.get
has changed and therecursive
option has been removed fromipfs.ls
since it was not supported everywhere
0.9.1 (2021-07-30)
Note: Version bump only for package ipfs-core-utils
0.9.0 (2021-07-27)
- implement dag import/export (#3728) (700765b), closes #2953 #2745
- upgrade to the new multiformats (#3556) (d13d15f)
- ipld-formats no longer supported, use multiformat BlockCodecs instead
Co-authored-by: Rod Vagg rod@vagg.org Co-authored-by: achingbrain alex@achingbrain.net
0.8.3 (2021-06-18)
Note: Version bump only for package ipfs-core-utils
0.8.2 (2021-06-05)
0.8.1 (2021-05-26)
Note: Version bump only for package ipfs-core-utils
0.8.0 (2021-05-10)
- all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
0.7.2 (2021-03-09)
0.7.1 (2021-02-08)
Note: Version bump only for package ipfs-core-utils
0.7.0 (2021-02-01)
- ipfs-repo upgrade requires repo migration to v10
0.6.1 (2021-01-22)
Note: Version bump only for package ipfs-core-utils
0.6.0 (2021-01-15)
0.5.4 (2020-12-16)
- regressions introduced by new releases of CID & multicodec (#3442) (b5152d8), closes /github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26
- types for withTimeoutOptions (#3422) (af0b7f3), closes /github.com/ipfs/js-ipfs/pull/3407/files#diff-722621abc3ed4edc6ab202fdf684f1607c261394b95da6b3ec79748711056f20
0.5.3 (2020-11-25)
Note: Version bump only for package ipfs-core-utils
0.5.2 (2020-11-16)
0.5.1 (2020-11-09)
0.5.0 (2020-10-28)
0.4.0 (2020-09-03)
0.3.2 (2020-08-24)
0.3.1 (2020-08-12)
0.3.0 (2020-07-16)
- optional arguments go in the options object (#3118) (8cb8c73)
- set error code correctly (#3150) (335c13d)
0.2.4 (2020-06-24)
Note: Version bump only for package ipfs-core-utils
0.2.3 (2020-05-18)
0.2.2 (2020-05-05)
Note: Version bump only for package ipfs-core-utils
0.2.1 (2020-05-05)
0.2.0 (2020-04-16)
-
Where we used to accept all and any HTTP methods, now only POST is accepted. The API client will now only send POST requests too.
-
test: add tests to make sure we are post-only
-
chore: upgrade ipfs-utils
-
fix: return 405 instead of 404 for bad methods
-
fix: reject browsers that do not send an origin
Also fixes running interface tests over http in browsers against js-ipfs
0.1.1 (2020-04-08)
Note: Version bump only for package ipfs-core-utils
Note: Version bump only for package ipfs-core-utils
0.7.2 (2020-02-10)
- number is not a valid mtime value (#24) (bb2d841), closes /github.com/ipfs/js-ipfs-unixfs/blob/master/src/index.js#L104-L106
0.7.1 (2020-01-23)
0.7.0 (2020-01-23)
0.6.0 (2020-01-09)
0.5.0 (2019-12-06)
- convert to async iterators (#15) (251eff0)
- support unixfs metadata and formatting it (#14) (173e4bf)
- In order to support metadata on intermediate directories, globSource in this module will now emit directories and files where previously it only emitted files.
- Support for Node.js streams and Pull Streams has been removed
0.4.0 (2019-09-19)
0.3.0 (2019-09-15)
0.2.0 (2019-09-06)
0.1.0 (2019-09-04)
- add glob-source from js-ipfs to be shared (#9) (0a95ef8)
- add normalise input function (#5) (b22b8de), closes #8
0.0.4 (2019-07-18)
- add globalThis polyfill (f0c7c42)
0.0.3 (2019-05-16)
- use is-buffer (bbf5baf)