github supabase/cli v0.18.0

latest releases: v0.39.3, v0.39.2, v0.39.1...
2 years ago

0.18.0 (2022-02-16)

BREAKING CHANGES

config.json is now deprecated in favor of config.toml

Projects using config.json will have it replaced with its config.toml equivalent.

Update: if you upgraded into this version, please update your config.toml's api.extra_search_path to ["extensions"].

Non-breaking changes

Extended config

You can now specify API schemas, enable/disable auth signups, use external auth providers, among other things. Example & details of the config can be found here.

Bug Fixes

  • change redirect uri (ffbcf67)
  • clean up properly on ctrl-c (bb58b4b)
  • use background context on defer (99fb3ba)

Features

  • init: update to generate config.toml (75b0909)
  • replace config.json w/ config.toml (d347621)

Don't miss a new cli release

NewReleases is sending notifications on new releases.