Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:56
0729253

0.5.1 — 2026-07-02

Upgrade notes for admins

  • Rebuild the frontend after pulling: docker compose up -d --build frontend.
    No migrations, no new env vars.

Fixed

  • Restored the admin console's Dashboard (Mission Control) and Version
    tabs, which had sidebar links but no pages after the v0.4.0 SPA split —
    Dashboard showed a placeholder welcome card and Version fell through to the
    "coming soon" fallback. Both are now ported to the SPA:
    • Dashboard — system health banner with the active agent, 24h KPIs
      (queries with sparkline, success rate, active sessions, failed queries)
      with vs-previous-24h deltas, a 14-day query-volume trend, top databases
      over 7 days, inventory chips, and recent queries/sessions feeds. Backed by
      a new GET /api/v1/admin/overview/.
    • Version — running release, latest-release/update-available status, and
      per-version release notes from changelog/. Backed by a new
      GET /api/v1/admin/version/.

Changed

  • Unified the translucent "glass" card treatment (backdrop blur + theme-aware
    border, in light and dark mode) across the admin dashboard: the health
    banner, KPI tiles, inventory chips, and the Dashboards feature's chart
    cards now match the other cards instead of using a flat opaque fill.