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

ipfs@0.46.0

Compare
Choose a tag to compare
@achingbrain achingbrain released this 05 Jun 12:33
· 735 commits to master since this release

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)