Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 707 Bytes

File metadata and controls

24 lines (18 loc) · 707 Bytes

Changelog

All notable changes to KeyGate will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2026-03-22

Added

  • Initial release
  • FastAPI backend with async SQLAlchemy
  • React dashboard with Tailwind CSS
  • Vendor provisioners for OpenAI, Anthropic, Azure OpenAI, Google Vertex AI
  • JWT authentication
  • Per-developer key provisioning with budget and rate limits
  • Key revocation and rotation
  • Full audit logging
  • Docker Compose setup (production + dev)
  • Test suite with pytest-asyncio
  • CI/CD with GitHub Actions