All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.12.5 (2022-06-24)
- The following workspace dependencies were updated
- dependencies
- ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4
- devDependencies
- ipfs-http-client bumped from ^57.0.2 to ^57.0.3
- dependencies
0.12.4 (2022-06-22)
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.11.0 to ^0.11.1
- ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
- ipfs-http-gateway bumped from ^0.10.2 to ^0.10.3
- devDependencies
- ipfs-http-client bumped from ^57.0.1 to ^57.0.2
- dependencies
0.12.3 (2022-06-13)
- The following workspace dependencies were updated
- dependencies
- ipfs-http-gateway bumped from ^0.10.1 to ^0.10.2
- dependencies
0.12.2 (2022-06-01)
- The following workspace dependencies were updated
- dependencies
- ipfs-http-gateway bumped from ^0.10.0 to ^0.10.1
- devDependencies
- ipfs-http-client bumped from ^57.0.0 to ^57.0.1
- dependencies
0.12.1 (2022-05-30)
0.12.0 (2022-05-27)
- This module is now ESM only and there return types of some methods have changed
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.3 to ^0.11.0
- ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
- ipfs-http-gateway bumped from ^0.9.2 to ^0.10.0
- devDependencies
- ipfs-http-client bumped from ^56.0.3 to ^57.0.0
- dependencies
0.11.3 (2022-04-20)
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.2 to ^0.10.3
- ipfs-core-utils bumped from ^0.14.2 to ^0.14.3
- ipfs-http-gateway bumped from ^0.9.2 to ^0.9.3
- devDependencies
- ipfs-http-client bumped from ^56.0.2 to ^56.0.3
- dependencies
0.11.2 (2022-03-01)
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.1 to ^0.10.2
- ipfs-core-utils bumped from ^0.14.1 to ^0.14.2
- ipfs-http-gateway bumped from ^0.9.1 to ^0.9.2
- devDependencies
- ipfs-http-client bumped from ^56.0.1 to ^56.0.2
- dependencies
0.11.1 (2022-02-06)
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.0 to ^0.10.1
- ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
- ipfs-http-gateway bumped from ^0.9.0 to ^0.9.1
- devDependencies
- ipfs-http-client bumped from ^56.0.0 to ^56.0.1
- dependencies
0.11.0 (2022-01-27)
- peerstore methods are now all async, the repo is migrated to v12
- node 15+ is required
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.9.0 to ^0.10.0
- ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
- ipfs-http-gateway bumped from ^0.8.0 to ^0.9.0
- devDependencies
- ipfs-http-client bumped from ^55.0.0 to ^56.0.0
- dependencies
0.10.0 (2021-12-15)
- dht client (#3947) (62d8ecb)
- improve collected metrics (#3978) (33f1034)
- update DAG API to match go-ipfs@0.10 changes (#3917) (38c01be)
- pubsub: We had to make breaking changes to
pubsub
commands sent over HTTP RPC to fix data corruption caused by topic names and payload bytes that included\n
. More details in ipfs/kubo#7939 and ipfs/kubo#8183 ipfs.dag.put
no longer accepts aformat
arg, it is nowstoreCodec
andinputCodec
.'json'
has become'dag-json'
,'cbor'
has become'dag-cbor'
and so on- The DHT API has been refactored to return async iterators of query events
0.9.2 (2021-11-24)
Note: Version bump only for package ipfs-http-server
0.9.1 (2021-11-19)
Note: Version bump only for package ipfs-http-server
0.9.0 (2021-11-12)
- errors will now be thrown if multiple items are passed to
ipfs.add
or single items toipfs.addAll
(n.b. you can still pass a list of a single item toipfs.addAll
)
0.8.1 (2021-09-28)
Note: Version bump only for package ipfs-http-server
0.8.0 (2021-09-24)
- There are no default exports and everything is now dual published as ESM/CJS
0.7.6 (2021-09-17)
Note: Version bump only for package ipfs-http-server
0.7.5 (2021-09-17)
Note: Version bump only for package ipfs-http-server
0.7.4 (2021-09-08)
Note: Version bump only for package ipfs-http-server
0.7.3 (2021-09-02)
- declare types in .ts files (#3840) (eba5fe6)
- remove use of instanceof for CID class (#3847) (ebbb12d)
0.7.2 (2021-08-25)
Note: Version bump only for package ipfs-http-server
0.7.1 (2021-08-17)
Note: Version bump only for package ipfs-http-server
0.7.0 (2021-08-11)
- rateIn/rateOut are returned as numbers
- the output type of
ipfs.get
has changed and therecursive
option has been removed fromipfs.ls
since it was not supported everywhere
0.6.1 (2021-07-30)
0.6.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.5.2 (2021-06-18)
Note: Version bump only for package ipfs-http-server
0.5.1 (2021-06-05)
Note: Version bump only for package ipfs-http-server
0.5.0 (2021-05-26)
0.4.0 (2021-05-10)
- only use public api in http api server (#3660) (61d0981), closes #3639
- reject requests when cors origin list is empty (#3674) (0b2d98c)
- 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.3.4 (2021-03-10)
Note: Version bump only for package ipfs-http-server
0.3.3 (2021-03-09)
0.3.2 (2021-02-08)
Note: Version bump only for package ipfs-http-server
0.3.1 (2021-02-02)
Note: Version bump only for package ipfs-http-server
0.3.0 (2021-02-01)
- ipfs-repo upgrade requires repo migration to v10
0.2.2 (2021-01-22)
Note: Version bump only for package ipfs-http-server
0.2.1 (2021-01-20)
Note: Version bump only for package ipfs-http-server
0.2.0 (2021-01-15)
0.1.4 (2020-12-16)
- fix ipfs.ls() for a single file object (#3440) (f243dd1)
- regressions introduced by new releases of CID & multicodec (#3442) (b5152d8), closes /github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26
0.1.3 (2020-11-25)
Note: Version bump only for package ipfs-http-server
0.1.2 (2020-11-16)
0.1.1 (2020-11-09)
Note: Version bump only for package ipfs-http-server
- files ls should return string (#3352) (16ecc74), closes #3345 #2939 #3330 #2948
- use fetch in electron renderer and electron-fetch in main (#3251) (639d71f)
- enable custom formats for dag put and get (#3347) (3250ff4)
- type check & generate defs from jsdoc (#3281) (bbcaf34)
- webui v2.11.4 (#3317) (7f32f7f)
- types returned by
ipfs.files.ls
are now strings, in line with the docs but different to previous behaviour
Co-authored-by: Geoffrey Cohler g.cohler@computer.org