withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: strip .html in build, filter prerendered routes, prevent double-decode - #stripHtmlExtension now runs in all modes, not just development (fixes dynamic-route-build-file test) - #resolveRouteData filters prerendered routes in production SSR (fixes ssr-prerender and node adapter prerender 404 tests) - Remove double decodeURI in #resolveRouteData since pathname is already decoded by #computePathname (fixes double-encoded path test) - BaseApp.render() only resolves domain-based i18n routes, not the full match() which filters prerenders
advanced-routing
43 minutes ago
feat: Manual image redirect following
feat/image-redirects
1 hour ago
refactor: remove unused refreshPathname, make url param mandatory on #computePathname
advanced-routing
1 hour ago
refactor: extract #stripHtmlExtension to deduplicate dev pathname normalization
advanced-routing
1 hour ago
fix: add comments clarifying routeData.params vs this.params and SAFETY for bang operator
advanced-routing
2 hours ago
fix: resolve routeData in BaseApp.render() for domain-based i18n routing When the adapter doesn't provide routeData, resolve it via this.match(request) which handles computePathnameFromDomain. pipeline.matchRoute() in FetchState doesn't know about domain routing, so the route must be resolved at the app level.
advanced-routing
2 hours ago
refactor: clarify astroPagePartial caching logic with comment
advanced-routing
2 hours ago
refactor: move Router and manifestData from BaseApp to Pipeline FetchState now resolves routes via pipeline.matchRoute() instead of looking up the app via appSymbol on the request. This removes the BaseApp dependency from FetchState and allows the container API to benefit from the same route matching. BaseApp.match() delegates to pipeline.matchRoute() for the low-level pattern match, keeping its own asset/prerender filtering logic.
advanced-routing
3 hours ago
Latest Branches
CodSpeed Performance Gauge
-1%
Advanced Routing - Experimental
#16366
47 minutes ago
6e3207f
advanced-routing
CodSpeed Performance Gauge
+1%
feat: Support redirects on external image URLs
#16519
1 hour ago
b21110b
feat/image-redirects
CodSpeed Performance Gauge
+11%
fix(assets): pass through images Sharp cannot decode instead of crashing
#16451
3 hours ago
dabd380
maximslo:fix/animated-avif-passthrough
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs