Next.js Daily: Turbopack Security & Image Optimization

Next.js merged 20 pull requests on February 20th, focusing on Turbopack's Subresource Integrity support, a new LRU disk cache for image optimization, and improvements to the experimental instant navigation feature.

Duration: PT1M47S

Episode overview

This episode is a short developer briefing from Next.js Daily.

It explains recent repository work in plain language.

  • Show: Next.js Daily
  • Published: 2026-02-21T11:11:15Z
  • Audio duration: PT1M47S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. This is Next.js Daily for February 21st, 2026.

The development team merged 20 pull requests yesterday with significant infrastructure improvements. Niklas Mischkulnig merged Turbopack support for Subresource Integrity, adding security hash validation for static assets. Steven merged a new LRU disk cache system for the Image Optimization API with a configurable…

Several instant navigation improvements landed. Sebastian Silbermann merged better declaration pattern handling for instant configs and improved error message display in dev tools by omitting empty error messages. Andrew Clark merged a dev tools toggle for Instant Navigation Mode, gated behind the experimental flag.…

Josh Story merged metadata validation improvements that now check sync IO based on a page's prefetchable status rather than generic rules. The team also cleaned up parameter handling by removing workStore threading through metadata resolution functions.

Zack Tanner reverted a popstate handler change that was causing MPA navigations during hash fragment updates. The team upgraded React from build 2ba30655 to ab18f33d, incorporating upstream changes from Facebook.

Additional work included fixes for…

Nearby episodes from Next.js Daily

  1. Turbopack Updates and Infrastructure Improvements
  2. Routing Performance and Build Optimizations
  3. Instant Navigation and Turbopack Performance
  4. Segment Cache Bug Fix and Build Tool Repair
  5. React Upgrade and Performance Improvements
  6. Turbopack Tree-Shaking and Runtime Prefetch Improvements
  7. Router Stability and Turbopack Fixes
  8. Turbopack Build Improvements and Performance Infrastructure