Releases: kozou-dev/kozou
Releases · kozou-dev/kozou
Release list
Kozou v1.12.4
What's Changed
- fix(svelte-ui): top back link on table sub-pages + full-width layout by @takashi-matsuyama in #204
- feat(svelte-ui): "Connect an AI agent" (MCP) page in the Admin UI by @takashi-matsuyama in #205
- release: v1.12.4 — Admin UI "Connect an AI agent" page + navigation polish by @takashi-matsuyama in #206
Full Changelog: v1.12.3...v1.12.4
Kozou v1.12.3
What's Changed
- fix: onramp polish — scaffold env/migration consistency + actionable MCP arg errors by @takashi-matsuyama in #201
- fix(core): show the table name (not its COMMENT) as the dashboard title by @takashi-matsuyama in #202
- release: v1.12.3 — dashboard table title fix + cold-start onramp polish by @takashi-matsuyama in #203
Full Changelog: v1.12.2...v1.12.3
Kozou v1.12.2
What's Changed
- chore(deps): override transitive ts-deepmerge to >=8.0.0 (OSV-Scanner unblock) by @takashi-matsuyama in #198
- fix(api): pre-flight native-enum and empty-string values (500 -> 400) by @takashi-matsuyama in #197
- fix(api): reject an out-of-range pagination offset with a 400 by @takashi-matsuyama in #199
- release: v1.12.2 — input-validation hardening (500 -> 400) + dependency hygiene by @takashi-matsuyama in #200
Full Changelog: v1.12.1...v1.12.2
Kozou v1.12.1
What's Changed
- chore(deps): override transitive undici to ^7.28.0 (OSV-Scanner unblock) by @takashi-matsuyama in #195
- docs(scaffold): show the COMMENT conventions in the init migration template by @takashi-matsuyama in #194
- release: v1.12.1 — scaffold COMMENT worked example + dependency hygiene by @takashi-matsuyama in #196
Full Changelog: v1.12.0...v1.12.1
Kozou v1.12.0
What's Changed
- Add an entity-relationship diagram to
kozou docsby @takashi-matsuyama in #191 - Document that Kozou is migration-tool-agnostic by @takashi-matsuyama in #192
- release: v1.12.0 — entity-relationship diagram in
kozou docsby @takashi-matsuyama in #193
Full Changelog: v1.11.0...v1.12.0
Kozou v1.11.0
What's Changed
- feat: surface a row-level-security signal to AI agents and docs by @takashi-matsuyama in #189
- release: v1.11.0 — row-level-security signal in MCP and docs by @takashi-matsuyama in #190
Full Changelog: v1.10.0...v1.11.0
Kozou v1.10.0
What's Changed
- Fix: expose list search and sort state to assistive tech (#179) by @takashi-matsuyama in #182
- Cleanup: minor introspect/codegen/core/mcp fixes from review (#180) by @takashi-matsuyama in #183
- Add: surface introspection scope on MCP list_tables / list_views (#178) by @takashi-matsuyama in #184
- Add: count modes (exact|estimated|none) for the list endpoint (#177) by @takashi-matsuyama in #186
- Add: keyset (cursor) pagination for the list endpoint (#185) by @takashi-matsuyama in #187
- release: v1.10.0 — list pagination, MCP scope signals, list a11y by @takashi-matsuyama in #188
Full Changelog: v1.9.1...v1.10.0
Kozou v1.9.1
What's Changed
- Chore: override hono to >=4.12.25 (GHSA-wwfh-h76j-fc44) by @takashi-matsuyama in #176
- Fix: quote free-text search terms for the external REST adapter (#171) by @takashi-matsuyama in #174
- Fix: surface adapter errors on table form actions instead of a 500 (#170) by @takashi-matsuyama in #175
- release: v1.9.1 — form-action error surfacing + REST search quoting by @takashi-matsuyama in #181
Full Changelog: v1.9.0...v1.9.1
Kozou v1.9.0
What's Changed
- api: append the primary key as an ORDER BY tiebreaker for explicit sorts by @takashi-matsuyama in #166
- core: recognize native PostgreSQL ENUM columns by @takashi-matsuyama in #167
- cli: honour server.mcp.http.{port,host} from config in
kozou mcp --httpby @takashi-matsuyama in #168 - introspect: surface partitioned parent tables and materialized views by @takashi-matsuyama in #169
- docs: update SECURITY.md supported versions to the 1.x line by @takashi-matsuyama in #172
- release: v1.9.0 — field-report fixes by @takashi-matsuyama in #173
Full Changelog: v1.8.1...v1.9.0
Kozou v1.8.1
What's Changed
- feat(config): export configSchema for docs-coverage tooling by @takashi-matsuyama in #155
- fix(core): replace ReDoS-prone CHECK-enum regexes with a linear scan by @takashi-matsuyama in #156
- Bump transitive-CVE pnpm overrides to clear OSV-Scanner by @takashi-matsuyama in #162
- Run read requests inside a READ ONLY transaction by @takashi-matsuyama in #161
- Harden the MCP HTTP server and the bundled dev stack's network exposure by @takashi-matsuyama in #163
- Cap the request body size on the in-house REST server by @takashi-matsuyama in #164
- release: v1.8.1 — security hardening by @takashi-matsuyama in #165
Full Changelog: v1.8.0...v1.8.1