Skip to content

Releases: multiformats/go-multicodec

v0.9.0

24 Apr 09:18
Compare
Choose a tag to compare

What's Changed

  • Changes by Go Generate workflow by @github-actions in #79
  • Changes by Go Generate workflow by @github-actions in #80
  • Changes by Go Generate workflow by @github-actions in #81
  • Changes by Go Generate workflow by @github-actions in #82
  • Changes by Go Generate workflow by @github-actions in #83
  • Changes by Go Generate workflow by @github-actions in #86

Full Changelog: v0.8.1...v0.9.0

v0.8.1

14 Feb 10:58
Compare
Choose a tag to compare

What's Changed

  • sync: update CI config files by @web3-bot in #76
  • Changes by Go Generate workflow by @github-actions in #77

Full Changelog: v0.8.0...v0.8.1

v0.8.0

30 Jan 21:19
Compare
Choose a tag to compare

What's Changed

  • ci: create Go Generate workflow by @galargh in #72
  • fix: make go-generate workflow pull latest remote by @rvagg in #73
  • Changes by Go Generate workflow by @github-actions in #74

Multicodec changes from the table:

  • Murmur* Tag() value is changed from "multihash" to "hash" to reflect the fact that it's not a cryptographic hash function (may be breaking for some users)
  • Crc32: added
  • Crc64Ecma: added
  • Jwk_jcsPub: added
  • Multidid: added
  • QuicV1: added
  • Xxh32: added
  • Xxh3_128: added
  • Xxh3_64: added
  • Xxh64: added

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Oct 13:25
548e248
Compare
Choose a tag to compare

What's Changed

  • feat: update ./multicodec/table.csv by @lidel in #71
    • this includes BREAKING CHANGES around codec names from multiformats/multicodec#283:
      • legacy ipfs alias (0x01a5) is removed (it was renamed to p2p long time ago)
      • -ns suffix removal: ipld-ns, ipfs-ns, ipns-ns and swarm-ns are now renamed to ipld ipfs ipns and swarm
      • 👉 this means ipfs code changed from 0x01a5 to 0xe3

Full Changelog: v0.6.0...v0.7.0

v0.6.0

13 Oct 05:10
Compare
Choose a tag to compare

What's Changed

  • sync: update CI config files by @web3-bot in #69
  • update go.mod to 1.18

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Jul 12:52
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @lidel made their first contribution in #66

Full Changelog: v0.4.1...v0.5.0

v0.4.1

02 Mar 20:47
9a49a9b
Compare
Choose a tag to compare

Add new codecs

v0.4.0

22 Dec 09:56
Compare
Choose a tag to compare
  • add KnownCodes to list all known multicodec codes
  • add Code.Tag to query a code's tag string
  • update to the latest multicodec table

v0.3.0

12 Aug 15:09
52a3ac5
Compare
Choose a tag to compare

release 0.3.0

  • One can now use a multicodec.Code directly with flag.Var
  • add Code.Set
  • Export reserved range constants