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]

24 Jun 12:58
Compare
Choose a tag to compare

0.137.0 (2020-06-24)

Features

[email protected]

05 Jun 12:33
Compare
Choose a tag to compare

0.46.0 (2020-06-05)

Bug Fixes

Features

  • Using an AbortSignal to cancel a request to get a block (via ipfs.dag.get for example) will now cause those blocks to be removed from your wantlist (ipfs/js-ipfs-bitswap#214)
  • ipfs.dht.get(key, [options]) accepts a string or a buffer as key (#3013) (0900bb9)

Breaking Changes

Core API

  • ipfs.ls no longer supports a sort option (#3013) (0900bb9)
  • ipfs.key.gen defaults to 2048 bit RSA keys (#3013) (0900bb9)

CLI

  • ipfs files ls no longer supports the -U (unsorted) flag (#3013) (0900bb9)

HTTP API

  • POST /api/v0/pin/list no longer supports non-streaming responses (#3013) (0900bb9)

HTTP API Client

  • ipfs.dht.get resolves to a Buffer in line with the core api (#3013) (0900bb9)

[email protected]

05 Jun 12:33
Compare
Choose a tag to compare

44.2.0 (2020-06-05)

Features

[email protected]

05 Jun 12:33
Compare
Choose a tag to compare

0.136.0 (2020-06-05)

Features

[email protected]

29 May 13:43
Compare
Choose a tag to compare

2.0.3 (2020-05-29)

Note: Version bump only for package test-ipfs-example

[email protected]

29 May 13:43
Compare
Choose a tag to compare

0.45.0 (2020-05-29)

Features

  • upgrade bitswap to use 1.2.0 and better wantlist performance (18283dd)

[email protected]

29 May 13:43
Compare
Choose a tag to compare

44.1.1 (2020-05-29)

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

[email protected]

29 May 13:43
Compare
Choose a tag to compare

0.135.1 (2020-05-29)

Note: Version bump only for package interface-ipfs-core

[email protected]

18 May 09:36
Compare
Choose a tag to compare

2.0.2 (2020-05-18)

Bug Fixes

[email protected]

18 May 09:36
Compare
Choose a tag to compare

0.44.0 (2020-05-18)

Bug Fixes

Features