Supabase CLI v2.114.0 — 2026-08-12
This release ports several database and function commands from Go to native TypeScript, fixes crashes in the functions importer, and improves startup resilience. Local database connections are now more robust, and you have more control over synchronization and stack state.
Bug fixes
- Functions import-scanner no longer crashes when encountering non-directory entries (#6164)
- Local database connections now retry on transient failures (#6137)
- Redundant Docker network creation during startup is skipped (#6130)
New features
--project-refflag — Specify your project explicitly for commands that need it (#6156)- Skip vault sync — New option to skip vault synchronization (#6131)
- Managed stack persistence — Stacks now persist across restarts (#6152)
TypeScript port progress
- Now served by the TypeScript shell:
db diff,db reset,functions download,migration squash. Behavior matches the Go CLI. (#6150, #6062, #6082, #6151, #6027)
Plus 5 internal improvements and dependency updates.
Full changelog: v2.113.0...v2.114.0