Deployment of up to 5 read replicas now supported on larger compute sizes#
Previously, each project could only deploy up to 2 read replicas, but we're now raising this limit to 5 for projects on larger compute sizes (XL and above).
PR: https://github.com/supabase/supabase/pull/29250
Link: https://supabase.com/dashboard/project/_/settings/infrastructure
Catch queries that contains an update query without a where clause in SQL Editor#
Another effort to safeguard against running queries with unintended side effects - this time, we're checking for UPDATE queries without a WHERE clause - this check kicks in prior to running the query. We've also consolidated this warning with our existing warning against destructive operations to catch both cases if they exist in the same query.
PR: https://github.com/supabase/supabase/pull/28458
Link: https://supabase.com/dashboard/project/_/sql
Other bug fixes and improvements#
- Support querying a table via CMDK by opening the SQL editor (PR)
- Update Supabase Assistant with GPT 4o from 3.5 (PR)
- Improve pagination input field, by only navigating to page on Enter (PR)
- Fix to prevent continuously retrying when a file of an invalid mime type is uploaded (PR)
- Support searching by UID (PR)
- Add confirmation modal when closing tab with unsaved changes on templates page (PR)
- Support adding/removing multiple redirect URLs (PR)
- Fix index page crashing when creating an index on a table with no columns (PR)