Skip to content

Release v0.5.0 (2017-01-18)

Compare
Choose a tag to compare
@richardschneider richardschneider released this 18 Jan 00:15
· 236 commits to master since this release

Bug Fixes

  • package: update Ipfs.Core version, fixes #5. (4ce3a5e)
  • ObjectAPI: use IMerkleLink (2cdd546)
  • MerkleNode:
  • Block:
    • get DataBytes was throwing stackoverflow (d877eb2)
    • implement IDataBlock (243804c)

Refactor

  • IpfsException: No real need for it, just bubble the exceptions (3ee3ac5)
  • PeerNode: Addresses are IEnumberable (0cd2bec)
  • AddDirectoryAsync: share the IpfsClient with the returned MerkleNode (e929d40)

Features

  • IpfsClient:
    • Added FileSystemNode and FileSystemLink plus ListFile (872fe87)
    • reading IPFS file content (7bf4edb)