CNCF Landscape includes Bytebase as the first-ever database CI/CD solution Check Now

Bytebase 0.4.0

less than 1 min read

Update instruction

๐Ÿž Important Bug Fixes

MySQL 5.7 compatibility

In the previous version, Bytebase couldn't sync the migration history properly because it used a MySQL 8.0 only feature.

๐Ÿš€ New Features

Backup and restore (detailed guide)

User can now configure weekly automatic backup for the database. Meanwhile, user can also take manual backup anytime. Later on, User can restore the backup to a new database.

Webhook (detailed guide)

User can now configure webhook to allow Bytebase to post messages to the configured webhook endpoint upon varioius events. Bytebase currently supports following events:

  • Issue creation
  • Issue status change
  • Issue task status change
  • Issue info change such as its assignee, title, description
  • Issue comment creation

Bytebase also supports following webhook providers

  • Slack
  • Discord
  • Microsoft Teams
  • DingTalk (้’‰้’‰)
  • Feishu (้ฃžไนฆ๏ผ‰
  • WeCome (ไผไธšๅพฎไฟก๏ผ‰

๐ŸŽ  Community

  • Thanks @zhj-hx for providing feedback and helping us troubleshooting the MySQL 5.7 compatibility issue
  • Thanks @iczc for the PR.