Next.js: Cache Revolution & Security Hardening

A massive day for Next.js with 19 merged PRs focused on performance and security improvements. The headline feature is a complete overhaul of the response cache system with new LRU caching and invocation ID scoping, plus important security fixes limiting server action arguments to prevent stack overflow attacks.

Duration: PT4M10S

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-01-28T11:16:02Z
  • Audio duration: PT4M10S

Transcript excerpt

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

Hey there, developers! Welcome back to another episode of the Next.js podcast. I'm absolutely buzzing today because we've got some incredible updates to dive into. January 28th was one of those days that makes you love being part of this ecosystem - 19 merged pull requests and tons of foundational improvements that…

Let's jump right into the big story of the day: a complete revolution in how Next.js handles caching. Zack Tanner has been working on something pretty spectacular - implementing an LRU cache with invocation ID scoping specifically for minimal mode response cache. Now, I know that sounds technical, but here's why…

But that's not all on the performance front. We've also got some serious Turbopack improvements landing. The team backported support for pattern matching in the exports field, which means better module resolution and faster builds. Plus, there are some neat optimizations to CSS validation that avoid computing…

Now, let's talk security because this is really important. Hendrik Liebau merged a crucial fix that limits server action arguments to 1000. This might seem like an arbitrary number, but it's actually protecting your applications from malicious payloads…

Spea…

Nearby episodes from Next.js

  1. The Server Function Logging Dance
  2. Turbopack's Infrastructure Upgrade
  3. Rolling Forward with v16.2.0-canary.23
  4. Turbopack Takes Center Stage with Optional Support and Cache Performance Wins
  5. Turbopack Gets TypeScript PostCSS Support & Worker Threads Comeback
  6. Core Cleanup and Developer Experience Day
  7. Documentation Updates and Font Freshness
  8. Cache Revolution and Font Fixes