Skip to content

Releases: multiformats/go-multicodec

v0.10.0

13 Oct 01:13

Choose a tag to compare

What's Changed

  • ci: uci/update-go by @web3-bot in #104
  • chore: add dependabot by @rvagg in #105
  • chore(deps): update stringer to v0.38.0 by @rvagg in #106
  • chore(ci): update workflow with latest go & create-pr dep by @rvagg in #107
  • Changes by Go Generate workflow by @github-actions[bot] in #108

Full Changelog: v0.9.2...v0.10.0

v0.9.2

24 Jun 04:42

Choose a tag to compare

What's Changed

  • Changes by Go Generate workflow by @github-actions in #102

Full Changelog: v0.9.1...v0.9.2

v0.9.1

04 Jun 16:04

Choose a tag to compare

What's Changed

  • Changes by Go Generate workflow by @github-actions in #88
  • Changes by Go Generate workflow by @github-actions in #89
  • Changes by Go Generate workflow by @github-actions in #90
  • ci: uci/delete-templates by @web3-bot in #92
  • ci: uci/copy-templates by @web3-bot in #93
  • ci: uci/copy-templates by @web3-bot in #94
  • Changes by Go Generate workflow by @github-actions in #91
  • ci: uci/update-go by @web3-bot in #95
  • ci: uci/copy-templates by @web3-bot in #96
  • ci: uci/update-go by @web3-bot in #97
  • ci: uci/update-go by @web3-bot in #98
  • ci: uci/copy-templates by @web3-bot in #99
  • Changes by Go Generate workflow by @github-actions in #100

Full Changelog: v0.9.0...v0.9.1

v0.9.0

24 Apr 09:18

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

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

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

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

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

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

Choose a tag to compare

Add new codecs