Changelog

Every release. Every improvement. Documented.

  1. v4.0.0

    Added

    • In-app notifications — bell icon in the dashboard header with real-time alerts, unread dot, and mark-all-read.
    • API key revoke & delete — revoke active keys or permanently delete any key from settings, with confirmation.
    • Team avatar in sidebar — team switcher shows your team logo when set, with initials fallback.

    Infrastructure

    • New endpoints: GET /api/v1/notifications, PATCH /api/v1/alerts/[id], POST /api/v1/alerts/acknowledge-all.
    • avatarUrl exposed on GET /api/v1/teams/active and GET /api/v1/teams.
    • TypeScript build fixes — api-keys page and team settings page fallback types corrected.
  2. v0.3.0

    Added

    • LLM Gateway — one endpoint for OpenAI, Anthropic, Mistral, and Gemini. One URL swap, zero code changes.
    • Budget Firewall — hard caps and soft alerts per project. No surprise invoices.
    • Context Optimizer — automatic prompt compression. Up to -40% tokens, same output quality.
    • Model Router — automatic model selection based on cost and performance per request.
    • Rate limiting — per API key, per project, and per plan.
    • API key management — create, list, and revoke keys with scoped access.
    • LLM provider key vault — store your OpenAI, Anthropic, Mistral, and Gemini keys. Encrypted at rest.
    • Model catalog — browse all active models with capabilities and pricing.
    • Usage API — token usage and cost aggregated by model and project.
    • Budget API — configure monthly token and cost limits with alert thresholds.
  3. v0.2.0

    Added

    • Billing — Free, Pro, Team, and Enterprise plans via Stripe.
    • Self-serve subscription management and cancellation.
    • Webhooks engine — push budget alerts and usage events to Slack, Teams, or any URL.
    • Audit logs — 90-day retention for Team and Enterprise plans.
    • RBAC — Admin, Manager, Dev, and Viewer roles for team workspaces.
    • Upsell prompts — contextual upgrade suggestions triggered by plan limits.
    • Transactional emails — subscription confirmation, payment failed, cancellation.
  4. v0.1.0

    Initial release

    • GateCtr platform — first public release.
    • Clerk authentication — SSO, MFA, and OAuth.
    • Multi-tenant workspace management.
    • Real-time usage dashboard.
    • 3-step onboarding — workspace, LLM provider, budget.
    • Waitlist and admin panel.