Updates to the Database Settings page#
We're stream-lining the connection UI on the database settings page to be more concise and simpler in hopes to improve the UX around connecting to your project's database, and a push to using the connection pooler as a recommended practice. As always, feel free to drop us feedback via the feedback widget in the navigation bar up top - we promise that we look at every single one of the feedback that comes in.
PR: https://github.com/supabase/supabase/pull/20575
Link: https://supabase.com/dashboard/project/_/settings/database
Network Restrictions now support adding restrictions to IPv6 addresses#
PR: https://github.com/supabase/supabase/pull/20548
Link: https://supabase.com/dashboard/project/_/settings/database#network-restrictions
Network Restrictions addresses will be normalized when adding a new restriction#
PR: https://github.com/supabase/supabase/pull/20514
Link: https://supabase.com/dashboard/project/_/settings/database#network-restrictions
IPv4 add-on now available to allow direct connections to your database via an IPv4 address#
You may consider enabling this add-on via the dashboard if you're not planning on using our connection pooler (which still supports IPv4) and your environment does not support IPv6. More information regarding this add-on here.
PR: https://github.com/supabase/supabase/pull/20433
Link: https://supabase.com/dashboard/project/_/settings/addons
Logs Explorer support for updating and deleting queries#
PR: https://github.com/supabase/supabase/pull/20343
Link: https://supabase.com/dashboard/project/_/logs/explorer/saved
Table Editor cell dropdown for enum columns will not show NULL option if column is not nullable#
PR: https://github.com/supabase/supabase/pull/20474
Link: https://supabase.com/dashboard/project/_/editor
Removed deprecated LinkedIn Provider from Auth Providers#
The LinkedIn provider was scheduled to be deprecated in favour of the current LinkedIn OIDC provider with a notice set up since November 2023 and a couple of email notifications sent out to our users. The LinkedIn provider is now removed from our Auth Providers page. Please do reach out to us via support if you might have been affected by this!
PR: https://github.com/supabase/supabase/pull/20510
Link: https://supabase.com/dashboard/project/_/auth/providers