v16.2.0-canary.95
Breaking Changes📦 next-jsView on GitHub →
⚠ 1 breaking✨ 3 features🐛 1 fixes🔧 4 symbols
Summary
This release includes core updates like exposing server router helpers and hydrating instant navigation tests, alongside the removal of the LMDB backend from turbo-tasks-backend.
⚠️ Breaking Changes
- Removed LMDB backend and ReadTransaction abstractions from turbo-tasks-backend. Users relying on the LMDB backend or ReadTransaction must migrate to alternative storage or transaction handling mechanisms.
Migration Steps
- If using the LMDB backend or ReadTransaction in turbo-tasks-backend, migrate to the supported alternatives as these abstractions have been removed.
✨ New Features
- Exposed requestMeta router helpers and merged fallback context in the server.
- Instant navigation now shows owner stack for validation-blocking errors.
- Instant navigation testing now hydrates page loads.
🐛 Bug Fixes
- Reverted exclusion of partial fallback for deploy mode.