File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515 remains lazy (cold-start only) via ` ensureApp() ` / ` ensureKernel() ` in ` _kernel.ts ` .
1616
1717### Fixed
18- - ** Vercel serverless 404 fix** — ` api/[...path].ts ` now normalises request paths and includes
19- robust error handling, preventing silent 404s when the Vercel runtime strips or alters the
20- ` /api/ ` prefix. Cold-start errors are now caught and returned as structured 500 responses
21- instead of being swallowed.
18+ - ** Vercel serverless 404 fix** — The previous ` api/[...path].ts ` path-normalisation fix is now
19+ superseded by the Hono adapter migration above. The new ` api/index.ts ` entrypoint combined with
20+ Vercel rewrites (` /api/* ` → ` /api ` ) eliminates the routing ambiguity that caused 404s.
2221- ** Kernel cold-start race condition** — ` api/_kernel.ts ` uses a shared boot promise so that
2322 concurrent cold-start requests wait for the same initialisation rather than launching
2423 duplicate boot sequences. Seed-data failures are treated as non-fatal, and the broker shim
You can’t perform that action at this time.
0 commit comments