This repository was archived by the owner on Feb 12, 2024. It is now read-only.
·
123 commits
to master
since this release
0.153.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