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.2.9
Empty release to ensure `next@latest` points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.
FRONTEND
Next.js v16.2.8
Release with no changes in an attempt to fix `next@latest` pointing at a prerelease version.
FRONTEND