Skip to content

Commit a9ffb71

Browse files
Copilothotlong
andcommitted
docs: update CHANGELOG.md with CI fix details
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/39b2f206-d4bb-4357-98ac-f5f9e1466455
1 parent f9d9570 commit a9ffb71

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
remains lazy (cold-start only) via `ensureApp()` / `ensureKernel()` in `_kernel.ts`.
2424

2525
### Fixed
26+
- **Service-analytics build error (TS6133)** — Removed unused `measure` variable in
27+
`native-sql-strategy.ts` that caused the DTS build to fail with `noUnusedLocals` enabled,
28+
blocking the entire CI build pipeline.
29+
- **Next.js adapter test failures** — Updated 9 metadata API test assertions to match the
30+
current `dispatch(method, path, body, queryParams, context)` call signature used by the
31+
implementation. Tests were still expecting the old `dispatch(subPath, context, method, body)`
32+
signature.
33+
- **Auth plugin test failures** — Fixed 2 tests in `auth-plugin.test.ts` that referenced the
34+
wrong `AuthManager` instance via `registerService.mock.calls`. Added `mockClear()` before
35+
local plugin init to ensure `mock.calls[0]` points to the correct AuthManager for the test's
36+
plugin instance.
2637
- **SvelteKit adapter test failures** — Updated test mock to include `dispatch()` method and
2738
aligned Metadata, Data, Error handling, and toResponse test assertions with the unified
2839
catch-all dispatch pattern used by the implementation and all other adapters (e.g. Hono).

0 commit comments

Comments
 (0)