Supabase CLI v2.107.0 — 2026-06-17
Maintenance release with network reliability improvements, storage fixes, and continued TypeScript migration. Adds support for high-availability projects and enables pg-delta by default for new projects.
Highlights
- High-availability projects — Create HA projects through the CLI for redundancy and better uptime. (#5566)
- pg-delta enabled by default — New projects now use pg-delta as the schema diff engine for
db diffanddb pullby default. (#5511) - IPv6 network reliability —
db dumpanddb pullauto-retry via IPv4 pooler on IPv6-only networks. (#5493)
Bug fixes
- Symlinked files now upload properly during storage bucket seeding. (#5499)
- Blank passwords in project prompts now work. (#5569)
- Function import map paths now accept null values. (#5577)
- Custom domain API responses now handle all variants. (#5552)
- SSO provider responses with sparse fields are now accepted. (#5594)
- Local storage now works without requiring an access token. (#5595)
- Schema inspection patterns properly escape backslashes. (#5568)
- Local typegen and service operations no longer require authentication. (#5553)
TypeScript port progress
- Now served by the TypeScript shell:
db lint,db advisors,inspect db,inspect report,test db,test new. Behavior matches the Go CLI. (#5579, #5565, #5554, #5522)
Plus 15 internal improvements and dependency updates.
Full changelog: v2.106.0...v2.107.0