Bytebase 0.4.0
1 min read
🐞 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.
To install, follow installation doc. If you are upgrading from a previous version, restart after obtaining the latest release binary.