astro@7.2.7
Changed 1
- Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0
Fixed 4
- 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
From Astro
Patch Changes
-
#17415
55d38c8Thanks @iseraph-dev! - Deserializes each route once when loading the SSR manifest -
#17772
023b48bThanks @matthewp! - Fixes route selection for normalized request paths in adapter and development request handling -
#17819
633855bThanks @matthewp! - Updates generated and default Cloudflarecompatibility_datevalues to match the installed runtime and requires Wrangler^4.125.0 -
#17813
ae26d18Thanks @matthewp! - Fixesrewrite()andnext(payload)for GET and HEAD requests with host-provided bodies -
#17816
a0d2fe3Thanks @astro-factory! - Fixes the experimentalsvgOptimizernot generating unique per-file ID prefixes when using SVGO'sprefixIdsplugin