The Wire · Showcase
POSTGRES 17.6.1.156 SHIPS WITH ORIOLEDB VARIANT, CLI PORTS NATIVE TYPESCRIPT START COMMAND
By RepoJournal · Filed · About Supabase
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.
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
- → Test supabase start with the new TypeScript implementation in your local dev workflow supabase/cli [plan]
- → Pull the latest Postgres 17.6.1.156 images if running container-based deployments supabase/postgres [plan]
- → Monitor beta 2.110.0-beta.39 for stability before promoting to stable CLI release supabase/cli [monitor]
References
- [1] 15.14.1.156 ↗ supabase/postgres
- [2] 17.9.0.009-orioledb ↗ supabase/postgres
- [3] 17.6.1.156 ↗ supabase/postgres
- [4] 17.6.1.156-x86 ↗ supabase/postgres
- [5] feat(cli): port supabase start command to native TypeScript ↗ supabase/cli
- [6] feat(cli): port pg-delta catalog cache ↗ supabase/cli
- [7] v2.110.0-beta.39 ↗ supabase/cli