v16.2.0-canary.102
📦 next-jsView on GitHub →
✨ 2 features🐛 8 fixes🔧 2 symbols
Summary
This release includes improvements to Turbopack HMR, fixes for caching inconsistencies, and enhanced error reporting for RSC and CSS parsing. Server Actions now have stricter privacy controls for submissions.
Migration Steps
- Disallow Server Action submissions from privacy-sensitive contexts.
- Allow blocking cross-site dev-only websocket connections from privacy sensitive origins.
✨ New Features
- Support accessing root params in "use cache" functions.
- Turbopack: Enable server HMR by default for app pages.
🐛 Bug Fixes
- Fix all warnings in `cargo doc --no-deps --workspace`, and run rustdoc as part of our CI checks.
- Fix startup warmup for empty-shell app route cache.
- Fix `unstable_catchError` type inference for fallback props.
- Fix inconsistent cache life/tags propagation for cache handler hits.
- Fix DataUriSource description to include "data:" prefix.
- Deflake per-page dynamic stale time test.
- Improve RSC error messages.
- Improve CSS parse error recovery and reporting.