Supabase CLI v2.110.0 — 2026-07-27
Core database commands are now on the native TypeScript shell, with fixes for Edge Function bundling, type generation, and local stack recovery. Most of this release is quality improvements and stability fixes.
Highlights
- Recover your local stack from interruptions —
supabase startcan now recover a stopped database instead of requiring a clean restart. (#5953)
Improvements
- Edge Function bundling works again — Docker-based bundling restored for Edge Functions. (#5875)
- Type generation without config.toml —
supabase gen typesnow works even withoutsupabase/config.toml. (#5881) - Storage seeding skips OS junk files — macOS
.DS_Storeand similar files no longer clutter seeded buckets. (#5938) - Better error messages — Removed redundant "Expected" prefixes and aligned formatting with Go CLI. (#5831, #5804, #5832)
- Functions deploy validates --jobs — Invalid job counts are caught early. (#5797)
- Telemetry resilience — No more hangs when endpoints are blocked. (#5880)
- API keys redacted in output — Credentials no longer appear in error messages. (#5891)
Bug fixes
- Local migrations no longer sync to remote projects via
db push. (#5951) db pullworks correctly with per-connection role step-down and pg-delta. (#5895)- Config validation runs before destructive
db reset --local. (#5840) secrets settolerates malformedconfig.toml. (#5796)config-pushhandles dotenvx encrypted secrets. (#5842)functions downloaddefaults to Docker. (#5793)- Project size enum no longer offers "nano" tier. (#5799)
- Windows credential logout works properly. (#5913)
- Auth templates preserved during
supabase init. (#5906) - Malformed project refs don't hang remote calls. (#5802)
db lintdetects local API exposure. (#5887)
TypeScript port progress
- Now served by the TypeScript shell:
db push,db reset,db start,supabase start,supabase stop,supabase status. Behavior matches the Go CLI. (#5715, #5847, #5765) - pg-delta catalog cache integrated in the TypeScript shell. (#5932)
Plus 20+ internal improvements, CLI behavior fixes, and dependency updates.
Full changelog: v2.109.1...v2.110.0