You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipfs.files.stat would return hamt-sharded-directory when statting a HAMT Shard, it now returns directory in line with go-IPFS.
✅ Release Checklist
Stage 0 - Automated Testing
Feature freeze. If any "non-trivial" changes (see the footnotes of docs/releases.md for a definition) get added to the release, uncheck all the checkboxes and return to this stage.
Automated Testing (already tested in CI) - Ensure that all tests are passing, this includes:
Reach out to the IPFS early testers listed in docs/EARLY_TESTERS.md for testing this release (check when no more problems have been reported). If you'd like to be added to this list, please file a PR.
Reach out on IRC for additional early testers.
Stage 3 - Community Prod Testing
Update js.ipfs.io examples to use the latest js-ipfs
Invite the IPFS early testers to deploy the release to part of their production infrastructure.
Invite the wider community (link to the release issue):
Take a snapshot of everyone that has contributed to this release (including its direct dependencies in IPFS, libp2p, IPLD and multiformats) using the js-ipfs-contributors module.
Publish to npm:
# In the root of the repo, run the following commands and follow the on-screen prompts:
npm run reset && npm i
npm run release
Publish a blog post to github.com/ipfs/blog (at minimum, a c&p of this release issue with all the highlights, API changes and thank yous)
The best place to ask your questions about IPFS, how it works and what you can do with it is at discuss.ipfs.io. We are also available at the #ipfs channel on Freenode.
🗺 What's left for release
kyremoval #2801🚢 Estimated shipping date
27th March
🔦 Highlights
🏗 API Changes
ipfs.files.statwould returnhamt-sharded-directorywhen statting a HAMT Shard, it now returnsdirectoryin line with go-IPFS.✅ Release Checklist
❤️ Huge thank you to everyone that made this release possible
🙌🏽 Want to contribute?
Would you like to contribute to the IPFS project and don't know how? Well, there are a few places you can get started:
help wantedlabel in the js-ipfs repoThe best place to ask your questions about IPFS, how it works and what you can do with it is at discuss.ipfs.io. We are also available at the
#ipfschannel on Freenode.