🚀 New Features

  • Support configuring labels for issues.
  • Support displaying detailed issue task execution logs (affected rows or errors) for MySQL and PostgreSQL.
  • Support configuring table or column classification on the database page. In earlier versions, this required using DDL and was only supported for MySQL and PostgreSQL.
  • Add two SQL Review rules:
    • Fully qualified object name for PostgreSQL.
    • Limit DDL operations on tables with large data volumes for MySQL.

🎄 Enhancements

  • Support filtering audit logs by project and method.
  • Support displaying schema snapshot for SQL Server.
  • Support importing changelists from zip or sql files.
  • Support clicking on a line number in the SQL review results jumps to that line.
  • Support jumping to a specific line by clicking on its line number in SQL review results.
  • Support displaying SQL Server functions and procedures in SQL Editor.
  • Support displaying uniqueidentifier typed data of SQL Server in SQL Editor.
  • Improve the SQL Editor experience by customizing the database tree structure.

⚙️ Install and Upgrade

Warning 1): Bytebase does not support in-place downgrade. Make sure to back up your metadata before upgrading. 2) Never run multiple containers on the same data directory. Stop and remove the old one first to avoid corruption.