Bytebase 2.22.2
Allow assigning roles to groups at the workspace level
🚀 New Features
- Allow assigning roles to groups at the workspace level.
- Support disallowing sign-in with email and password, allowing only SSO.
- Add a PostgreSQL SQL review rule:
Disallow setting volatile default values on columns
.
🔔 Notable Changes
- Retire the change histories page in the project; change histories can be found on the database page.
- Remove
BranchService.DiffDatabase
andSQLService.DifferPreview
API.
🎄 Enhancements
- Split the Members & Groups page into two pages: Users & Groups and Members.
- Improve SQL Editor UI.
🎠 Community
- Thanks to @nlimpid for the PR fix: handle error properly in ClickHouse query #13415
⚙️ Install and Upgrade
-
Fresh install: /get-started/self-host
-
Upgrade: /get-started/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.