This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
ipfs@0.46.0
achingbrain
released this
05 Jun 12:33
·
735 commits
to master
since this release
0.46.0 (2020-06-05)
Bug Fixes
- Decrease wantlist sending debounce time (ipfs/js-ipfs-bitswap#224)
- Fix bitswap race conditions when requesting the same block twice (ipfs/js-ipfs-bitswap#214)
- libp2p pubsub now creates two unidirectional streams to topic peers making message delivery more reliable (ipfs/go-ipfs-pubsub#331)
ipfs.config.get([key,] [options])
-key
is optional again (#3069) (d043138)- extra mode bits passed to unixfs constructor are now ignored (ipfs/js-ipfs-unixfs#53) (65a040d)
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 askey
(#3013) (0900bb9)
Breaking Changes
Core API
ipfs.ls
no longer supports asort
option (#3013) (0900bb9)ipfs.key.gen
defaults to 2048 bit RSA keys (#3013) (0900bb9)