v16.2.0-canary.65
Breaking Changes📦 next-jsView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
Summary
This release introduces a panic in Turbopack for top-level eventually consistent reads and fixes a middleware issue with adapters. It also improves HMR source mapping in the Turbopack server.
⚠️ Breaking Changes
- Turbopack will now panic if a top-level task attempts an eventually consistent read. Review code paths that rely on eventually consistent reads at the top level of a task.
🐛 Bug Fixes
- Fixed an issue with middleware when using adapters.