Skip to content

Releases: richardschneider/net-ipfs-http-client

Release v0.22.0 (2018-08-04)

13 Aug 23:17
Compare
Choose a tag to compare

Bug Fixes

  • FileSystemApi: remember the IPFS client (8f0212e)
  • IpfsClient: always supply a filename when uploading (1afac5f)

Features

  • cid encoding for file/block/dag (6805e74)

Release v0.21.0 (2018-07-01)

01 Jul 02:51
Compare
Choose a tag to compare

Features

Bug Fixes

  • DagApi: default content is "dag-cbor" not "cbor" (b32dcb0)

Release v.0.20.0 (2018-05-13)

13 May 06:59
Compare
Choose a tag to compare

Bug Fixes

  • SwarmApi: parsing compound latency (09073eb)
  • PublishedMessage: content ID is not supported (3200ec7)

Features

Release v0.19.0 (2018-05-04)

04 May 08:13
Compare
Choose a tag to compare

Features

Release v0.18.0 (2018-04-08)

08 Apr 02:49
Compare
Choose a tag to compare

Features

  • GenericApi: support ShutdownAsync (523eacf)
  • BlockApi: support pinning a block (12ed151)
  • SwarmApi: ignore a null/empty address (1fe7340)
  • FileSystemApi: support wrapping a file in a directory (55732ed)
  • Support go-ipfs 0.4.14

Release v0.17.0 (2018-03-05)

04 Mar 12:02
Compare
Choose a tag to compare

Features

Breaking changes

  • KeyApi:

Release v0.16.0 (2018-01-13)

13 Jan 01:12
Compare
Choose a tag to compare

Breaking Changes

  • The IpfsClient is now IPFS Core API compatible. Most objects are now an Interface.

Release v0.15.0 (2018-01-09)

09 Jan 09:02
Compare
Choose a tag to compare

Breaking Change

  • Use Cid instead of MultiHash in most API methods (6fe0bbe)

Release v0.14.0 (2018-01-05)

05 Jan 07:20
Compare
Choose a tag to compare

Breaking Changes

  • Ipfs.Api.PeerNode => Ipfs.Peer (a8f1212)
  • PostCommandAsync is no longer needed, use DoCommandAsync (2b72361)

Bug Fixes

  • work around for go-ipfs pubsub dropping messages #24 (7435f98)

Features

  • use MultiHash instead of string for type safety (0d89c71)

  • remove a block #14 (27e504c)

Release v0.13.0 (2017-12-28)

28 Dec 08:08
Compare
Choose a tag to compare

Bug Fixes

  • POST commands to avoid cache issues (64823f4)
  • sometimes the IPFS server does not JSON encode an error (57f1939)
  • pass the directory size along (b1e588b)
  • subscribe now stops immediately when it is cancelled (6c9474d)

Features