Releases: multiformats/go-multicodec
Releases · multiformats/go-multicodec
v0.10.0
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
What's Changed
- Changes by Go Generate workflow by @github-actions in #102
Full Changelog: v0.9.1...v0.9.2
v0.9.1
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
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
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
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
What's Changed
- feat: update ./multicodec/table.csv by @lidel in #71
- this includes BREAKING CHANGES around codec names from multiformats/multicodec#283:
- legacy
ipfsalias (0x01a5) is removed (it was renamed top2plong time ago) -nssuffix removal:ipld-ns,ipfs-ns,ipns-nsandswarm-nsare now renamed toipldipfsipnsandswarm- 👉 this means
ipfscode changed from0x01a5to0xe3
- legacy
- this includes BREAKING CHANGES around codec names from multiformats/multicodec#283:
Full Changelog: v0.6.0...v0.7.0