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-25
stories 22

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

POSTGRES 17.6.1.156 SHIPS WITH ORIOLEDB VARIANT, CLI PORTS NATIVE TYPESCRIPT START COMMAND

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

Supabase shipped five Postgres releases overnight across three build variants while the CLI ditched its Go binary proxy for native TypeScript in the local dev stack.

The Postgres team cut 17.6.1.156 [3] across standard and x86 architectures [4], plus a dedicated OrionDB variant [2], completing a coordinated platform release. The 15.x line also advanced to 15.14.1.156 [1] for backward compatibility paths. This mirrors a broader engineering effort to consolidate the Postgres delivery surface. On the CLI side, the team ported supabase start from a Go-binary proxy to native TypeScript [5], eliminating the legacy shell abstraction and talking directly to Docker/Podman via subprocess. The port follows the already-completed migrations of stop, status, db push, db reset, and db start to TypeScript. The same sprint also restored pg-delta's migrations catalog cache [6], a feature the earlier db push port had left behind, now reimplemented in native TS with `legacyTryCacheMigrationsCatalog` gated on pg-delta enablement. Beta 2.110.0-beta.39 [7] ships these CLI improvements with the supabase start port now live.

Quick answers

What shipped in Supabase on July 25, 2026?
Supabase shipped five Postgres releases overnight across three build variants while the CLI ditched its Go binary proxy for native TypeScript in the local dev stack. In total, 5 commits, 5 pull requests, and 12 releases landed.
Who contributed to Supabase on July 25, 2026?
3 developers shipped this update, including github-actions[bot], Coly010, and 7ttp.
What were the notable Supabase updates?
15.14.1.156, 17.9.0.009-orioledb, and 17.6.1.156.