withastro/astro astro@6.3.2

Source

  • Source kind: github-release
  • Canonical URL: https://github.com/withastro/astro/releases/tag/astro%406.3.2
  • Repository: astro
  • Framework: Astro
  • Published: 2026-05-13T17:47:18Z
  • Prerelease: False
  • Author: astrobot-houston
  • Body hash: b5591feee6c6fdfcb4a255942f5828418651c65b7d15791da7cf5bb4de5242f2
  • Semantic hash: 0c2abbf3cd0f889687ad66462b758cedee7a934a89c795660690851af78ec2e9

Release Ideas

Summary

Patch Changes - $1 $1 Thanks $1! - Fixes a regression where Astro.cache was undefined when experimental.cache was not configured. The previous documented behavior is for Astro.cache to always be defined as a no-op shim: cache.set() warns once, cache.invalidate() throws and cache.enabled can be used to gate. This allows library and user code can call cache methods without conditional checks. The cache provider registration was being gated at the call site on experimental.cache being configured, which meant the disab…

Public Handling Notes

  • EXTRACTED: This page records release metadata and a concise idea summary.
  • INFERRED: The full release body is not mirrored publicly; use the canonical GitHub URL for complete text.