Releases: supabase/cli
Releases · supabase/cli
v0.19.0
v0.18.2
v0.18.1
v0.18.0
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
v0.17.3
v0.17.2
v0.17.1
v0.17.0
v0.16.1
v0.16.0
0.16.0 (2022-01-19)
BREAKING CHANGES
Removed support for PG12
If you're using older Supabase projects with the CLI, you need to either start a new project or follow the migration steps here.
Daemonize supabase start
supabase start
now returns to shell once it's done starting the local development setup. Additionally, there's supabase stop
to stop the setup and clean up any leftover containers/networks/temporary files.
Bug Fixes
- failing migration if missing last
;
(e7b3f30) - hardcode services' migrations into initial schema (13146b0)
- reload PostgREST schema cache on
db reset
(42b84c1) - update images (05dcdd4)