Skip to content

Releases: pendig/mizan

v0.1.0-alpha.1

17 May 10:52
f21f48f

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

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 -- --check passed locally.
  • cargo clippy --workspace --all-targets -- -D warnings passed locally.
  • cargo test --workspace passed locally.
  • MIZAN_REDIS_URL=redis://127.0.0.1:6379 scripts/limit-smoke.sh passed locally.
  • REDIS_URL=redis://127.0.0.1:6379/ scripts/alpha-smoke.sh passed locally.

Release Boundary

This is not a stable/full release. Remaining MVP work includes RTK baseline
integration and durable request/admin audit log foundations.