RepoJournal
Supabase

@supabase

The open-source Firebase alternative powering thousands of startups

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.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

FLY.IO SUNSET HITS DASHBOARD, CLI DROPS TIMEOUT BOTTLENECK

By RepoJournal · Filed · About Supabase

Supabase is surfacing the Fly.io May 31 suspension directly in Studio with per-project impact breakdown, while the CLI finally kills the 10-second upload timeout that was choking storage streaming.

The Studio team shipped a self-correcting Fly.io deprecation banner [1] that shows affected projects and vanishes automatically once users migrate off the platform — no manual cleanup required. Meanwhile, the CLI fixed a critical bottleneck: storage uploads were timing out under load because the service gateway inherited a 10s timeout from legacy health-check code [2]. This wasn't a design choice; it was technical debt from code extraction years ago. On the frontend, Studio is hardening against React 19 regressions [3] by fixing four patterns that break under the new version today but pass on React 18 — landing the fixes now so the eventual upgrade is seamless instead of a separate cleanup pass. The CLI also shipped the TypeScript implementation of `supabase functions dev` [4], giving developers a managed local Supabase stack with Edge Runtime, file watching, and hot reload in a single command. Separately, domain hygiene: Supabase updated security documentation to use `supabase.com` instead of the legacy `supabase.io` address [5], ensuring researchers file disclosures to the right inbox.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] feat(studio): Fly.io deprecation banner (#45778) supabase/supabase
  2. [2] fix(cli): drop full-request timeout from service gateway uploads (#5210) supabase/cli
  3. [3] fix(studio): pre-empt React 19 regressions in tests + Support form (#45784) supabase/supabase
  4. [4] feat: add `supabase functions dev` (#5186) supabase/cli
  5. [5] chore: updated the public facing docs to have the supabase.com instead of supabase.io (#45772) supabase/supabase

Quick answers

What shipped in Supabase on May 12, 2026?
Supabase is surfacing the Fly.io May 31 suspension directly in Studio with per-project impact breakdown, while the CLI finally kills the 10-second upload timeout that was choking storage streaming. In total, 42 commits, 42 pull requests, and 4 releases landed.
What were the notable Supabase updates?
feat(studio): Fly.io deprecation banner (#45778), fix(cli): drop full-request timeout from service gateway uploads (#5210), and fix(studio): pre-empt React 19 regressions in tests + Support form (#45784).

More from @supabase

Daily updates, in your inbox

Follow Supabase

Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?