Next.js: Agent Upgrades Go Default Amid Turbopack and Cache Fixes
Agent-guided upgrades move toward default-on with broader Git-less and prerelease support, while Turbopack backs off a faulty bundling optimization and production caching gets reliability fixes for ISR and partial prerendering.
Duration: PT2M30S
Episode overview
This episode is a short developer briefing from Next.js.
It explains recent repository work in plain language.
- Show: Next.js
- Published: 2026-09-27T13:10:33Z
- Audio duration: PT2M30S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's September 27th, 2026, and you're listening to your Next.js developer briefing.
The lead story is a shift toward automated upgrades as the default path, paired with correctness fixes in Turbopack and production rendering that affect reliability right now.
First, agent-guided upgrades are growing up. PR 99311 renames the experimental flag to agent upgrade and turns reminders on by default under a security-only policy, while updated docs in PR 99293 make next upgrade with A I the recommended entry point. Supporting work in PRs 99217 and 99223 extends that flow to…
Second, Turbopack is choosing correctness over smaller bundles. Merged PR 99285 backs off facade splits done solely for export name mangling, after a dynamically imported local module could load with two runtime identities and break shared singletons in remote components. A follow-up, PR 99309, would keep that…
Third, production caching and Pages rendering get reliability and speed attention. PR 99289 keeps incremental cache lifetime across restarts and shared instances, fixing missing cache control headers and constant stale responses for on-demand revalidated pages. PR 99284 fixes a crash when a fully…
What'…
Nearby episodes from Next.js
- Server Action Hang Fix and Turbopack Hardening
- Router Refactor and Turbopack Memory Fixes
- Prerender Reliability and Bundler Flexibility
- Static Shell Controls and Prefetch Reliability Fixes
- Turbopack Speedups, Stricter Routing, and Agent Upgrade Consolidation
- Router Cache Rework and WASI Builds
- Weekly Recap - Agents, Routing Discipline and Turbopack Efficiency
- Closed Route Prediction, Nested Dynamic CSS, and Cache Cleanup