ð New Features
- Support importing database revisions from releases or local files.
- Support reading
PG_URLfrom 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
--pgcommand-line flag. Use thePG_URLenvironment variable for external PostgreSQL connections instead. -
Replace the
--disable-metricflag with a Workspace setting. -
Remove the
--disable-sampleflag.
ð 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_databasesattribute in the instance resource, allowing you to specify which databases to sync (e.g.,["db1", "db2"]).

