The Wire · Showcase
STUDIO SHIPPING SAFETY RAILS AS REALTIME HITS 2.122.0
By RepoJournal · Filed · About Supabase
Supabase Studio locked down form state protection across replication and OAuth flows while the Realtime service adds group lookup to its admin dashboard.
Studio is systematically hardening user interactions against data loss. The team shipped confirm-before-discard for replication destination forms [2], so closing the Add/Edit sheet now prompts rather than silently dumps in-progress state. That follows a similar safety pattern applied to OAuth impersonation warnings [3], which now alerts users when a requester presents a trusted partner name but redirects to an unrelated host. Studio also fixed sheets stealing focus from the page tab order [5], resolving a navigation regression that broke expected keyboard flow. Separately, action failures in API authorization and AWS Marketplace flows now display inline and persistent rather than disappearing into transient toasts [4]. On the Realtime side, v2.122.0 [6] shipped with group lookup support in the admin muster dashboard [7], expanding visibility into connection groups for operational teams. The docs desk migrated resources and getting-started guides to use shared ContentListings components [1], which restores PostHog telemetry tracking and contribution paths that hand-rolled implementations were missing.
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
- → Review replication workflows in Studio for the new discard confirmation flow supabase/supabase [plan]
- → Update OAuth integration tests to account for impersonation warnings supabase/supabase [plan]
- → Upgrade Realtime to v2.122.0 to access group lookup in admin dashboard supabase/realtime [monitor]
References
- [1] feat(docs): migrate resources and getting-started to ContentListings ↗ supabase/supabase
- [2] fix(studio): confirm before discarding dirty replication destination forms ↗ supabase/supabase
- [3] feat(studio): oauth impersonation warning on authorize ↗ supabase/supabase
- [4] show API and AWS authorization errors inline ↗ supabase/supabase
- [5] fix sheets stealing focus (#48521) supabase/supabase
- [6] v2.122.0 ↗ supabase/realtime
- [7] feat: add group lookup to admin muster dashboard ↗ supabase/realtime