withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: share single AstroCookies instance between Hono context and RenderContext - Accept optional cookies param in RenderContext.create() and CreateRenderContext type - Pass ctx.cookies from Hono APIContext through PrepareOptions to RenderContext so middleware, page components, and endpoints all write to the same instance - Simplify createPagesMiddleware cookie handling — single object, no merging - Store cookies on request via symbol for re-attachment after inner.fetch() - Fix addCookieHeader: false by setting symbol for both true and false values - Pass shared cookies through all rewrite paths (PageRenderer, context factory, createUserMiddleware) so cookies survive across rewrite boundaries - Attach and append cookies in createUserMiddleware for rewrite responses that bypass createPagesMiddleware - Preserve middleware cookies on error page responses
hono
6 hours ago
Fixes @_@ not being stripped from CSS file names
atsbob:main
8 hours ago
fix: use import type for AstroCookies in ssr-result.ts
hono
9 hours ago
fix: consolidate cookie handling into single location in createPagesMiddleware - Remove cookie handling from prepareResponse (no longer appends set-cookie) - Remove addCookieHeader from PrepareOptions (no longer needed in prepare.ts) - createPagesMiddleware is now the single place where cookies are collected from both ctx.cookies (middleware/endpoints) and response-attached AstroCookies (page components), respecting the addCookieHeader option - Remove duplicate cookie appending from createUserMiddleware
hono
9 hours ago
Add tests and update changeset for allowedHosts adapter preview fix - Add test suite for adapter preview path with allowedHosts (3 suites, 4 tests) - Update changeset to minor with user-facing description - Add test fixture with Vite-based preview entrypoint mirroring Cloudflare adapter
jamesrayammons:fix/allowedHosts-preview-16198
10 hours ago
fix: strip internal headers from all responses, handle immutable redirect headers - Strip REROUTE_DIRECTIVE_HEADER, ROUTE_TYPE_HEADER, NOOP_MIDDLEWARE_HEADER, and REWRITE_DIRECTIVE_HEADER_KEY from responses in createAstroMiddleware before they reach the client - Handle immutable Response headers (e.g. from Response.redirect()) by creating a new Response with cleaned headers when delete throws - Wrap endpoint ROUTE_TYPE_HEADER set in try-catch for immutable responses
hono
10 hours ago
fix: resolve all 35 CI test failures - Actions: catch TypeError from parseRequestBody and return 415 - i18n: set ROUTE_TYPE_HEADER on all responses so i18n middleware detects pages - i18n: add domain locale resolution in matchRouteData and context factory - i18n: add domain locale resolution in ssr-result.ts createAstroGlobal - Rewrites: preserve originPathnameSymbol across rewrite requests - Rewrites: set originPathname in prepareForRender only if not already set - Rewrites: handle next(rewritePayload) in createUserMiddleware - Rewrites: add ForbiddenRewrite check for SSR→prerendered in PageRenderer, context factory, and createUserMiddleware - Rewrites: make params and routePattern writable on APIContext for sequence() - Middleware: render error page for reroutable status from user middleware - Middleware: pass original response to renderErrorPage for framing header stripping - Middleware: attach RenderContext cookies to response in prepareForRender - Middleware: append Hono APIContext cookies in createPagesMiddleware - Middleware: catch errors in createUserMiddleware, re-throw in dev without custom 500 page for Vite error overlay - Middleware: forward addCookieHeader option via request symbol
hono
10 hours ago
chore: refactor `dlv` util to use `.reduce`
gameroman:refactor-dlv
13 hours ago
Latest Branches
CodSpeed Performance Gauge
-56%
Prototype: composable Hono middleware for Astro (astro/hono)
#16208
6 hours ago
2c1db9e
hono
CodSpeed Performance Gauge
0%
fix(build): strip @_@ pattern from CSS asset filenames to prevent inclusion in generated file names
#16264
8 hours ago
32ae99f
atsbob:main
CodSpeed Performance Gauge
+1%
fix(astro, cloudflare): pass server.allowedHosts to adapter preview entrypoints
#16235
10 hours ago
b7977ab
jamesrayammons:fix/allowedHosts-preview-16198
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs