Changelog
Gateway
2026-04-29 — Wave 19 + Fortune-500 ops surface
- Receipt verifier now public (no API key required) at
/api/v1/receipts/verify. - OpenAPI spec auto-generated on every deploy and served at
https://docs.cloakapi.io/openapi.jsonand.yaml. - New documentation surface at
docs.cloakapi.io(Astro Starlight). - New API reference at
docs.cloakapi.io/api-reference/(Redoc). - Internal observability: GlitchTip 4.0.12, OpenObserve, Uptime Kuma.
- Customer transparency: status page, signed-receipt verifier in browser.
- OWUI demo (
chat.cloakapi.io) wired to the gateway via OIDC.
2026-04-15 — Wave 18
- Stripe webhook handler refactored.
- Per-org cost cap middleware.
- Spatie permissions / RBAC roll-out.
2026-03-30 — Wave 16
- RBAC permission middleware alias
rbac. - Tenant scope middleware now opts out of payload logging.
SDKs
- openai-python: any version 1.x — point
base_urlathttps://api.cloakapi.io/api/v1. - openai-node: any version 4.x — same.
- anthropic-sdk-python / anthropic-sdk-typescript: any version — point
base_urlathttps://api.cloakapi.io/api/v1.
Browser extension
- 0.4.x — partner attribution sub-tag in receipts.
- 0.3.x — local audit log sync via Syncthing.
- 0.2.x — local mode (no gateway) for evaluation.
Desktop
- 0.5.x (Tauri 2) — complete-local mode with WebGPU MLC LLM fallback.