Skip to content

Releases: supabase/cli

v0.19.0

23 Mar 13:31
Compare
Choose a tag to compare

0.19.0 (2022-03-23)

Bug Fixes

  • functions/deploy: bundle functions (23aa134)
  • start: gotrue env (9345ca6)

Features

  • supabase functions delete (75e500d)
  • supabase functions new & supabase functions deploy (c64209d)
  • supabase login & supabase link (92d597d)

v0.18.2

06 Mar 00:25
98c9d86
Compare
Choose a tag to compare

0.18.2 (2022-03-06)

Bug Fixes

  • studio: add missing env vars (6e5bb9a)

v0.18.1

17 Feb 01:29
Compare
Choose a tag to compare

0.18.1 (2022-02-17)

Bug Fixes

  • start: misconfigured extra_search_path (764c066)

v0.18.0

16 Feb 02:37
Compare
Choose a tag to compare

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)

v0.17.3

09 Feb 23:35
Compare
Choose a tag to compare

0.17.3 (2022-02-09)

Bug Fixes

  • support no tty for other commands (e95f972)

v0.17.2

09 Feb 03:44
Compare
Choose a tag to compare

0.17.2 (2022-02-09)

Bug Fixes

  • db remote set: make url less conservative (8c62ecd)

v0.17.1

09 Feb 00:56
Compare
Choose a tag to compare

0.17.1 (2022-02-09)

Bug Fixes

v0.17.0

28 Jan 03:43
Compare
Choose a tag to compare

0.17.0 (2022-01-28)

Features

  • upgrade Realtime image to v0.21.0 (2858638)

v0.16.1

19 Jan 19:08
Compare
Choose a tag to compare

0.16.1 (2022-01-19)

Bug Fixes

  • reload PostgREST schema cache with SIGUSR1 (b216c01)

v0.16.0

19 Jan 18:39
Compare
Choose a tag to compare

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)

Features

  • supabase db remote changes (c8ed76d)
  • daemonize supabase start (d86c2de)