---
number: 20622
slug: 20622-dashboard-weekly-updates-15-01-24-22-01-24
published: 2024-01-22
discussion: https://github.com/orgs/supabase/discussions/20622
labels:
  - frontend
page: https://supabase.com/changelog/20622-dashboard-weekly-updates-15-01-24-22-01-24
---

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

## Updates to the Database Settings page

![image](https://github.com/supabase/supabase/assets/19742402/011d54a8-534d-4bac-aa42-0091da3fdeaa)

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](https://github.com/supabase/supabase/pull/20575)

Link: [https://supabase.com/dashboard/project/_/settings/database](https://supabase.com/dashboard/project/_/settings/database)

## Network Restrictions now support adding restrictions to IPv6 addresses

![image](https://github.com/supabase/supabase/assets/19742402/27489040-f197-4e7b-8d7f-ec06ed6acfb8)

PR: [https://github.com/supabase/supabase/pull/20548](https://github.com/supabase/supabase/pull/20548)

Link: [https://supabase.com/dashboard/project/_/settings/database#network-restrictions](https://supabase.com/dashboard/project/_/settings/database#network-restrictions)

## Network Restrictions addresses will be normalized when adding a new restriction

<img width="540" alt="image" src="https://github.com/supabase/supabase/assets/19742402/4b87ab07-fcb2-4a5c-88eb-95363cd7f019">

PR: [https://github.com/supabase/supabase/pull/20514](https://github.com/supabase/supabase/pull/20514)

Link: [https://supabase.com/dashboard/project/_/settings/database#network-restrictions](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](https://github.com/orgs/supabase/discussions/20512).

PR: [https://github.com/supabase/supabase/pull/20433](https://github.com/supabase/supabase/pull/20433)

Link: [https://supabase.com/dashboard/project/_/settings/addons](https://supabase.com/dashboard/project/_/settings/addons)

## Logs Explorer support for updating and deleting queries

![CleanShot 2024-01-11 at 14 52 11](https://github.com/supabase/supabase/assets/37541088/c78e788c-fe26-4e54-8aa0-271350e76f14)

PR: [https://github.com/supabase/supabase/pull/20343](https://github.com/supabase/supabase/pull/20343)

Link: [https://supabase.com/dashboard/project/_/logs/explorer/saved](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

<img width="564" alt="image" src="https://github.com/supabase/supabase/assets/19742402/75ca9823-f7cb-4bf1-be7c-4bc331fe5eeb">

PR: [https://github.com/supabase/supabase/pull/20474](https://github.com/supabase/supabase/pull/20474)

Link: [https://supabase.com/dashboard/project/_/editor](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](https://supabase.com/dashboard/support/new) if you might have been affected by this!

PR: [https://github.com/supabase/supabase/pull/20510](https://github.com/supabase/supabase/pull/20510)

Link: [https://supabase.com/dashboard/project/_/auth/providers](https://supabase.com/dashboard/project/_/auth/providers)
