Skip to content

Releases: richardschneider/net-ipfs-http-client

Release v0.12.0 (2017-11-13)

13 Nov 03:20
Compare
Choose a tag to compare

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)

07 Nov 22:18
1918835
Compare
Choose a tag to compare

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)

26 Oct 01:11
Compare
Choose a tag to compare

Bug Fixes

  • xamarian: newest Ipfs.Core removes SHA3 dependency (5ecc4c0) will help with issue #9

Release v0.10.0 (2017-1-25)

25 Oct 00:01
Compare
Choose a tag to compare

Features

  • PubSub API: publish and subscribe #10

Release v0.9.1 (2017-10-21)

21 Oct 00:25
Compare
Choose a tag to compare

Support .NET Standard 1.4

Release v0.9.0 (2017-10-20)

20 Oct 02:12
Compare
Choose a tag to compare

Support .NET Standard 1.6

Release v0.8.0 (2017-10-18)

18 Oct 07:58
Compare
Choose a tag to compare

Support .NET Framework 4.5 and .NET Standard 2.0

Release v0.7.0 (2017-10-18)

18 Oct 06:56
Compare
Choose a tag to compare

Features

  • IpfsClient: efficient processing of large responses (adb2be1)

  • SwarmApi.Peers:

    • new IPFS servers return a different response (bc488a1 and 9ec537c)
    • latency of 'n/a' is returned as TimeSpan.Zero (dd6be22)

Release v0.6.1 (2017-01-24)

23 Jan 19:54
Compare
Choose a tag to compare

Bug Fixes

  • nuspec: correct Ipfs.Core dependency version (b134c90)

Releasse v0.6.0 (2017-01-18)

18 Jan 21:39
Compare
Choose a tag to compare

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