Change8

astro@6.0.0-beta.14

📦 astroView on GitHub →
🐛 3 fixes

Summary

This patch release focuses on stability, fixing an issue with route cache clearing during development and resolving validation logic in X-Forwarded-Proto checks.

🐛 Bug Fixes

  • Cleared the route cache on content changes so slug pages reflect updated data during development.
  • Fixed X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields; the protocol check no longer fails due to hostname mismatch against the hardcoded test URL.
  • Fixed an issue where warnings were logged during the build when using one of the official adapters.