Migrating to Next.js v16.2.0-canary.65
Version v16.2.0-canary.65 introduces 1 breaking change. This guide details how to update your code.
Released: 2/27/2026
1
Breaking Changes
0
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
TurbopackBreaking Changes
●Issue #1
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.
Release 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.
Need More Details?
View the full release notes and all changes for Next.js v16.2.0-canary.65.
View Full Changelog