Next.js Daily: Cache Optimization and Security Updates
Next.js merged 19 pull requests on January 28th, featuring significant improvements to LRU caching for minimal mode, security limits for server actions, and multiple Turbopack backports.
Duration: PT1M50S
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-01-28T11:16:40Z
- Audio duration: PT1M50S
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 January 28th, 2026.
The team merged 19 pull requests yesterday with substantial performance and security improvements.
Zack Tanner merged two major caching updates. The first implements LRU cache with invocation ID scoping for minimal mode response cache, adding over 1,700 lines of code across 11 files. A follow-up PR tweaks the LRU sentinel cache key to correctly handle TTL-mode entries.
Hendrik Liebau merged a security fix limiting server action arguments to 1,000, preventing stack overflow errors from malicious payloads. The change adds proper error handling and test coverage.
Multiple Turbopack improvements landed through backports by mischnic. These include NFT tracing fixes addressing issues 84155 and 85323, support for pattern exports fields, CSS validation performance improvements, and an upgrade to SWC version 54.
Tobias Koppers contributed Turbopack optimizations for SST files, allowing variable hash lengths and avoiding storage waste for short keys. He also improved import type handling through the condition system.
Nearby episodes from Next.js Daily
- Turbopack Enhancements and React Updates
- Server Function Logging Updates and Build Fixes
- Canary Release Bump
- Turbopack Enhancements and Cache System Updates
- React Updates and Feature Rollbacks
- Development Tools and Documentation Updates
- Cache Improvements and DevTools Updates
- Turbopack Storage Overhaul and Worker Improvements