Note
This release was brought to you by the Shipyard team.
What's Changed
- feat: webui 4.9 and electron 38 by @lidel in #2995
- fix: kubo v0.38.1 with Windows migrations by @lidel in #3003
Highlights
🧊 Updated Kubo
🎨 Updated WebUI
The Web UI has been updated to v4.9 with a new Diagnostics screen for troubleshooting and system monitoring.
Diagnostics: Logs | Files: Check Retrieval | Diagnostics: Retrieval Results |
---|---|---|
![]() | ![]() | ![]() |
Debug issues in real-time by adjusting log level without restart (global or per-subsystem like bitswap) | Check if content is available to other peers directly from Files screen | Find out why content won't load or who is providing it to the network |
Peers: Agent Versions |
---|
![]() |
Know what software peers run |
Files: Custom Sorting |
---|
![]() |
Find files faster with new sorting |
Additional improvements include a close button in the file viewer, better error handling, and fixed navigation highlighting.
🚨 Improved gateway error pages with diagnostic tools
Gateway error pages now provide more actionable information during content retrieval failures. When a 504 Gateway Timeout occurs, users see detailed retrieval state information including which phase failed and a sample of providers that were attempted:
- Enhanced error details: Timeout errors now display the retrieval phase where failure occurred (e.g., "connecting to providers", "fetching data") and up to 3 peer IDs that were attempted but couldn't deliver the content, making it easier to diagnose network or provider issues.
- Retry button on all error pages: Every gateway error page now includes a retry button for quick page refresh without manual URL re-entry.
Full Changelog: v0.45.0...v0.46.0