Migrating to Next.js v16.2.0-canary.95
Version v16.2.0-canary.95 introduces 1 breaking change. This guide details how to update your code.
Released: 3/12/2026
1
Breaking Changes
1
Migration Steps
4
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
tarReactturbo_tasks::functionturbo-tasks-backendBreaking Changes
●Issue #1
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
- 1If using the LMDB backend or ReadTransaction in turbo-tasks-backend, migrate to the supported alternatives as these abstractions have been removed.
Release 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.
Need More Details?
View the full release notes and all changes for Next.js v16.2.0-canary.95.
View Full Changelog