FRONTEND
Next.js v15.5.14
RESUMEN
> [!NOTE] > This release is backporting bug fixes. It does not include all pending features/changes on canary. Core Changes - feat(next/image): add lru disk cache and images.maximumDiskCacheSize - Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON respons
Descripción Detallada
> [!NOTE] > This release is backporting bug fixes. It does not include all pending features/changes on canary. Core Changes - feat(next/image): add lru disk cache and images.maximumDiskCacheSize - Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses Credits Huge thanks to @styfle and @lllomh for helping!
Actualización de Next.js con correcciones de errores y mejoras en el manejo de imágenes.
- Se añade caché en disco LRU y se establece el tamaño máximo de caché para imágenes.
- Se restaura Content-Length y ETag para respuestas JSON en /_next/data.
A quién le importa
Todos los que usan Next.js.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Next.js v16.3.0
### 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
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