Releases · supabase/dbdev

v0.1.7

  • Feat: Add support for dbdev add command to generate a migration from a TLE.
  • Deprecate dbdev in-database client for installing a TLE in a database. Use dbdev add command instead.

What's Changed

Read more

v0.1.6

  • add support for default_version in the CLI. CLI will now send defaut_version in the control file to database.dev when publishing an extension.

v0.1.5

  • New dbdev list command to list available extensions in a database.
  • Restrict dependencies in the requires key in the control file to a set of commonly used extensions.

v0.1.4

  • --path argument on install and publish commands defaults to current directory if omitted.
  • fix: update paths were not installed in the install command

v0.1.3

  • Fix: unable to publish second version of an extension

v0.1.2

  • Fix invalid registry URL saved in ~/.dbdev/config.toml.
  • Show better error messages when publishing an extension.
  • Show a message when dbdev login succeeds.

v0.1.1 (deprecated in favour of v0.1.2)

  • Fix invalid registry URL saved in ~/.dbdev/config.toml.
  • Show better error messages when publishing an extension.
  • Show a message when dbdev login succeeds.

v0.1.0