This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Releases: ipfs/js-ipfs
Releases · ipfs/js-ipfs
[email protected]
55.0.0 (2021-12-15)
Bug Fixes
- pubsub: multibase in pubsub http rpc (#3922) (6eeaca4)
- return nested value from dag.get (#3966) (45ac973), closes #3957
chore
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 - On decode of CBOR blocks,
undefined
values will be coerced tonull
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]
[email protected]
0.5.5 (2021-12-15)
Note: Version bump only for package ipfs-grpc-protocol
[email protected]
[email protected]
[email protected]
0.13.0 (2021-12-15)
Bug Fixes
- always close writer so iterator throws on error (#3980) (d147494)
- pubsub: multibase in pubsub http rpc (#3922) (6eeaca4)
- return nested value from dag.get (#3966) (45ac973), closes #3957
- use peer store for id (#3973) (adde8c1)
chore
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 - On decode of CBOR blocks,
undefined
values will be coerced tonull
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]
[email protected]
0.9.0 (2021-12-15)
Features
- dht client (#3947) (62d8ecb)
- update DAG API to match [email protected] changes (#3917) (38c01be)
BREAKING CHANGES
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]
[email protected]
0.7.5 (2021-12-15)
Note: Version bump only for package ipfs-client