Skip to content

v2.102.0

Choose a tag to compare

@github-actions github-actions released this 29 May 09:34
· 588 commits to develop since this release
0ad9687

Supabase CLI v2.102.0 — 2026-06-03

This release brings vector bucket support to the CLI, adds a new configuration option, and continues the TypeScript migration with seven more commands. Several fixes improve shell completion, CI behavior, and configuration parsing.

Highlights

  • Vector buckets — new CLI operations for managing vector storage. (#5230)

New features

  • auto_expose_new_tables configuration — control whether new tables are automatically exposed in your schema. (#5239)

Improvements

  • Shell completion restored — zsh completion subcommand tree now works correctly. (#5368)
  • Less noisy CI — ephemeral environment identify events no longer spam logs when running in CI. (#5366)
  • Older x64 CPUs supported — removed CPU instruction set requirements to support older hardware. (#5339)
  • Config environment refs — env() references now interpolate before schema validation. (#5341)
  • Legacy migrations alias — backward-compatible naming for older migration scripts. (#5355)

TypeScript port progress

  • Now served by the TypeScript shell: backups list, backups restore, branches, network-restrictions, orgs, secrets, ssl-enforcement, sso. Behavior matches the Go CLI. (#5331, #5374, #5367, #5379, #5357, #5340, #5375)

Plus 8 internal improvements and dependency updates.

Full changelog: v2.101.0...v2.102.0