Next.js oscillated between rapid canary iterations and selective backports during this 90-day window, revealing a shift from stability consolidation toward infrastructure evolution. The major thrust across releases centered on three threads: adapters and deployment-time optimization (moving adapterPath into stable config, handling deployment IDs in asset URLs, enabling segment-specific caching strategies), experimental instant navigation and cached navigations (validation in dev, testing APIs, runtime prefetch handling), and Turbopack hardening (server HMR, persistent caching tuning, workspace-relative asset handling). A notable security update in mid-January patched HTTP request smuggling in rewrites; separately, v16.2.0 shipped with proper Pages Router export handling and partial fallbacks gating. By late January, the 16.2.0 line began with PPR fallback fixes and React upgrades, then pivoted toward segment cache decoupling and prefetch optimizations before stabilizing at v16.2.4 with Windows Arm64 fixes and filesystem watcher config corrections.
March shipped improvements to deployment adapters, dev experience with Turbopack HMR, and stability fixes. Adapters gained proper handling of dynamic metadata routes and expanded documentation, while Turbopack's server HMR for app route handlers and CSS HMR on Safari made development more reliable. The month also addressed several security concerns and shipped breaking changes for TypeScript v6 deprecations around baseUrl and moduleResolution.
The month focused on stabilizing Instant Navigation and refactoring Turbopack's runtime infrastructure. Work landed on validation for the new instant() config in dev mode, a testing API for instant navigations, and restructuring how Turbopack manages HMR and server communication—including infrastructure for server HMR and runtime file reorganization. Alongside this, the team shipped deployment ID handling across multiple asset types (fonts, CSS URLs, images), improved error handling for deeper causal chains, and continued upgrading React daily builds.