-
Notifications
You must be signed in to change notification settings - Fork 117
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
Helia v3 Release #337
Comments
@achingbrain some potential items we may want to add for v3: |
Merged
github-project-automation
bot
moved this from 🏃♀️ In Progress
to 🎉 Done
in Helia Working Group (inactive)
Jan 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome to the tracking issue for the next major Helia release!
The main feature is the upgrade to libp2p@v1. This is a significant upgrade with lots of performance work having been done. In terms of streaming performance, js-libp2p is now the fastest libp2p implementation - https://observablehq.com/@libp2p-workspace/performance-dashboard
Unfortunately the API has changed and Helia exposes the underlying libp2p node so it has to go out as a major.
This gives us a nice opportunity to include the iterable pinning PR that's been sitting in the input queue for a little while - it lets the user control the concurrency of pinning as with other iterables and will eventually allow users to pick up on a failed pinning operation where they left off.
The text was updated successfully, but these errors were encountered: