$ the-wire · showcase
Studio blocks HA project actions, docs warn on pgcrypto cipher change
By RepoJournal · Filed · About Supabase
Studio now stops pause, restore, and add-on actions on High Availability projects before they fail, and the Postgres 15.19/17.11 docs add the pgcrypto legacy-cipher caveat.
The Postgres 15.19/17.11 upgrade documentation now includes the pgcrypto legacy-cipher caveat for CVE-2026-14663, completing the customer-action items for that release [1]. If you run pgcrypto with legacy ciphers, this is the upgrade note you need.
Studio guards pause, restore/PITR, and add-on affordances on Multigres (`high_availability`) projects, showing an "unavailable" state instead of a 400 error after the click [2]. Also, the disk space exhaustion banner now refreshes every 5 minutes instead of lingering for roughly two hours, so it no longer shows stale information after you've fixed the problem [3].
The MCP server releases introduce cost-confirmation elicitation across mcp-server-supabase v0.12.0 and mcp-utils v0.8.0 [4][5]. For form-capable clients, legacy cost tools hide when both `create_project` and `create_branch` are in `costConfirmation.enabledTools`, preventing double prompts [6].
slim-services now supports Ubuntu 22.04 (glibc 2.35) for native service artifacts, bundling matched loader, glibc, and compiler runtimes for Node, BEAM, PostgreSQL, and PostgREST, while preserving static/musl paths for remaining services [7].
Action items
References
- [1] docs: add pgcrypto legacy-cipher caveat for the 15.19/17.11 upgrade (#49894) ↗ supabase/supabase
- [2] [FE-4337] feat(studio): block pause, restore, and add-ons on High Availability projects ↗ supabase/supabase
- [3] fix(studio): drop resource-warnings staleTime to 5 minutes (#49975) ↗ supabase/supabase
- [4] mcp-server-supabase: v0.12.0 ↗ supabase/mcp
- [5] mcp-utils: v0.8.0 ↗ supabase/mcp
- [6] feat(mcp): hide legacy cost tools from form-capable clients ↗ supabase/mcp
- [7] Support Ubuntu 22.04 for native service artifacts ↗ supabase/slim-services