Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Releases: ipfs/js-ipfs

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

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/kubo#7939 and ipfs/kubo#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

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.8.0 (2021-12-15)

Features

BREAKING CHANGES

  • The DHT API has been refactored to return async iterators of query events

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.5.5 (2021-12-15)

Note: Version bump only for package ipfs-grpc-protocol

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.9.0 (2021-12-15)

Features

BREAKING CHANGES

  • The DHT API has been refactored to return async iterators of query events

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.11.0 (2021-12-15)

Features

BREAKING CHANGES

  • The DHT API has been refactored to return async iterators of query events

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.13.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/kubo#7939 and ipfs/kubo#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

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.13.0 (2021-12-15)

Features

BREAKING CHANGES

  • The DHT API has been refactored to return async iterators of query events

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.9.0 (2021-12-15)

Features

BREAKING CHANGES

  • 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

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.2.0 (2021-12-15)

Features

BREAKING CHANGES

  • The DHT API has been refactored to return async iterators of query events

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.7.5 (2021-12-15)

Note: Version bump only for package ipfs-client