Skip to content

v0.6.9

Choose a tag to compare

@youtyan youtyan released this 07 Jul 16:24
c348804

Supabase CLI datasource support

  • Local Supabase CLI (supabase start) Postgres projects are now auto-discovered as a datastore, even without a docker-compose.yml in the project directory. Detected via supabase/config.toml, connected via docker ps (matched by container name + com.supabase.cli.project label) instead of docker compose ps.
  • Fixed the /_db/close route not evicting cached Supabase adapters.
  • Fixed the Environment Doctor connectivity probe not recognizing Supabase sources.