Skip to main content

🚀 New Features

(Preview) SQL Editor

  • Auto-complete and context menu.
  • Run SQL statement (only allow SELECT query) and display the result in a table view.
  • Navigate among different database connections via the left tree panel.
  • Display table schema info on the bottom left side panel.

🎄 Enhancement

kbar quickstart

User can now use cmd+k to invoke the command bar to quickly navigate among different Bytebase sections. _

Refactor the underlying VCS module to make it plugable

This ease the path to support other VCS systems like GitHub, BitBucket.

🐞 Bug fix

  • Fix the issue when we are unable to write back the latest schema to the Git repository after the migration succeeds.

🎠 Community

Preview environment for each PR

Now every PR will create a unique preview environment. This makes it easy to collaborate among author and reviewers. _

⚙️ Install and Upgrade

Before upgrading: 1) Back up the metadata — in-place downgrade is not supported. 2) Do not run multiple containers on the same data directory. 3) Terraform users: upgrade Bytebase server first, then apply the new Terraform config.