Skip to content

Commit 9d2db91

Browse files
Copilothotlong
andcommitted
docs: update CHANGELOG with sveltekit adapter test fix
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/d30145f6-3528-4e58-baf1-5011e72f43c4
1 parent 518c13f commit 9d2db91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ 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+
- **SvelteKit adapter test failures** — Updated test mock to include `dispatch()` method and
19+
aligned Metadata, Data, Error handling, and toResponse test assertions with the unified
20+
catch-all dispatch pattern used by the implementation and all other adapters (e.g. Hono).
21+
Removed obsolete `handleMetadata`/`handleData` references from the mock.
1822
- **Vercel serverless 404 fix** — The previous `api/[...path].ts` path-normalisation fix is now
1923
superseded by the Hono adapter migration above. The new `api/index.ts` entrypoint combined with
2024
Vercel rewrites (`/api/*``/api`) eliminates the routing ambiguity that caused 404s.

0 commit comments

Comments
 (0)