The Wire · Showcase
SUPABASE STUDIO GETS LEGAL FOUNDATION, REALTIME UNBLOCKS HEALTH CHECKS
By RepoJournal · Filed · About Supabase
The legal hub is live, reporting charts got fixed, and Realtime 2.106.0 cuts migration blocking from health checks entirely.
Studio shipped a full legal hub [1] with partner agreements and breadcrumb navigation, laying groundwork for enterprise partnerships. Meanwhile, the reporting desk caught two critical bugs: custom report tooltips were getting clipped by container overflow [2], and CPU usage charts were normalizing absolute percentages into false 100% bars when actual usage was under 1% [4]. Both are fixed. On the monetization front, Studio is running an A/B test [3] with four arms to find the best home for the "Upgrade to Pro" CTA on free plans, testing placements in the user dropdown, org projects list, and sidebar against a control. Realtime 2.106.0 [5] ships a non-blocking migration approach [6] that moves database updates off the health check path entirely, fixing timeout cascades when migrations fail on distant tenant databases. Postgres released five new tagged builds across versions 15 and 17, including an OrioleDB variant.
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
- → Deploy Realtime 2.106.0 to unblock health check performance supabase/realtime [plan]
- → Update Studio to latest for reporting chart fixes supabase/supabase [plan]
- → Monitor CTA placement experiment metrics in PostHog supabase/supabase [monitor]
References
- [1] feat(www): legal hub ↗ supabase/supabase
- [2] fix(studio): custom report tooltips overflow ↗ supabase/supabase
- [3] feat(studio): add upgrade CTA placement experiment (#45858) supabase/supabase
- [4] fix(reports): show absolute CPU usage instead of normalized stack DEBUG-135 (#46781) supabase/supabase
- [5] v2.106.0 ↗ supabase/realtime
- [6] feat: run migration on health check without blocking it - REAL-852 ↗ supabase/realtime