https://github.com/user-attachments/assets/c567ecc2-8eed-4589-b077-f578ceaeb562
You can now get help with writing edge functions using the Assistant, and also deploy the suggested edge functions right from the dashboard! This is just the first step towards providing a convenient way to manage your edge functions through the dashboard instead of using solely through the CLI, so watch this space! 👀 🙂
PR: https://github.com/supabase/supabase/pull/33293
Link: https://supabase.com/dashboard/project/_
All authentication settings are now consolidated into in one place, which is within the Auth section of the dashboard. They were previously split between project settings and the authentication product page which created confusion and potentially hid functionalities that a user might be looking for. We'll eventually also follow up with similar efforts for other product settings to improve the general information architecture of the dashboard, in hopes to help make finding your way around the dashboard better! 😄🙏
PR: https://github.com/supabase/supabase/pull/33335
Link: https://supabase.com/dashboard/project/_/auth/users
Clicking "View reference row" from the Table Editor now shows the row in a Popover rather than opening the referencing table with the relevant filters applied. This is in hopes to make the UX less intrusive and abrupt - and we'd love to hear what you think! Feel free to leave any feedback either through the dashboard or right here in the discussions 🙂
PR: https://github.com/supabase/supabase/pull/33141
Link: https://supabase.com/dashboard/project/_/editor
Views that were created in the public schema without specifying security invoker will normally have a warning in the Table Editor regarding its accessibility via the project's API. Understandably, the solution to address this might not be intuitive, especially if you're not familiar with Postgres. As such, we've added a convenient action to automatically address this warning by applying the necessary fixes.
PR: https://github.com/supabase/supabase/pull/33363
Link: https://supabase.com/dashboard/project/_/editor
Table Editor
- Changing schemas will render the table editor empty state instead of persisting the currently viewed table to prevent confusion (PR)
- Add support for
bytea data type (PR)
SQL Editor
- Each section's (Shared, Favorites, Private) opened/closed state now persists from where you left off (PR)
- Support duplicating a query (PR)
- Fix inability to scroll results section when query returns an error with a long message (PR)
- Opt to not clear search results when clicking on a query while searching (PR)
- Fix moving query to new folder (PR)
Database
- Fix database tables not showing foreign key relations when opening Edit Table panel for the first time (PR)
Reports
- Add refresh button to Custom reports, API report, Storage report and Database report (PR)
Webhooks
- Fix issue with saving values with quotes in http parameters and headers (PR)
Cron
- Support single quotes in cron job names (PR)
Advisors
- Support resetting query performance report on read replicas (PR)
Logs & Analytics
- Support navigating logs in the table with arrow keys (PR)