The Wire · Showcase
POSTGRES CHANGES NOW FILTER AND SELECT COLUMNS, CLI HARDENS SERVICE LIFECYCLE
By RepoJournal · Filed · About Supabase
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].
One email a day. Unsubscribe in one click.
Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review and test the new Postgres Changes filters and column selection in your replication setup supabase/supabase [plan]
- → Update your CLI and resync SSO provider schemas if you use `supabase sso` commands supabase/cli [plan]
- → Drop `db diff --use-pg-schema` from automation; the flag is now deprecated supabase/cli [plan]
References
- [1] docs(blog): add Enhancements for Postgres Changes launch post (#48711) supabase/supabase
- [2] feat(stack): add hardened lazy service lifecycle (#6072) supabase/cli
- [3] fix(api): resync sso provider schemas (#6058) supabase/cli
- [4] docs: lead self-hosting overview with what/why/CTA, restructure secondary content (#48415) supabase/supabase
- [5] docs: updating Edge Functions error codes (#48767) supabase/supabase
- [6] fix: a couple of memory leaks (#273) supabase/pg_net
- [7] refactor(studio): static tab kind registry and tab id codec (PR 1/9) ↗ supabase/supabase
- [8] fix(cli): deprecate db diff --use-pg-schema (CLI-1960) (#6060) supabase/cli