Feat v0.8.2 capability negotiation (#69)
All checks were successful
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-frontend (push) Has been skipped
CI/CD / test-runners (push) Has been skipped
CI/CD / e2e-smoke (push) Has been skipped
CI/CD / test-go-pg (push) Successful in 2m47s
CI/CD / test-sqlite (push) Successful in 2m52s
CI/CD / build-and-deploy (push) Successful in 30s
All checks were successful
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-frontend (push) Has been skipped
CI/CD / test-runners (push) Has been skipped
CI/CD / e2e-smoke (push) Has been skipped
CI/CD / test-go-pg (push) Successful in 2m47s
CI/CD / test-sqlite (push) Successful in 2m52s
CI/CD / build-and-deploy (push) Successful in 30s
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #69.
This commit is contained in:
11
ROADMAP.md
11
ROADMAP.md
@@ -410,16 +410,19 @@ New: `sandbox/workspace_module.go`. Modified: runner wiring, permission
|
||||
constants, config (`WORKSPACE_ROOT`, `WORKSPACE_QUOTA_MB`), main.go
|
||||
startup. 16 new tests.
|
||||
|
||||
**v0.8.2 — Capability Negotiation**
|
||||
**v0.8.2 — Capability Negotiation** ✅
|
||||
|
||||
Extensions declare environment requirements in manifest (`capabilities.required`,
|
||||
`capabilities.optional`). Kernel validates at install time. Runtime query
|
||||
via `settings.has_capability()`. Admin endpoint: `GET /admin/capabilities`.
|
||||
`capabilities.optional`). Kernel validates at install time — required caps
|
||||
reject with 422, optional caps log a warning. Runtime query via
|
||||
`settings.has_capability()`. Admin endpoint: `GET /admin/capabilities`.
|
||||
|
||||
Detected capabilities: `pgvector`, `workspace`, `object_storage`, `s3`,
|
||||
`postgres`.
|
||||
|
||||
New: `handlers/capabilities.go`. Modified: install handler, settings module.
|
||||
New: `handlers/capabilities.go`, `handlers/capabilities_test.go`,
|
||||
`sandbox/settings_module_test.go`. Modified: install handler, bundled
|
||||
handler, settings module, runner, main.go. 18 new tests.
|
||||
|
||||
**v0.8.3 — Vector Column Type**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user