withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Emit hashchange events with view transitions
destruc7i0n:t70/hashchange-view-transitions
3 hours ago
Update view transition hash removal test
destruc7i0n:t70/hashchange-view-transitions
4 hours ago
Emit hashchange events with view transitions
destruc7i0n:t70/hashchange-view-transitions
5 hours ago
fix: type error TS2322
fkatsuhiro:fix/actions-hmr-invalidate
14 hours ago
docs: add JSDoc to config module
omsrisrieternalradhakrsna:docs/add-jsdoc-config
17 hours ago
fix: improve error message with debugging context
omsrisrieternalradhakrsna:fix/improve-error-message
17 hours ago
fix(astro): guard App.match() against malformed request URIs App.match() decodes the request pathname with decodeURI(), which throws URIError: URI malformed when the path contains an invalid percent-sequence that is not valid UTF-8 (e.g. %C0%AF, an overlong-UTF-8 encoding of '/' commonly sent by automated path-traversal and .env scanners). Because matching runs before App.render(), the error escaped the adapter's request handler as an uncaught exception (HTTP 500) that user middleware could not catch. Adapters such as @astrojs/cloudflare call app.match() directly per request, so the worker fetch handler crashed. Add a safeDecodeURI() helper that mirrors the existing guarded decode in getPathnameFromRequest() and use it at all matchRoute/matchAllRoutes call sites. Malformed paths now fall back to the raw pathname and are matched (typically 404) instead of crashing. Fixes #16916
narendraio:fix/app-match-malformed-uri
18 hours ago
--amend
fkatsuhiro:fix/client-idle-hmr-reload
21 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Emit hashchange events with view transitions
#16935
3 hours ago
a4af043
destruc7i0n:t70/hashchange-view-transitions
CodSpeed Performance Gauge
0%
Fix HMR for action files during development
#16932
14 hours ago
8f52610
fkatsuhiro:fix/actions-hmr-invalidate
CodSpeed Performance Gauge
0%
docs: add JSDoc to config module
#16928
17 hours ago
5fb4584
omsrisrieternalradhakrsna:docs/add-jsdoc-config
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs