v0.20.1

View source on GitHub

What's Changed

Features

  • Query Audit Logs: Introduced a new Query Audit page to track and review executed SQL queries across your organization, including metadata like user, timestamp, connection, and query text.
  • Organization Settings Panel: Added a dedicated organization-level settings panel with tabs for Members, Billing, and Query Audit configuration—accessible from the sidebar navigation.

Improvements

  • Saved Queries UX:
    • Renamed the “Saved Queries” sidebar section to simply “Queries” for clarity.
    • Persist the saved queries view state (e.g., expanded/collapsed folders) separately per database connection.
  • Navigation & Consistency:
    • Removed the redundant “SQL Overview” view and its corresponding sidebar entry.
    • Updated sidebar navigation labels and routing to align with the new Query Audit terminology and structure.

Fixes

  • Audit Log Integration: Fixed inconsistent audit log capture by ensuring all SQL execution paths—including AI-assisted queries, tool-based SQL runs, and direct console executions—are now reliably recorded in the audit system.

Internal

  • Codebase Refactoring: Renamed internal modules, routes, and types from auditlog/sql-audit to query-audit for semantic accuracy and consistency across frontend, backend, and database layers.
  • Localization Updates: Extended i18n support for new UI strings in English, Spanish, Japanese, and Chinese.

How is this guide?