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-05
stories 7

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI NOW GENERATES GO, SWIFT, PYTHON TYPES FROM PROJECT REFS

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

The Supabase CLI shipped a fix that finally unlocks non-TypeScript type generation for developers working with legacy project-ref workflows, ending a gap that forced Go and Swift teams into manual workarounds.

The CLI's type generator can now produce Go, Swift, and Python types directly from project references [1], a capability that was previously locked behind TypeScript's Management API endpoint. The fix resolves a temporary database connection and runs pg-meta to generate types across all languages, while TypeScript generation stays on the faster Management API path [2]. This ships in v2.109.1-beta.14 [3] and removes friction for polyglot teams managing Supabase schemas. On the documentation front, Supabase tightened its self-hosted S3 configuration guide [4] with clearer examples for MinIO and S3-compatible providers, addressing a long-standing source of misconfiguration. Separately, the team published official project deletion docs [5] that spell out the irreversibility of the action, reducing support load from users requesting restoration.

Quick answers

What shipped in Supabase on July 5, 2026?
The Supabase CLI shipped a fix that finally unlocks non-TypeScript type generation for developers working with legacy project-ref workflows, ending a gap that forced Go and Swift teams into manual workarounds. In total, 3 commits, 3 pull requests, and 1 releases landed.
Who contributed to Supabase on July 5, 2026?
3 developers shipped this update, including avallete, Antizer17, and NARUDESIGNS.
What were the notable Supabase updates?
fix(cli): generate non-TypeScript types from project refs, fix(cli): generate non-TypeScript types from project refs (#5622), and v2.109.1-beta.14.