Change8

@astrojs/node@10.0.5

📦 astroView on GitHub →
🐛 1 fixes

Summary

This patch release fixes an issue where static asset error responses incorrectly included immutable cache headers, ensuring correct status codes for conditional request failures.

🐛 Bug Fixes

  • Fixed static asset error responses incorrectly including immutable cache headers. Conditional request failures (e.g. If-Match mismatch) now return the correct status code without far-future cache directives.