withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into hono
hono
2 days ago
Add server.headers support and .html extension stripping in dev - Set user-configured server.headers on every dev response (matching the old AstroServerApp.handleRequest behavior) - Strip /index.html and .html suffixes when matching routes in dev, so URLs like /page/index.html resolve to the /page route
hono
2 days ago
merge main and resolve lockfile conflict
aralroca:main
2 days ago
Persist session and add cookies in actions() Hono middleware The actions() middleware was returning a bare Response without session cookies. Now persists the session via PERSIST_SYMBOL and appends set-cookie headers from Astro.cookies after running the action handler.
hono
2 days ago
Handle streaming render errors gracefully in dev server Replace writeResponse with writeDevResponse that catches stream errors (e.g. a React component throwing mid-render) and injects the Vite error overlay script instead of destroying the socket. This prevents the client from seeing a terminated connection on render errors.
hono
2 days ago
fix: some issues
leekeh:feat/step-2
2 days ago
Fix route loading race and Vue app entrypoint collision - Import virtual:astro:routes eagerly in createAstroServerApp (at createHandler time) before file watchers can mutate the route list, then sync those routes into the DevApp on first request - Rename Vue test fixture src/app.ts to src/vue-app.ts to avoid collision with the Hono server entrypoint convention
hono
2 days ago
Fix error handling and action middleware response propagation - Capture action middleware Response and assign to c.res in astro() wrapper - Add Vite error overlay to createAstroServerApp catch handler (sends @vite/client script instead of plain text) - Re-throw render errors in dev mode so they reach the error overlay handler - Add app.onError rethrow to default dev Hono app and BaseApp.createHonoApp so Hono doesn't swallow errors during build or dev
hono
2 days ago
Latest Branches
CodSpeed Performance Gauge
-30%
Prototype: composable Hono middleware for Astro (astro/hono)
#16208
2 days ago
5c1dc6b
hono
CodSpeed Performance Gauge
0%
fix: avoid full-reload in scss modules
#14924
2 days ago
192107b
aralroca:main
CodSpeed Performance Gauge
0%
feat: create new middleware modes `"always"` and `"on-request"`
#15686
2 days ago
ee2509e
leekeh:feat/step-2
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs