Skip to content

Releases: supabase/cli

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)

v0.15.16

17 Jan 03:21
Compare
Choose a tag to compare

0.15.16 (2022-01-17)

Bug Fixes

v0.15.15

06 Jan 00:16
Compare
Choose a tag to compare

0.15.15 (2022-01-06)

Bug Fixes

  • Ensure kong config is readable from the container after umask (bac9104)

v0.15.14

29 Dec 15:46
Compare
Choose a tag to compare

0.15.14 (2021-12-29)

Bug Fixes

v0.15.13

28 Dec 11:34
Compare
Choose a tag to compare

0.15.13 (2021-12-28)

Bug Fixes

  • first migration edge case (0877d01)

v0.15.12

28 Dec 10:52
Compare
Choose a tag to compare

0.15.12 (2021-12-28)

Bug Fixes

  • db remote set: validate url (ee47a61)

v0.15.11

28 Dec 09:50
Compare
Choose a tag to compare

0.15.11 (2021-12-28)

Bug Fixes

  • dropdb for shadow db on error (58c432b)
  • more doing away w/ pgbouncer (d15eb01)
  • reset: reconnect db instead of restarting realtime (f4427e3)
  • do away with pgbouncer (c4d380f)
  • run services' migrations before supabase/* (abb5ae0)

v0.15.10

23 Dec 10:03
2806bc8
Compare
Choose a tag to compare

0.15.10 (2021-12-23)

Bug Fixes

v0.15.9

16 Dec 15:58
Compare
Choose a tag to compare

0.15.9 (2021-12-16)

Bug Fixes

  • wrap lines wrt window size (1d2698a)