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

v0.41.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alanshaw alanshaw released this 03 Feb 21:01
· 4268 commits to master since this release

Bug Fixes

Code Refactoring

Features

Performance Improvements

  • expose importer concurrency controls when adding files (#2637) (1d19c4f)

BREAKING CHANGES

  • Where PeerIDs were previously CIDs, now they are Strings
  • ipfs.bitswap.stat().peers[n] is now a String (was a CID)
  • ipfs.dht.findPeer().id is now a String (was a CID)
  • ipfs.dht.findProvs()[n].id is now a String (was a CID)
  • ipfs.dht.provide()[n].id is now a String (was a CID)
  • ipfs.dht.put()[n].id is now a String (was a CID)
  • ipfs.dht.query()[n].id is now a String (was a CID)
  • ipfs.id().id is now a String (was a CID)
  • ipfs.id().addresses[n] are now Multiaddrs (were Strings)
  • Removes all codec/format options, everything is dag-pb now.