Skip to content

Releases: richardschneider/net-ipfs-http-client

Release v0.5.1 (2017-01-18)

18 Jan 00:45
Compare
Choose a tag to compare

v0.5.0 was never released because of an invalid .nuspec file.

Release v0.5.0 (2017-01-18)

18 Jan 00:15
Compare
Choose a tag to compare

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)

Release v0.4.0 (2017-01-15)

14 Jan 22:51
Compare
Choose a tag to compare

Features

  • Object API:
    • create a directory node (fef0aac)
  • MerkleNode:
  • IpfsClient:
    • implement IPFS Object API (6c5d7df)
    • implement the IPFS Dag API (e75fcb6)
    • implement the IPFS Swarm API (c8d6bef)
    • implement IPFS Pin API (ae28616)
    • implement IPFS Generic API (aa26384)
    • implement the IPFS Config API (d5336cb)
    • implement the IPFS Block API (8e8cf18)
    • partial implementation of IPFS DHT API (e2dee53)
    • implement AddDirectoryAsync (92d55c4)

Bug Fixes

  • MerkleNode:
  • IpfsClient:
    • all async method names should end with 'Async' (a863639)
    • name changes (4e146f6)

Relese v0.3.0 (2016-12-20)

20 Dec 00:19
Compare
Choose a tag to compare

Features

  • pin:
    • allow adding and removing pinned objects (507f1f8)
    • get a list of pinned objects
      (f55b580)

Bug Fixes

  • TrustedPeer:
    • typo in collection name
      (6d4ef53)

Release v0.2.0-beta (2016-12-15)

14 Dec 23:30
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • IpfsClient:
    • remove need for System.Web (b03489b)
    • return the IPFS server error message in IpfsException (15242e9)
    • implement adding a file/stream/text to Ipfs.Api (845d25c)
    • only one HttpClient is needed (5efb9a6)

Features

  • IpfsClient:

Realease v0.1.1-alpha

06 Dec 19:54
Compare
Choose a tag to compare
Realease v0.1.1-alpha Pre-release
Pre-release

DoCommand variants is now public

First alpha release to NuGet

06 Dec 02:19
Compare
Choose a tag to compare
Pre-release

Building the infrastructure for Continuous Integration/Deployment