The Wire · Showcase
STUDIO UI FIXES SHIP; ETL GAINS RESTART AND RESOURCE CONTROLS
By RepoJournal · Filed · About Supabase
Supabase shipped three critical studio UI repairs and overhauled ETL's shutdown handling, resource management, and operational tooling in a single push across the platform.
The studio got hit with a trio of fixes that restore basic functionality: light mode Discord buttons are back [1], the unified logs bar chart stops replaying animations on click [2], and the getting-started overview panel rendering is corrected [3]. Meanwhile, the SQL Editor ditched the Pretty Explain feature entirely [4], removing dead code that's been gated off for weeks with zero usage or complaints. The move is clean because Query Insights and Query Performance still handle EXPLAIN queries independently. On the ETL side, three major operational changes landed. Shutdown handling now properly interrupts pending destination operations instead of hanging indefinitely [5], replication connections are tagged with per-worker identities for deterministic fault injection [6], and a new restart endpoint lets operators efficiently restart pipelines without the stop/start dance [7]. Resource configuration also got flexible: you can now set CPU and memory defaults globally and override them per destination [8]. Postgres releases 15.14.1.147 [10] and v17.6.1.147-cli [11] are out with initdb and admin-mgr bumps. Phoenix v0.4.5 shipped [12]. The partner catalog on www got reorganized to live-drive integrations [9].
Action items
- → Deploy studio UI fixes to production immediately (Discord buttons, logs chart, panel rendering) supabase/supabase [immediate]
- → Upgrade ETL to latest with new shutdown handling and resource config before next pipeline restart supabase/etl [plan]
- → Verify partner catalog redirect chain on www after deployment supabase/supabase [monitor]
References
- [1] fix(studio,www): repair Join us on Discord buttons (#47711) supabase/supabase
- [2] fix(studio): stop unified logs bar chart animation replay on click FE-3912 ↗ supabase/supabase
- [3] fix: add hasLightIcon field to ContentListings; revert getting-started-overview to GlassPanel (#47467) supabase/supabase
- [4] chore(sql-editor): remove Pretty Explain feature (#47981) supabase/supabase
- [5] feat(core): Improve handling of shutdown ↗ supabase/etl
- [6] Tag replication connections with per-worker application_name ↗ supabase/etl
- [7] feat(api): Add new restart endpoint ↗ supabase/etl
- [8] feat(configuration): add the ability to set default resources globally and per destination ↗ supabase/etl
- [9] feat(www): Partner Catalog update ↗ supabase/supabase
- [10] 15.14.1.147 ↗ supabase/postgres
- [11] v17.6.1.147-cli ↗ supabase/postgres
- [12] phoenix: v0.4.5 ↗ supabase/phoenix