Next.js: Hash Salting, Adapter Progress, and Performance Wins

A productive day with 17 merged PRs bringing hash salting for deployment flexibility, improved adapter support with partial fallbacks, and solid performance optimizations in Turbopack. The team also tackled test stability and documentation improvements while building toward better developer experiences.

Duration: PT4M5S

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-04-02T10:02:08Z
  • Audio duration: PT4M5S

Transcript excerpt

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

Hey there, fellow developers! Welcome back to another episode of the Next.js podcast. I'm your host, and wow - what a day April 2nd has been for the Next.js ecosystem! We've got 17 merged pull requests and 18 additional commits that are really moving the needle forward. Grab your coffee, because we've got some…

Let's start with the biggest story of the day - hash salting for deployments. Tobias Koppers just landed a fantastic feature that adds `NEXT_HASH_SALT` environment variable support. Now, why is this cool? Well, imagine you've got a CDN misconfiguration that's poisoned your cache for specific file hashes. Previously,…

This new feature lets you add a salt to your content-addressed filenames - those `chunk.abc123.js` files - without touching a single line of application code. You can set it via environment variable or the new `experimental.outputHashSalt` config option. And here's the clever part - if you set both, they concatenate…

Speaking of adapters, Zack Tanner made some really smart improvements to partial fallback support. Previously, if you had a route like `/prefix/[one]/[two]` where only one dynamic parameter had `generateStaticParams`, the whole partial fallback…

The…

On…

Nearby episodes from Next.js

  1. Weekly Recap - Infrastructure Overhauls and Developer Experience
  2. Canary Release Day
  3. SWC Polyfill Power-Up and Future Performance Gains
  4. Stream Revolution and Stability Wins
  5. Safari Gets Some Love and TypeScript Gets an Upgrade
  6. React Upgrade & Developer Experience Wins
  7. The Quiet Release Dance
  8. Spring Cleaning Edition - Cache Fixes and Documentation Polish