Skip to content

Commit 321cd28

Browse files
docs: update CHANGELOG.md with CI fix details
Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/7eed517d-0606-4b0b-b9f5-3aa8e3ac5fe8 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 77ffd05 commit 321cd28

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
- **ObjectQL build failure** — Fixed TypeScript TS2345 errors in `packages/objectql/src/protocol.ts`
12+
where `SchemaRegistry.registerItem()` calls failed type checking for the `keyField` parameter.
13+
Applied `'name' as any` cast consistent with the established codebase pattern.
14+
- **ObjectQL `loadMetaFromDb`** — Fixed metadata hydration for `object` type records to use
15+
`SchemaRegistry.registerObject()` instead of `registerItem()`, resolving a mismatch where
16+
objects registered via `registerItem` could not be retrieved via `getItem('object', ...)`.
17+
- **Adapter discovery endpoints** — Fixed discovery route in Hono, SvelteKit, Nuxt, Next.js,
18+
and Fastify adapters to serve discovery info at the API prefix root (e.g., `GET /api`)
19+
instead of a `/discovery` subpath. Updated `.well-known/objectstack` redirects accordingly.
20+
- **Client feed namespace routing** — Fixed `ObjectStackClient.feed` methods to use the `data`
21+
route (`/api/v1/data/{object}/{recordId}/feed`) instead of a separate `/api/v1/feed` route,
22+
matching the actual server-side routing where feed is a sub-resource of data.
23+
1024
### Added
1125
- **`@objectstack/service-ai` — Unified AI capability service plugin** — New kernel plugin
1226
providing standardized AI service integration:

0 commit comments

Comments
 (0)