Skip to content

response v0.3.9

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:38
bfdf7ab

Patch Changes

  • Include X-Content-Type-Options: nosniff on file responses, including partial, conditional, and error responses. Existing file media types and response bodies are preserved.

  • Compressed text/html responses now flush each chunk as it becomes available, so streamed pages can send initial HTML before deferred content resolves. compressResponse() uses Z_SYNC_FLUSH for gzip and deflate and BROTLI_OPERATION_FLUSH for Brotli unless flush is configured explicitly.

  • Bumped @remix-run/* dependencies: