---
number: 29447
slug: 29447-dashboard-weekly-updates-16-09-24-23-09-24
published: 2024-09-23
discussion: https://github.com/orgs/supabase/discussions/29447
labels:
  - frontend
page: https://supabase.com/changelog/29447-dashboard-weekly-updates-16-09-24-23-09-24
---

# Dashboard Weekly Updates [16/09/24 - 23/09/24]

## 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](https://github.com/supabase/supabase/pull/29250)

Link: [https://supabase.com/dashboard/project/_/settings/infrastructure](https://supabase.com/dashboard/project/_/settings/infrastructure)

## Catch queries that contains an update query without a where clause in SQL Editor

![image](https://github.com/user-attachments/assets/b560b611-a545-4259-9c4d-e9d6ddd6cc97)

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](https://github.com/supabase/supabase/pull/28458)

Link: [https://supabase.com/dashboard/project/_/sql](https://supabase.com/dashboard/project/_/sql)

## Other bug fixes and improvements

[General](https://supabase.com/dashboard)
- Support querying a table via CMDK by opening the SQL editor ([PR](https://github.com/supabase/supabase/pull/28683))
- Update Supabase Assistant with GPT 4o from 3.5 ([PR](https://github.com/supabase/supabase/pull/29145))

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- Improve pagination input field, by only navigating to page on Enter ([PR](https://github.com/supabase/supabase/pull/29245))

[SQL Editor](https://supabase.com/dashboard/project/_/sql)
- Fix inability to share queries that are under favorites ([PR](https://github.com/supabase/supabase/pull/29276))
- Fix moving snippets into folders ([PR](https://github.com/supabase/supabase/pull/29326))

[Storage Explorer](https://supabase.com/dashboard/project/_/storage/buckets)
- Fix to prevent continuously retrying when a file of an invalid mime type is uploaded ([PR](https://github.com/supabase/supabase/pull/29337))

[Auth](https://supabase.com/dashboard/project/_/auth/users)
- Support searching by UID ([PR](https://github.com/supabase/supabase/pull/20362))
- Add confirmation modal when closing tab with unsaved changes on templates page ([PR](https://github.com/supabase/supabase/pull/29296))
- Support adding/removing multiple redirect URLs ([PR](https://github.com/supabase/supabase/pull/29405))

[Database](https://supabase.com/dashboard/project/_/database/indexes)
- Fix index page crashing when creating an index on a table with no columns ([PR](https://github.com/supabase/supabase/pull/29258))

[Logs Explorer](https://supabase.com/dashboard/project/_/logs/explorer)
- Layout shift and scroll fixes ([PR](https://github.com/supabase/supabase/pull/29249))
- Prevent use of WITH, ILIKE or wildcards ([PR](https://github.com/supabase/supabase/pull/29282))
