# Supabase Beta November 2021: Launch Week Recap

[Supabase](https://yomu.fyi/company/supabase) · Ant Wilson · Dec 15, 2021

**Type:** Announcement

## Summary

Supabase celebrated its third Launch Week and one year in beta by rolling out several major infrastructure and tooling updates. The company open-sourced its Dashboard for self-hosting and integrated Logflare to provide searchable database and API logs directly in the interface. For database querying and APIs, Supabase introduced a Postgres extension that resolves each GraphQL request with a single SQL statement to minimize network IO overhead, while upgrading its default hosted database to PostgreSQL 14 and deploying PostgREST 9.0. Security capabilities were expanded by enabling Row Level Security policies across the Realtime API to restrict streams and subscriptions on a per-user basis. Additional releases during the week included faster media file delivery, an open-sourced launch methodology, and a free course combining Next.js, Stripe, and Supabase.

## Context

Supabase concluded its third Launch Week, marking 12 months since transitioning from alpha to beta.

## Approach / What changed

Supabase open-sourced its dashboard for self-hosting, incorporated Logflare for dashboard logging, added row level security to Realtime subscriptions, built a Postgres GraphQL extension, upgraded the hosted platform to PostgreSQL 14, and rolled out PostgREST 9.0.

## Takeaways

- Supabase open sourced its Dashboard for self-hosting environments and added searchable API and database logs via Logflare integration.
- A custom Postgres extension resolves each GraphQL request with a single SQL statement to achieve minimal network IO overhead.
- Row level security policies now apply to the Realtime API, allowing subscriptions and event streams to be restricted on a per-user basis.

**Tags:** [GraphQL](https://yomu.fyi/topic/graphql), [Open Source](https://yomu.fyi/topic/open-source), [Postgres](https://yomu.fyi/topic/postgres), [REST APIs](https://yomu.fyi/topic/rest-api), [Streaming](https://yomu.fyi/topic/streaming)

[Read original post](https://supabase.com/blog/beta-november-2021-launch-week-recap)
