Releases: richardschneider/net-ipfs-http-client
Releases · richardschneider/net-ipfs-http-client
Release v0.5.1 (2017-01-18)
v0.5.0 was never released because of an invalid .nuspec file.
Release v0.5.0 (2017-01-18)
Bug Fixes
- package: update Ipfs.Core version, fixes #5. (4ce3a5e)
- ObjectAPI: use IMerkleLink (2cdd546)
- MerkleNode:
- Block:
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
Release v0.4.0 (2017-01-15)
Features
- Object API:
- create a directory node (fef0aac)
- MerkleNode:
- convert to a DagLink (9492ad4)
- 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
Relese v0.3.0 (2016-12-20)
Release v0.2.0-beta (2016-12-15)
Realease v0.1.1-alpha
DoCommand variants is now public
First alpha release to NuGet
Building the infrastructure for Continuous Integration/Deployment