Skip to content

Releases: richardschneider/net-ipfs-core

Release v0.18.0 (2018-01-11)

11 Jan 06:24
5e25da3
Compare
Choose a tag to compare

Features

Define the IPFS Core API interfaces for .Net (39b18fa 0984947 88a7485)

Issues

Various issues have been raised about the Core API interfaces with the label core-api.

Release v0.17.0 (2018-01-09)

09 Jan 03:37
Compare
Choose a tag to compare

Breaking Changes

Bug Fixes

  • Cid.ToString() was not using the correct base encoding for the hash (f859674)

Features

Release v0.16.0 (2018-01-08)

07 Jan 21:01
Compare
Choose a tag to compare

Features

Bug Fixes

Release v0.15.0 (2018-01-07)

06 Jan 22:32
Compare
Choose a tag to compare

Features

  • MultiBase codec
  • Cid (Content ID). Only V0 support.

Release v0.14.0 (2018-01-04)

03 Jan 22:25
Compare
Choose a tag to compare

Breaking Change

  • use MultiHash instead of string for type safety (a571d32)

Release v0.13.0 (2018-01-03)

03 Jan 09:08
Compare
Choose a tag to compare

Features

  • MultiHash:
  • define an IPFS Peer (5c69d8b)

Release v0.12.0 (2017-11-23)

22 Nov 22:08
Compare
Choose a tag to compare

Bug Fixes

  • SHA-3 was the Keccak implementation not NIST (5196156)

Features

  • support shake-128 and shake-256 (9243d2c)
  • support sha3-224, sha3-258, sha3-384 and sha3-512 (e4e0df6)
  • support keccak-224, keccak-258, keccak-384 and keccak-512 (5196156)

Release v0.11.0 (2017-11-13)

13 Nov 02:08
Compare
Choose a tag to compare

Features

Release v0.10.0 (2017-11-11)

11 Nov 00:14
Compare
Choose a tag to compare

Features

  • NetworkProtocol: support dns, dns4, dns6 and wss (c0a66e2)

Release v0.9.0 (2017-11-11)

10 Nov 11:59
Compare
Choose a tag to compare

Features

  • NetworkProtcol: support libp2p-webrtc-direct and p2p-circuit (b7aa3e4)
  • varint: read from a stream (69983c3)

Bug Fixes

  • multihash: the Code and Digest are int not byte (01df059)