Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Compare
Choose a tag to compare
@achingbrain achingbrain released this 31 Mar 09:35
· 820 commits to master since this release

2.0.0 (2020-03-31)

Bug Fixes

  • browser video streaming example (#2267) (f5cf216)
  • reinstate hlsjs-ipfs-loader dep for video streaming example (#2914) (af66e94)
  • update hlsjs-ipfs-loader version (#1422) (6b14812)

Code Refactoring

Features

  • implementing the new streaming interfaces (#1086) (2c4b8b3)

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)