astro@7.2.7
📦 astroView on GitHub →
🐛 4 fixes🔧 2 symbols
Summary
This patch release includes several bug fixes for route handling, request processing, and the experimental SVG optimizer. It also updates Cloudflare adapter compatibility requirements.
Migration Steps
- Updates generated and default Cloudflare `compatibility_date` values to match the installed runtime.
- Requires Wrangler `^4.125.0` for Cloudflare adapter.
🐛 Bug Fixes
- Deserializes each route once when loading the SSR manifest.
- Fixes route selection for normalized request paths in adapter and development request handling.
- Fixes `rewrite()` and `next(payload)` for GET and HEAD requests with host-provided bodies.
- Fixes the experimental `svgOptimizer` not generating unique per-file ID prefixes when using SVGO's `prefixIds` plugin.