-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps!: update multiformats to 10.x.x and all @ipld/* modules #265
Conversation
hah, why does dag-cbor come into use here? |
At the time I think I had visions of traversing DAGs with mixed content, some CBOR nodes and some UnixFS. It can probably be removed TBH, the multiformats block stuff is a bit more versatile. |
Also updates uint8arrays BREAKING CHANGE: CIDs returned are instances from `multiformats@10.x.x` and not `multiformats@9.x.x`
9485390
to
0f1d37d
Compare
## [ipfs-unixfs-v8.0.0](ipfs-unixfs-v7.0.0...ipfs-unixfs-v8.0.0) (2022-10-19) ### ⚠ BREAKING CHANGES * CIDs returned are instances from `multiformats@10.x.x` and not `multiformats@9.x.x` ### Dependencies * update multiformats to 10.x.x and all @ipld/* modules ([#265](#265)) ([7a12568](7a12568))
🎉 This PR is included in version ipfs-unixfs-v8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [ipfs-unixfs-importer-v11.0.0](ipfs-unixfs-importer-v10.0.2...ipfs-unixfs-importer-v11.0.0) (2022-10-19) ### ⚠ BREAKING CHANGES * CIDs returned are instances from `multiformats@10.x.x` and not `multiformats@9.x.x` ### Dependencies * update multiformats to 10.x.x and all @ipld/* modules ([#265](#265)) ([7a12568](7a12568))
🎉 This PR is included in version ipfs-unixfs-importer-v11.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [ipfs-unixfs-exporter-v9.0.0](ipfs-unixfs-exporter-v8.0.6...ipfs-unixfs-exporter-v9.0.0) (2022-10-19) ### ⚠ BREAKING CHANGES * CIDs returned are instances from `multiformats@10.x.x` and not `multiformats@9.x.x` ### Dependencies * update multiformats to 10.x.x and all @ipld/* modules ([#265](#265)) ([7a12568](7a12568))
🎉 This PR is included in version ipfs-unixfs-exporter-v9.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Also updates uint8arrays and all the it-* deps.
BREAKING CHANGE: CIDs returned are instances from
multiformats@10.x.x
and notmultiformats@9.x.x