astro@6.0.8
📦 astroView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This patch release addresses several bugs, including issues with Astro Actions schema validation, dev server hangs with the Cloudflare adapter, and path handling in `Astro.rewrite()`.
🐛 Bug Fixes
- Fixed a bug where Astro Actions did not properly support nested object properties, resolving issues when using zod functions like `superRefine` or `discriminatedUnion`.
- Resolved a development server hang occurring on the first request when utilizing the Cloudflare adapter.
- Fixed an issue where `Astro.rewrite()` failed if the target path contained duplicate slashes (e.g., `//about`) by collapsing duplicate slashes before URL parsing.