Bytebase 1.0.2
Our official documentation switches from gitbook to bytebase.com/docs. Support branding customization. Highlight the editing SQL query block. Add SQL query format button.
โ๐ก Our official documentation switches from gitbook to bytebase.com/docs. All the documents are now in our GitHub repository. This will help improve our coordination efficiency in documentation greatly. Now developers can follow https://www.bytebase.com/docs/document-write-guide to commit your changes.
๐ Features
- Support branding customization (available in Team/Enterprise Plan)
๐ Enhancements
- [SQL Editor] Highlight the editing SQL query block
- [SQL Editor] Add SQL query format button
- Bump tailwind css to v3. JIT mode is also enabled to support arbitrary values.
- Switch frontend package manager from yarn to pnpm, helping developers to save time and disk spaces.
๐ Community
-
Open source an Employee sample database for MySQL https://github.com/bytebase/employee-sample-database-mysql ย based on https://github.com/datacharmer/test_db. The sample database will apply to daily tests, data presentation and document tutorials. We prepare 2 datasets:
- Full dataset (~170 MB) including 300024 employee records.
- Small dataset (~6 MB) including 10000 employee records.
-
Weโre working to support online schema change for MySQL using gh-ost. You can check the design doc at https://github.com/bytebase/bytebase/blob/main/docs/design/gh-ost-integration.md and give feedback if you are a DBA or a gh-ost user.
-
Switch license from APL 2.0 to MIT.
-
Thanks to @unknwon for the PR feat: add migration for GITHUB_COM to be a valid Git and role provider #941
-
Thanks to @Sepush for the PR refactor: use script setup&fix type #856
โ๏ธ 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.