Next.js Daily: Hash Salting and Turbopack Improvements
The Next.js team merged 17 pull requests on April 2nd, introducing a new NEXT_HASH_SALT environment variable for content-addressed filenames and fixing a critical Turbopack deadlock. Additional updates include adapter improvements and test stability fixes.
Duration: PT2M2S
Episode overview
This episode is a short developer briefing from Next.js Daily.
It explains recent repository work in plain language.
- Show: Next.js Daily
- Published: 2026-04-02T10:02:21Z
- Audio duration: PT2M2S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is Next.js Daily for April 2nd, 2026.
Sokra merged a significant feature adding NEXT_HASH_SALT environment variable for content-hash filename salting. This allows developers to force all filenames to rotate after CDN misconfigurations without touching source code. The implementation works for both Webpack and Turbopack, with an optional…
Sokra also fixed a critical DashMap deadlock in Turbopack's task_cache that was causing builds to hang during incremental builds with persistent caching. The issue involved read locks being held too long during cache operations.
Zack Tanner merged partial fallbacks adapter support for intermediate shells, relaxing guards to allow adapters to produce shells for partially known route parameters instead of requiring all dynamic params to be concrete.
Luke Sandberg optimized StaticSortedFile lookup by removing unnecessary loops, achieving up to 5% performance improvements in read operations. He also streamlined Turbopack's cache busting to use a single query parameter instead of multiple.
Several test stability improvements were merged. Eps1lon skipped flaky cached-navigations and prefetch-layout-sharing tests, and deflaked the…
Nearby episodes from Next.js Daily
- Weekly Recap - Infrastructure & Reliability
- Weekly Recap - SWC Enhancements and Turbopack Performance
- SWC Configuration and Performance Updates
- Streaming Performance and View Transitions
- Safari HMR Fix and Turbopack Improvements
- React Upgrade and Cache Handler Fixes
- Canary Release v16.2.1-13
- Weekly Recap - React Updates and Experimental Offline Features