Bytebase 2.11.1
Customizable Masking Algorithms and Semantic Types for Data Masking.
🚀 New Features
- Customizable Masking Algorithms and Semantic Types for Data Masking.
🔔 Notable Changes
- Workspace Admins and Members are the updated terms for Workspace Owners and Developers, respectively.
- User page URL is now
/users/{email}
(previously/u/{uid}
).
🎄 Enhancements
- SQL Editor: display DDL statement of the selected table (MySQL, PostgreSQL and TiDB).
- Boosted query speed when Data Masking is enabled.
- Send webhook notifications when an issue is Waiting for Rollout or Approved.
- Improved Oracle Parser for procedures and table partitions.
- Improved issue filters.
- Improved issue assignee feature.
- Improved Schema Editor performance.
📰 Fresh Off the Press
- Case Study: how electronic manufacturing company CVTE upped up their database change management game with Batch Change, a simplified version control workflow AND granulated access control🏗️.
- Database 101 series is back with What is Database Version Control?🎯
- Top data masking solutions for Postgres🔐.
psql
is the official CLI to command Postgres. Here, we gathered 10 most-usedpsql
commands, plus examples to get you started🐘.- A handy guide to get started with a local MySQL running on your system🐬.
⚙️ 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.