What's Changed
Features
- Added Query Audit functionality to track and log SQL query execution history, including a dedicated UI page accessible per organization.
- Introduced an Organization Panel in settings, consolidating access to billing, members, and query audit configuration under a unified organizational management interface.
Improvements
- Renamed the “Saved Queries” sidebar section to simply “Queries”, improving clarity and consistency in navigation.
- Persist saved query view state per connection, so users retain their selected folder or filter across sessions for each database connection.
- Updated sidebar navigation to reflect the new Query Audit page and removed legacy entries (e.g., “SQL Overview”) no longer in use.
Fixes
- Removed the deprecated SQL overview view and its associated sidebar entry, eliminating confusion and reducing clutter in the navigation menu.
Internal
- Refactored audit-related logic and routes from generic
audit/paths to dedicatedquery-audit/endpoints and components, improving domain alignment and maintainability.