---
number: 23139
slug: 23139-dashboard-weekly-updates-15-04-24-22-04-24
published: 2024-04-22
discussion: https://github.com/orgs/supabase/discussions/23139
labels:
  - security
  - frontend
  - auth
  - storage
  - wrappers
page: https://supabase.com/changelog/23139-dashboard-weekly-updates-15-04-24-22-04-24
---

# Dashboard Weekly Updates [15/04/24 - 22/04/24]

Supabase [GA Week](https://supabase.com/ga-week) just wrapped up but the shipping doesn't! This just summarises what have been shipped over the last week - and more 😉 

## Auth support for anonymous sign-ins

![allow-anon-sign-ins](https://github.com/supabase/supabase/assets/19742402/545870b8-7b3d-4e68-b861-e26414756910)

Supabase Auth now supports anonymous sign-ins, which can be used to create temporary users who haven’t signed up for your application yet! This lowers the friction for new users to try out your product since they don’t have to provide any signup credentials.

Read more about this [here](https://supabase.com/blog/anonymous-sign-ins)

PR: [https://github.com/supabase/supabase/issues/21813](https://github.com/supabase/supabase/issues/21813)

Link: [https://supabase.com/dashboard/project/_/settings/auth](https://supabase.com/dashboard/project/_/settings/auth)

## Storage support for S3 protocol

![Screenshot 2024-04-22 at 16 27 25](https://github.com/supabase/supabase/assets/19742402/f2ecd4a8-d046-41ad-b354-f2c877900050)

Supabase Storage is now officially an S3-Compatible Storage Provider, and now you can use any S3 client to interact with your buckets and files: upload with TUS, serve them with REST, and manage them with the S3 protocol.

Read more about this [here](https://supabase.com/blog/s3-compatible-storage)

PR: [https://github.com/supabase/supabase/issues/22620](https://github.com/supabase/supabase/issues/22620)

Link: [http://supabase.com/dashboard/project/_/settings/storage](http://supabase.com/dashboard/project/_/settings/storage)

## 3 new advisors to your database

![Screenshot 2024-04-22 at 16 09 05](https://github.com/supabase/supabase/assets/19742402/26b95ef5-2485-4100-aa10-143a00c63224)

We've added a Security Advisor, a Performance Advisor and a bonus Index Advisor as tools that can help improve your database, more specifically:
- Security Advisor: for detecting insecure database configuration
- Performance Advisor: for suggesting database optimizations
- Index Advisor: for suggesting indexes on slow-running queries 

Read more about them [here](https://supabase.com/blog/security-performance-advisor)!

PR: [https://github.com/supabase/supabase/issues/22842](https://github.com/supabase/supabase/issues/22842)

Link: [http://supabase.com/dashboard/project/_/database/security-advisor](http://supabase.com/dashboard/project/_/database/security-advisor)

## 4 new database foreign data wrappers

![Screenshot 2024-04-22 at 15 56 43](https://github.com/supabase/supabase/assets/19742402/6de00079-928f-4a5d-b24c-615e5c8dbb7c)

We've added support for data wrappers with Auth0, Cognito, Microsoft SQL Server, and Redis! Connect to these external data sources and query them directly from your database.

PR: [https://github.com/supabase/supabase/pull/22289](https://github.com/supabase/supabase/pull/22289)

Link: [https://supabase.com/dashboard/project/_/database/wrappers](https://supabase.com/dashboard/project/_/database/wrappers)


## Updating of some projects pages to more appropriate sections

![Screenshot 2024-04-22 at 16 03 56](https://github.com/supabase/supabase/assets/19742402/b65e9949-c879-4279-988c-4b5bf0845ee6)

We've renamed and shifted a couple of pages within a project to sections which we believe are more appropriate and relevant. These include:
- Column Priveleges: Shifted from Auth section to [Database section](http://supabase.com/dashboard/project/_/database/column-privileges)
- Database Replications: Renamed to Publications within the [Database section](https://supabase.com/dashboard/project/_/database/publications)
- Query Performance Reports: Shifted from Reports section to [Database section](http://supabase.com/dashboard/project/_/database/query-performance)

We've also added more appropriate sections within the Database section in hopes to make things easier to find!

PR: [https://github.com/supabase/supabase/issues/22835](https://github.com/supabase/supabase/issues/22835)

Link: [https://supabase.com/dashboard/project/_](https://supabase.com/project/_)

## An option to submit a request to delete your account

![Screenshot 2024-04-22 at 16 09 51](https://github.com/supabase/supabase/assets/19742402/237d6639-5ce1-4145-8065-e86044a10161)

If comes the day that you'd no longer want to use Supabase anymore (hopefully not!) and want to be removed from our systems entirely, feel free to submit a request to delete your account through the account preferences page.

PR: [https://github.com/supabase/supabase/pull/22486](https://github.com/supabase/supabase/pull/22486)

Link: [https://supabase.com/dashboard/account/me](https://supabase.com/dashboard/account/me

## Other improvements and bug fixes

[General](https://supabase.com/dashboard/project/_)
- Added project connection instructions for Vite [[PR](https://github.com/supabase/supabase/pull/22606)]
