v0.20.1
What's Changed
Features
- Query Audit Logs: Introduced a new
Query Auditpage 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 Auditterminology 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-audittoquery-auditfor 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?