Skip to content

️ deps: Bump ipfs-http-client from 54.0.2 to 55.0.0

Yogi Bot requested to merge dependabot-npm_and_yarn-ipfs-http-client-55.0.0 into main

Bumps ipfs-http-client from 54.0.2 to 55.0.0.

Release notes

Sourced from ipfs-http-client's releases.

ipfs-http-client@55.0.0

55.0.0 (2021-12-15)

Bug Fixes

chore

Features

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/go-ipfs#7939 and ipfs/go-ipfs#8183
  • On decode of CBOR blocks, undefined values will be coerced to null
  • ipfs.dag.put no longer accepts a format arg, it is now storeCodec and inputCodec. '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
Commits

Merge request reports

Loading