Skip to content

Commit 5cd70fb

Browse files
Copilothotlong
andcommitted
chore: update changelog entry for superseded 404 fix
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2c196fc commit 5cd70fb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)