v16.4.0-canary.6Pre-release
Changed 4
- turbo-tasks now executes scheduled tasks inline when they are read
- Sweep stale Turbopack output from distDir on dev startup
- Turbopack improves file existence error handling in realpath_with_links and in module resolution
- Write traces with buffered synchronous IO
Fixed 2
- Revert record fallback cache lifetime for blocking PPR routes
- Fix metadata prefetch cache key for search params
From Next.js
Misc Changes
- turbo-tasks: execute scheduled tasks inline when they are read: #96808
- Revert "Record fallback cache lifetime for blocking PPR routes (#97821)": #97835
- Sweep stale Turbopack output from distDir on dev startup: #97591
- Fix metadata prefetch cache key for search params: #97729
- Turbopack: Improve file existence error handling in realpath_with_links and in module resolution: #97717
- Write traces with buffered synchronous IO: #96874
Credits
Huge thanks to @sokra, @acdlite, @wbinnssmith, @marcoshernanz, @bgw, and @lukesandberg for helping!