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-27
stories 13

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

STUDIO SELF-IMPORT BUG FIXED, REALTIME SHIPS FANOUT METRICS

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

Supabase shipped a critical fix for TanStack Studio's local dev environment while Realtime v2.120.0 lands broadcast telemetry and cluster scaling improvements.

The UI patterns module was re-exporting itself on case-insensitive filesystems [1], breaking every local build of Studio across macOS and Windows. The fix adds a CI guard to catch this class of bug before it ships again. Meanwhile, Realtime v2.120.0 [2] introduces fanout broadcast metrics to track "how often we have hits when broadcasting" [3], plus a two-phase view adoption feature for cluster growth that should smooth horizontal scaling. On the Dashboard side, a new Top Blocker overview card surfaces queries that are blocking more than 3 others [4], reducing signal noise by only showing danger state when blocks exceed 10 seconds [5]. The management API spec circular reference that was breaking the weekly docs workflow [6] is now resolved. Across all three desks, 6 commits landed with 1 production release this period.

Quick answers

What shipped in Supabase on July 27, 2026?
Supabase shipped a critical fix for TanStack Studio's local dev environment while Realtime v2.120.0 lands broadcast telemetry and cluster scaling improvements. In total, 6 commits, 6 pull requests, and 1 releases landed.
Who contributed to Supabase on July 27, 2026?
7 developers shipped this update, including alaister, joshenlim, Hieu, realtime-release-bot[bot], edgurgel, semantic-release-bot, and dependabot.
What were the notable Supabase updates?
fix(ui-patterns): fix admonition self-import + add case-sensitivity guard, v2.120.0, and feat: collect fanout broadcast metric.