Releases: richardschneider/net-ipfs-http-client
Releases · richardschneider/net-ipfs-http-client
Release v0.12.0 (2017-11-13)
Features
-
IpfsClient
- request compressed responses from the server (a778f25)
- override DefaulApiUri with env var (82b203b)
-
PubSub
- find peers of a specific topic (03186a2)
- log errors when processing a published message (1dc5146)
- improve cancellation of subscribe (94bcba1)
- always cancel a subscribe (d4d246a)
-
js-ipfs support #19
- allow latency of 'unknown' (f647311)
- go vs js PublishedMessage (acf375c)
- better error message for unknown IPFS command (711a920)
Bug Fixes
- cancelling a directory add (ca349a1)
Release v0.11.0 (2017-11-07)
Features
- PeerNode: determine if the information is valid (7ee7771)
- cancellation: Allow CancellationToken for all Async methods (357b0db)
Bug Fixes
- System.Net.Http removed as package reference for .NET Standard 2 (#15)
Release v0.10.1 (2017-10-26)
Bug Fixes
- xamarian: newest Ipfs.Core removes SHA3 dependency (5ecc4c0) will help with issue #9
Release v0.10.0 (2017-1-25)
Features
- PubSub API: publish and subscribe #10
Release v0.9.1 (2017-10-21)
Support .NET Standard 1.4
Release v0.9.0 (2017-10-20)
Support .NET Standard 1.6
Release v0.8.0 (2017-10-18)
Support .NET Framework 4.5 and .NET Standard 2.0
Release v0.7.0 (2017-10-18)
Release v0.6.1 (2017-01-24)
Bug Fixes
- nuspec: correct Ipfs.Core dependency version (b134c90)
Releasse v0.6.0 (2017-01-18)
Features
- FileSystemApi: implement IPFS File System Api (67e7e4b)
Breaking Changes
- IpfsClient:
- remove synchronous versions of DoCommand and Download (a44b8f8)
- file related methods (ReadXXX, AddXXX, ...) are now in
IpfsClient.FileSystem