This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Releases: ipfs/js-ipfs
Releases · ipfs/js-ipfs
ipfs-client ipfs-client-v0.7.6
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-grpc-client bumped from ^0.9.0 to ^0.9.1
- ipfs-http-client bumped from ^55.0.0 to ^56.0.0
- dependencies
ipfs-cli ipfs-cli-v0.12.0
⚠ BREAKING CHANGES
- peerstore methods are now all async, the repo is migrated to v12
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.13.0 to ^0.14.0
- 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-daemon bumped from ^0.11.0 to ^0.12.0
- ipfs-http-client bumped from ^55.0.0 to ^56.0.0
- dependencies
interface-ipfs-core interface-ipfs-core-v0.154.0
⚠ BREAKING CHANGES
- peerstore methods are now all async, the repo is migrated to v12
- node 15+ is required
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.9.0 to ^0.10.0
- dependencies
[email protected]
0.61.0 (2021-12-15)
Bug Fixes
Features
- dht client (#3947) (62d8ecb)
- update DAG API to match [email protected] changes (#3917) (38c01be)
BREAKING CHANGES
- 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
[email protected]
0.10.5 (2021-12-15)
Note: Version bump only for package ipfs-message-port-server
[email protected]
0.10.5 (2021-12-15)
Note: Version bump only for package ipfs-message-port-protocol
[email protected]
0.10.3 (2021-12-15)
Note: Version bump only for package ipfs-message-port-client
[email protected]
0.10.0 (2021-12-15)
Bug Fixes
Features
- dht client (#3947) (62d8ecb)
- improve collected metrics (#3978) (33f1034)
- update DAG API to match [email protected] changes (#3917) (38c01be)
BREAKING CHANGES
- 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
[email protected]
1.0.6 (2021-12-15)
Note: Version bump only for package ipfs-http-response