FRONTEND
Remix v0.14.0
RESUMEN
Minor Changes - Added a `trustProxy` option to `createRequestListener()` and `createRequest()` so apps behind trusted reverse proxies can construct `request.url` from `Forwarded`, `X-Forwarded-Host`, and `X-Forwarded-Proto` headers. `createRequestListener()` also uses trusted `Forwarded` and `X
Descripción Detallada
Minor Changes - Added a `trustProxy` option to `createRequestListener()` and `createRequest()` so apps behind trusted reverse proxies can construct `request.url` from `Forwarded`, `X-Forwarded-Host`, and `X-Forwarded-Proto` headers. `createRequestListener()` also uses trusted `Forwarded` and `X-Forwarded-For` values for handler client address information (see #10874). Patch Changes - Reject request body reads when clients abort uploads, and avoid writing fallback error responses after streaming response headers are already committed (see #11533 and #11534).
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Remix v0.4.13
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.1`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.1) - [`fs@0.4.6`](https://github.com/remix-run/remix/releases/tag/fs@0.4.6) - [`mime@0.4.2`](https://github.com/remix-run/remix/releases/tag/mime
FRONTEND
Remix v0.1.12
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.1`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.1)
FRONTEND