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-08-06
stories 81

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

POSTGRES CHANGES NOW FILTER AND SELECT COLUMNS, CLI HARDENS SERVICE LIFECYCLE

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

Supabase shipped Enhancements for Postgres Changes with AND filter composition and column selection, while the CLI consolidated lazy-stack v2 with hardened OS primitives for artifact management.

The launch post for Postgres Changes enhancements went live today [1], covering the new filtering and column selection capabilities that ship in the platform upgrade. On the CLI front, the lazy-stack v2 implementation hardened its architecture by replacing user-space coordination with explicit ownership boundaries and OS primitives, centralizing Docker and native artifact policy in a single service catalog [2]. That change ships alongside a critical SSO provider schema sync that fixes `supabase sso list` crashes caused by platform schema drift on Jul 21 [3]. The CLI also deprecated `db diff --use-pg-schema` per the M9 Go removal milestone, keeping only the sanctioned pg-schema-diff exception [8]. Self-hosting docs got a structural overhaul to lead with value proposition and CTA [4], while Edge Functions error codes documentation filled two missing entries [5]. On the extension side, pg_net patched a couple of memory leaks in the HTTP client [6]. Studio continues its tab decoupling work with a static tab kind registry that preserves all existing APIs [7].

Action items

References

  1. [1] docs(blog): add Enhancements for Postgres Changes launch post (#48711) supabase/supabase ↗
  2. [2] feat(stack): add hardened lazy service lifecycle (#6072) ↗ supabase/cli
  3. [3] fix(api): resync sso provider schemas (#6058) ↗ supabase/cli
  4. [4] docs: lead self-hosting overview with what/why/CTA, restructure secondary content (#48415) ↗ supabase/supabase
  5. [5] docs: updating Edge Functions error codes (#48767) ↗ supabase/supabase
  6. [6] fix: a couple of memory leaks (#273) ↗ supabase/pg_net
  7. [7] refactor(studio): static tab kind registry and tab id codec (PR 1/9) ↗ supabase/supabase
  8. [8] fix(cli): deprecate db diff --use-pg-schema (CLI-1960) (#6060) ↗ supabase/cli

Quick answers

What shipped in Supabase on August 6, 2026?
Supabase shipped Enhancements for Postgres Changes with AND filter composition and column selection, while the CLI consolidated lazy-stack v2 with hardened OS primitives for artifact management. In total, 34 commits, 40 pull requests, and 7 releases landed.
Who contributed to Supabase on August 6, 2026?
8 developers shipped this update, including Ana, claude[bot], Nik Richers, charislam, Julien Goux, Vaibhav, Colum Ferry, and Raminder Singh.
What were the notable Supabase updates?
docs(blog): add Enhancements for Postgres Changes launch post (#48711), feat(stack): add hardened lazy service lifecycle (#6072), and fix(api): resync sso provider schemas (#6058).