Supabase 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
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
PR: https://github.com/supabase/supabase/issues/21813
Link: https://supabase.com/dashboard/project/_/settings/auth
Storage support for S3 protocol
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
PR: https://github.com/supabase/supabase/issues/22620
Link: http://supabase.com/dashboard/project/_/settings/storage
3 new advisors to your database
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!
PR: https://github.com/supabase/supabase/issues/22842
Link: http://supabase.com/dashboard/project/_/database/security-advisor
4 new database foreign data wrappers
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
Link: https://supabase.com/dashboard/project/_/database/wrappers
Updating of some projects pages to more appropriate sections
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
- Database Replications: Renamed to Publications within the Database section
- Query Performance Reports: Shifted from Reports section to Database section
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
Link: https://supabase.com/dashboard/project/_
An option to submit a request to delete your account
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
Link: [https://supabase.com/dashboard/account/me](https://supabase.com/dashboard/account/me
Other improvements and bug fixes
- Added project connection instructions for Vite [PR]