FRONTEND
Next.js v16.3.0
RESUMEN
Core Changes - fix(next/image): ensure `images.maximumResponseBody` applies to local images too: #92920 - Refactor trace server sort to SortMode enum (execution order / value / name): #92873 - Perf: Simplify static metadata handling: #92630 - remove flag guarding `unstable_io`: #92923 Misc
Descripción Detallada
Core Changes - fix(next/image): ensure `images.maximumResponseBody` applies to local images too: #92920 - Refactor trace server sort to SortMode enum (execution order / value / name): #92873 - Perf: Simplify static metadata handling: #92630 - remove flag guarding `unstable_io`: #92923 Misc Changes - [ci] Cache passing test results so CI retries skip them: #92832 - fix accidental test duplication: #92922 - rename MagicAny: #92918 - turbopack: reduce EffectStateStorage memory by storing u128 content hashes: #92902 - turbo-trace-server: reduce allocation overhead when loading large trace files: #92896 - Turbopack: optimize SelfTimeTree performance, memory usage, and fix range query boundaries: #92931 - [ci]: fix backport sync script: #92942 Credits Huge thanks to @styfle, @mmastrac, @ztanner, @lukesandberg, @sokra, @timneutkens, and @gnoff for helping!
Next.js v16.3.0 incluye cambios importantes y rompe compatibilidad.
- Se asegura que `images.maximumResponseBody` se aplique a imágenes locales.
- Se refactoriza el orden de ejecución del servidor de trazas a un enum.
- Se simplifica el manejo de metadatos estáticos.
- Se elimina la bandera que protegía `unstable_io`.
A quién le importa
Solo si usas `next/image` o `unstable_io`.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Next.js v16.2.4
> [!NOTE] > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ### Core Changes - chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713) - Turbopack: fix filesystem watcher config not applying follow
FRONTEND
Next.js v15.5.15
Please refer the following changelogs for more information about this security release: https://vercel.com/changelog/summary-of-cve-2026-23869
FRONTEND