FRONTEND
Next.js v16.1.7
RESUMEN
> [!NOTE] > This release is backporting bug fixes. It does not include all pending features/changes on canary. Core Changes - [Cache Components] Prevent streaming fetch calls from hanging in dev - Apply server actions transform to node_modules in route handlers - ens
Descripción Detallada
> [!NOTE] > This release is backporting bug fixes. It does not include all pending features/changes on canary. Core Changes - [Cache Components] Prevent streaming fetch calls from hanging in dev - Apply server actions transform to node_modules in route handlers - ensure `maxPostponedStateSize` is always respected (See: CVE-2026-27979) - feat(next/image): add lru disk cache and `images.maximumDiskCacheSize` (See: CVE-2026-27980) - Allow blocking cross-site dev-only websocket connections from privacy-sensitive origins (See: CVE-2026-27977) - Disallow Server Action submissions from privacy-sensitive contexts by default (See: CVE-2026-27978) - fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057) Credits Huge thanks to @unstubbable, @styfle, @eps1lon, and @ztanner for helping!
Next.js v16.1.7 incluye correcciones de errores y cambios que rompen compatibilidad.
- Previene que las llamadas fetch en streaming se cuelguen en desarrollo.
- Aplica transformaciones de acciones del servidor a node_modules en manejadores de rutas.
- Deshabilita envíos de Server Action desde contextos sensibles por defecto.
A quién le importa
Solo si usas Server Actions o manejadores de rutas en tu aplicación.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Next.js v16.2.12
## What's Changed * Backport/docs fixes 16.2 - July round by @icyJoseph in https://github.com/vercel/next.js/pull/96031 * [Backport] Fixes to support TypeScript 7 by @lukesandberg in https://github.com/vercel/next.js/pull/95831 **Full Changelog**: https://github.com/vercel/next.js/compare/v16
FRONTEND
Next.js v15.5.22
## What's Changed * [15.5] Reject TypeScript >= 7.0 with an actionable error by @lukesandberg in https://github.com/vercel/next.js/pull/96110 **Full Changelog**: https://github.com/vercel/next.js/compare/v15.5.21...v15.5.22
FRONTEND