Skip to content

v0.15.6

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 15:32
· 2228 commits to main since this release

0.15.6 (2021-12-09)

Non-breaking changes

<timestamp>_init.sql and globals.sql are no longer generated by supabase init

They are now ignored, so there should be no breaking change. You can delete globals.sql, but you should keep init.sql if you have already set a remote database.

extensions.sql and seed.sql are now optional

They are no longer generated by supabase init, but it will be run if you have them.

Bug Fixes

  • etc. etc. (3a3f20b)
  • db branch delete: forbid deleting curr branch (d17ca22)
  • start: handle supabase/postgres:14.1.0 scram (1185d8f)
  • --host localhost (c44acfe)
  • move globals.sql & initial schema to utils (2138139)
  • update images (f61e7d0)
  • update images (ea41e84)