Releases: pendig/mizan
Releases · pendig/mizan
v0.1.0-alpha.1
Mizan v0.1.0-alpha.1
Backend/API-focused alpha pre-release for validating the Mizan gateway path.
Included
- SQLite-first storage with PostgreSQL-ready SQL preparation.
- Auth, seeded admin login, and virtual API keys.
- Provider connections, model routes, and
GET /v1/models. - OpenAI-compatible non-streaming and streaming
POST /v1/chat/completions. - Usage events, wallet balance, credit ledger, and admin credit grants.
- Redis-backed RPM counters and concurrency leases.
- Prometheus gateway metrics.
- Alpha smoke and Redis limit smoke scripts.
Validation
- GitHub CI is passing on
main. cargo fmt --all -- --checkpassed locally.cargo clippy --workspace --all-targets -- -D warningspassed locally.cargo test --workspacepassed locally.MIZAN_REDIS_URL=redis://127.0.0.1:6379 scripts/limit-smoke.shpassed locally.REDIS_URL=redis://127.0.0.1:6379/ scripts/alpha-smoke.shpassed locally.
Release Boundary
This is not a stable/full release. Remaining MVP work includes RTK baseline
integration and durable request/admin audit log foundations.