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

Releases: ipfs/js-ipfs

ipfs-client ipfs-client-v0.7.6

27 Jan 23:10
b01b06b
Compare
Choose a tag to compare

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

ipfs-cli ipfs-cli-v0.12.0

27 Jan 23:10
b01b06b
Compare
Choose a tag to compare

⚠ 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

interface-ipfs-core interface-ipfs-core-v0.154.0

27 Jan 23:10
b01b06b
Compare
Choose a tag to compare

⚠ 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

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.61.0 (2021-12-15)

Bug Fixes

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
  • 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.10.5 (2021-12-15)

Note: Version bump only for package ipfs-message-port-server

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.10.5 (2021-12-15)

Note: Version bump only for package ipfs-message-port-protocol

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.10.3 (2021-12-15)

Note: Version bump only for package ipfs-message-port-client

[email protected]

15 Dec 20:23
Compare
Choose a tag to compare

0.10.0 (2021-12-15)

Bug Fixes

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
  • 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

1.0.6 (2021-12-15)

Note: Version bump only for package ipfs-http-response

[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