Releases: multiformats/go-multicodec
Releases · multiformats/go-multicodec
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
ipfs
alias (0x01a5
) is removed (it was renamed top2p
long time ago) -ns
suffix removal:ipld-ns
,ipfs-ns
,ipns-ns
andswarm-ns
are now renamed toipld
ipfs
ipns
andswarm
- 👉 this means
ipfs
code changed from0x01a5
to0xe3
- legacy
- this includes BREAKING CHANGES around codec names from multiformats/multicodec#283:
Full Changelog: v0.6.0...v0.7.0