Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-14 | 1.5 kB | |
Release 3.9.1 source code.tar.gz | 2025-08-14 | 6.1 MB | |
Release 3.9.1 source code.zip | 2025-08-14 | 8.4 MB | |
Totals: 3 Items | 14.5 MB | 6 |
🚀 New Features
- Support importing database revisions from releases or local files.
- Support reading
PG_URL
from a file with hot-reload. - Support IAM authentication for AWS OpenSearch.
🔔 Notable Changes
- Service accounts will no longer be able to log in via the Bytebase GUI.
🪦 Sunset
-
Remove the deprecated
--pg
command-line flag. Use thePG_URL
environment variable for external PostgreSQL connections instead. -
Replace the
--disable-metric
flag with a Workspace setting. -
Remove the
--disable-sample
flag.
🎄 Enhancements
-
Bytebase GitHub Actions will now try to reuse existing releases before creating new ones. If two releases have the same filenames and file contents, they are considered identical, reducing redundant releases when retrying.
-
Terraform — Add support to configure masking exceptions for all databases by skipping database, table, and column, applying the exception across the entire project.
-
Terraform — Add support for the
sync_databases
attribute in the instance resource, allowing you to specify which databases to sync (e.g.,["db1", "db2"]
).
https://github.com/bytebase/bytebase/compare/3.9.0...3.9.1
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.