FRONTEND
Next.js v15.5.16
RESUMEN
This release contains security fixes for the following advisories: High: - GHSA-8h8q-6873-q5fj: Denial of Service with Server Components - [GHSA-267c-6grr-h53f: Middleware / Proxy bypass in App Router applications via
Descripción Detallada
This release contains security fixes for the following advisories: High: - GHSA-8h8q-6873-q5fj: Denial of Service with Server Components - GHSA-267c-6grr-h53f: Middleware / Proxy bypass in App Router applications via segment-prefetch routes - GHSA-mg66-mrh9-m8jx: Denial of Service via connection exhaustion in applications using Cache Components - GHSA-492v-c6pp-mqqv: Middleware / Proxy bypass through dynamic route parameter injection - GHSA-c4j6-fc7j-m34r: Server-side request forgery in applications using WebSocket upgrades - GHSA-36qx-fr4f-26g5: Middleware / Proxy bypass in Pages Router applications using i18n Moderate: - GHSA-ffhc-5mcf-pf4q: Cross-site scripting in App Router applications using CSP nonces - GHSA-gx5p-jg67-6x7h: Cross-site scripting in beforeInteractive scripts with untrusted input - [GHSA-h64f-5h5j-jqjh: Denial of Service in the Image Opt
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Next.js v16.2.5
This release contains security fixes for the following advisories: High: - [GHSA-8h8q-6873-q5fj: Denial of Service with Server Components](https://github.com/vercel/next.js/security/advisories/GHSA-8h8q-6873-q5fj) - [GHSA-267c-6grr-h53f: Middleware / Proxy bypass in App Router applications via
FRONTEND
Next.js v16.3.0
### Core Changes - Honor the route-level `expire` value with blocking revalidation: #93211 - Turbopack: add `experimental.turbopackWorkerAssetPrefix` to keep Workers same-origin when `assetPrefix` is a CDN: #93271 - chore: bump postcss to 8.5.10: #93288 - Enable server HMR for metadata routes (mani