Another brief summary of changes that went into the dashboard over the past 2 weeks! ๐
Couple of improvements to the Query Performance Advisor#
We've been shipping incremental improvements to the Query Performance Advisor in hopes to simplify the usability of the report despite all the information present on the page ๐๐ There's quite a few tidbits there so check out the advisor and let us know what you think! Huge shoutout to @kemaldotearth for this one! ๐
PRs:
- https://github.com/supabase/supabase/pull/38470
- https://github.com/supabase/supabase/pull/38523
- https://github.com/supabase/supabase/pull/38606
- https://github.com/supabase/supabase/pull/38657
- https://github.com/supabase/supabase/pull/38634
- https://github.com/supabase/supabase/pull/38744
- https://github.com/supabase/supabase/pull/38778
- https://github.com/supabase/supabase/pull/38783
- https://github.com/supabase/supabase/pull/38819
- https://github.com/supabase/supabase/pull/38825
- https://github.com/supabase/supabase/pull/38815
- https://github.com/supabase/supabase/pull/38867
- https://github.com/supabase/supabase/pull/38920
URL: https://supabase.com/dashboard/project/_/advisors/query-performance
Configure to save Auth Audit Logs in project's database#
We've added a new page under the Auth section "Audit Logs" which will allow you to toggle disabling writing Auth audit logs to your project's database. The Auth audit logs will still be available in the auth logs but doing so will then prevent the audit logs from taking up your project's database space, which subsequently reduces your database storage costs. Read more about this in our docs here!
PR: https://github.com/supabase/supabase/pull/37409
URL: https://supabase.com/dashboard/project/_/auth/audit-logs
Other bug fixes and improvements#
- Shift refresh button to top nav for better visibility (PR)
- CSV imports will show row number with the error to give a more actionable message (PR)
- Fix default value placeholder for fields with foreign keys (PR)
- Add support for expanding rows into a side panel for foreign tables (FDW) (PR)
- Add contextual errors for foreign tables if failed to fetch rows (FDW) (PR)
- Fix webhooks HTTP headers for edge functions not loading auth headers on first open (PR)
- Chart highlight actions can be configured per chart (PR)