Skip to content

Commit 7d26ff2

Browse files
bytebase 3.9.1 changelog (#827)
1 parent 34cce38 commit 7d26ff2

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Bytebase 3.9.1
3+
author: Adela
4+
updated_at: 2025/08/14 18:00:00
5+
description: 'Support importing database revisions from releases or local files'
6+
---
7+
8+
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
9+
10+
## 🚀 New Features
11+
12+
- Support importing database revisions from releases or local files.
13+
- Support reading `PG_URL` from a file with hot-reload.
14+
- Support IAM authentication for AWS OpenSearch.
15+
16+
## 🔔 Notable Changes
17+
18+
- Service accounts will no longer be able to log in via the Bytebase GUI.
19+
20+
## 🪦 Sunset
21+
22+
- Remove the deprecated `--pg` command-line flag. Use the `PG_URL` environment variable for external PostgreSQL connections instead.
23+
24+
- Replace the `--disable-metric` flag with a Workspace setting.
25+
26+
- Remove the `--disable-sample` flag.
27+
28+
## 🎄 Enhancements
29+
30+
- 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.
31+
32+
- Terraform — Add support to configure masking exceptions for all databases by skipping database, table, and column, applying the exception across the entire project.
33+
34+
- Terraform — Add support for the `sync_databases` attribute in the instance resource, allowing you to specify which databases to sync (e.g., `["db1", "db2"]`).
35+
36+
<InstallUpgrade />

mintlify/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
{
345345
"tab": "Changelog",
346346
"pages": [
347+
"changelog/bytebase-3-9-1",
347348
"changelog/bytebase-3-9-0",
348349
"changelog/bytebase-3-8-1",
349350
"changelog/bytebase-3-8-0",

0 commit comments

Comments
 (0)