Skip to content

v2.114.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:05
· 6 commits to develop since this release
181bc4a

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-ref flag — 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