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-07-30
stories 95

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI FIXES KILL SELINUX FAILURES AND DEBUG TLS BYPASS, STUDIO GETS QUERY BLOCKING VISIBILITY

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

The Go CLI patched three production gotchas overnight: SELinux now stops blocking pg-delta, debug mode no longer silently kills TLS, and sslmode flags finally stick.

Supabase CLI landed three fixes that will spare your morning on-call shift. First, pg-delta on SELinux-enforcing systems (Fedora with rootless Podman) was hitting EACCES errors reading CA bundles [1]. Second, running with --debug silently disabled TLS on every database connection, which meant SSL-enforcing projects worked without the flag but failed with it [2]. Third, the --db-url sslmode parameter was being dropped entirely during connection setup [3]. Separately, Studio shipped a critical usability win: the activity table now surfaces root blocking queries so you can see which ones are actually causing the problem [4]. The CLI also fixed db reset error messages to match Go behavior [5] and added oxc toolchain to VS Code support [6]. Postgres released six new site variants [7][8][9][10][11], and ETL tightened Docker publishing guardrails while adding durable write duration metrics to catch latency bias between sync and deferred destinations [12][13].

Action items

References

  1. [1] fix(cli): pg-delta selinux bind mount (#5990) ↗ supabase/cli
  2. [2] fix(cli): keep TLS under --debug (#5981) ↗ supabase/cli
  3. [3] fix(cli): honor --db-url sslmode (#5980) ↗ supabase/cli
  4. [4] Joshen/fe 4000 activity table to show queries which are blockers ↗ supabase/supabase
  5. [5] fix(cli): use Go's bare invalid-version error in db reset (CLI-1979) (#5969) ↗ supabase/cli
  6. [6] chore: add oxc toolchain to root devDependencies for the VS Code extension (#5986) ↗ supabase/cli
  7. [7] 17.6.1.157-site ↗ supabase/postgres
  8. [8] 17.9.0.010-orioledb-site ↗ supabase/postgres
  9. [9] 15.14.1.157-site ↗ supabase/postgres
  10. [10] 15.14.1.157-site-x86 ↗ supabase/postgres
  11. [11] 17.9.0.010-orioledb-site-x86 ↗ supabase/postgres
  12. [12] Add durable write duration metric to apply loop ↗ supabase/etl
  13. [13] fix(ci): guard stable Docker image publishing (#945) ↗ supabase/etl

Quick answers

What shipped in Supabase on July 30, 2026?
The Go CLI patched three production gotchas overnight: SELinux now stops blocking pg-delta, debug mode no longer silently kills TLS, and sslmode flags finally stick. In total, 40 commits, 42 pull requests, and 13 releases landed.
Who contributed to Supabase on July 30, 2026?
12 developers shipped this update, including Ana, Alaister Young, joshenlim, Miranda Limonczenko, SaxonF, jmqd, Victor Farazdagi, and Vaibhav, and 4 more.
What were the notable Supabase updates?
fix(cli): pg-delta selinux bind mount (#5990), fix(cli): keep TLS under --debug (#5981), and fix(cli): honor --db-url sslmode (#5980).