Changelog

What changed

Only entries describing something that actually shipped.

Added

Accounts and approvals

Self-service registration with administrator approval before access. Signing out now ends the identity-provider session as well as the local one.

Added

Console settings and continuous integration

Account and platform settings pages, reading live configuration rather than a stored copy. CI runs the gateway suite, console lint, typecheck and build, production image builds, and validation of the deployment realm.

Added

Production deployment

Docker images, Compose stack and Caddy with automatic TLS. Only the reverse proxy publishes a port; the admin API is reachable only over the internal network.

Added

Console

Dashboard, API key management, usage, playground and administration, behind single sign-on.

Added

Gateway

OpenAI-compatible API with API keys, quotas, tier routing and usage metering. Audit and usage tables are append-only, enforced by database grants rather than by convention.