111 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-09-01
stories 131

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI fixes schema skipping bug, default cache; ETL bumps rust-postgres

By RepoJournal · Filed · About Supabase

Supabase CLI ships a correctness fix for schema resets plus an opt-out shadow cache, while ETL hardens logical replication and DuckLake ingestion.

Supabase CLI's `db reset`, `db lint`, `db diff`, and `migration down` silently skipped a user schema when its OID collided across catalogs; constraining the `pg_depend` join to `pg_catalog.pg_namespace` now makes resets drop schemas that earlier versions skipped [1]. The shadow baseline cache (`SUPABASE_SHADOW_CACHE`) flipped from opt-in to opt-out: it's ON by default to speed up `db diff`, `db pull`, and schema declarative operations, and `SUPABASE_SHADOW_CACHE=0` or `false` disables it [2]. ETL upgraded the rust-postgres logical replication client, which "contains security patches and improvements" [3], and added deferred durability to DuckLake's SYNC phase to combine small COPY batches into fewer commits and Parquet files [4]. slim-services shipped new portable Postgres 15 portable artifacts at `15.14.1.167` [5] and realtime releases `v2.130.2` and `v2.131.0` [6]. Studio fixed a Studio advisor lint that rendered blank, and will now show the correct title, icon, and remediation for `pitr_archiving_stale` [7].

Action items

References

  1. [1] fix(cli): stop skipping colliding schemas (CLI-2272) ↗ supabase/cli
  2. [2] feat(cli): make shadow baseline cache opt-out (default ON) (#6403) ↗ supabase/cli
  3. [3] feat(core): Bump to a new version of rust-postgres ↗ supabase/etl
  4. [4] feat(ducklake): add deferred durability to ducklake in SYNC phase ↗ supabase/etl
  5. [5] postgres 15.14.1.167 ↗ supabase/slim-services
  6. [6] realtime v2.130.2 ↗ supabase/slim-services
  7. [7] fix(studio): register pitr_archiving_stale in the advisor lintInfoMap (#48044) ↗ supabase/supabase

Quick answers

What shipped in Supabase on September 1, 2026?
Supabase CLI ships a correctness fix for schema resets plus an opt-out shadow cache, while ETL hardens logical replication and DuckLake ingestion. In total, 57 commits, 57 pull requests, and 17 releases landed.
Who contributed to Supabase on September 1, 2026?
14 developers shipped this update, including supabase-evals-releaser, supabase-evals-releaser[bot], jgoux, github-actions[bot], Matt Johnston, 7ttp, Andrew Valleteau, and claude[bot], and 6 more.
What were the notable Supabase updates?
fix(cli): stop skipping colliding schemas (CLI-2272), feat(cli): make shadow baseline cache opt-out (default ON) (#6403), and feat(core): Bump to a new version of rust-postgres.