124 wires and counting

$ follow Supabase

Keep up with Supabase in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-06-18
stories 88

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

DASHBOARD GAINS STORED PROCEDURE MANAGEMENT, POSTGRES 17 BECOMES SELF-HOSTED DEFAULT

By RepoJournal · Filed · About Supabase · Composed from the cited sources · methodology

Supabase shipped the ability to manage stored procedures directly from the dashboard, closing a critical gap that left users stranded when security advisors flagged procedure vulnerabilities.

The stored procedure management feature [1] lands in the dashboard under Database Functions, giving users a self-service path to remediate security warnings instead of hitting dead-ends. On the infrastructure side, self-hosted Supabase now defaults to Postgres 17 [2], with fallback support for Postgres 15 through a new docker-compose configuration for deployments not yet ready to upgrade. The ETL pipeline got smarter validation [3], adding source-aware destination checks so you catch replica identity and primary key mismatches before data starts flowing, with different requirements for BigQuery, ClickHouse, Iceberg, Snowflake, and DuckDB. Realtime shipped v2.108.0 [4] updating pgdelta dependencies, and auth bumped to v2.190.0 [6] across deployments. On the UX front, a new DatePicker component [5] standardizes the date field pattern across the dashboard, eliminating manual prop wiring and fixing visual invalid states that inputs already had.

Action items

References

  1. [1] Add support for managing stored procedures under database functions (#46977) supabase/supabase ↗
  2. [2] feat(self-hosted): change the default db version to postgres 17 ↗ supabase/supabase
  3. [3] feat(api): Add replica identity and primary key validation ↗ supabase/etl
  4. [4] v2.108.0 ↗ supabase/realtime
  5. [5] introduce DatePicker ↗ supabase/supabase
  6. [6] feat(auth-deployments): bump auth version to v2.190.0 (#2219) ↗ supabase/postgres

Quick answers

What shipped in Supabase on June 18, 2026?
Supabase shipped the ability to manage stored procedures directly from the dashboard, closing a critical gap that left users stranded when security advisors flagged procedure vulnerabilities. In total, 42 commits, 41 pull requests, and 5 releases landed.
Who contributed to Supabase on June 18, 2026?
3 developers shipped this update, including aantti, iambriccardo, and djhi.
What were the notable Supabase updates?
Add support for managing stored procedures under database functions (#46977), feat(self-hosted): change the default db version to postgres 17, and feat(api): Add replica identity and primary key validation.