Skip to content

v2.111.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:11
ae89b16

Supabase CLI v2.111.0 — July 31, 2026

This release focuses on reliability, output clarity, and Go CLI compatibility. Key improvements include better error messages, resilient function deployments, and clearer database workflows. Plan upgrade hints help guide feature adoption.

Highlights

  • Function deployments are fault-tolerant — bulk function deploys continue even if individual functions fail; metadata always syncs. (#6018)
  • Database workflows clearerdb pull shows "Connecting..." status and proper relative paths; sync bootstrap confirms schema was written. (#5968, #5971)
  • Proactive plan upgrade hints — CLI suggests plan upgrades when your current plan limits what you're trying next. (#5943)

Improvements

  • Error messages now match Go CLI — database operations, migrations, connections, and initialization show the same helpful context and formatting for easier troubleshooting (#5967, #5969, #5976, #5977, #5979, #5948)
  • Configuration rendering — SMS/MFA and SSO templates display as formatted output instead of raw escape sequences; SSO PUT requests include domain fields (#5944, #5973)
  • Network feature gating — experimental features (vanity subdomains, network restrictions) properly gated to avoid surprises (#5945)
  • Docker and database updates — PostgreSQL upgraded to 17.6.1.156 with PUBLIC privilege revoke fix; unrunnable images diagnosed clearly (#5970, #5966, #5899, #5983, #5962)

Bug fixes

  • --yes and SUPABASE_YES honored consistently across all confirmation prompts (#5947)
  • --debug mode now preserves TLS, keeping connections secure during local development (#5981)
  • Comma-separated flag values now parse correctly for network-related flags (#5975)
  • Unnecessary debug hints no longer shown when confirmation prompts are declined (#5946)
  • --db-url respects SSL mode for secured connections (#5980)
  • pg-delta selinux bind mount issue fixed (#5990)

Plus minor improvements and dependency updates.

Full changelog: v2.110.0...v2.111.0