Skip to content

Commit e1d60b5

Browse files
docs: add 3.14.1 changelog (#1001)
* add 3.14.1 changelog * update 3.14.0 * Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <[email protected]> * Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <[email protected]> * Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <[email protected]> * Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 300ef6a commit e1d60b5

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

β€Ždocs/changelog/bytebase-3-14-0.mdxβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
3636
- Add new policy permissions:
3737
- `bb.policies.getMaskingRulePolicy`
3838
- `bb.policies.updateMaskingRulePolicy`
39+
- `bb.policies.createMaskingRulePolicy`
40+
- `bb.policies.deleteMaskingRulePolicy`
41+
- `bb.policies.getMaskingExemptionPolicy`
42+
- `bb.policies.updateMaskingExemptionPolicy`
43+
- `bb.policies.createMaskingExemptionPolicy`
44+
- `bb.policies.deleteMaskingExemptionPolicy`
3945
- Add new settings permissions:
4046
- `bb.settings.getEnvironment`
4147
- `bb.settings.setEnvironment`
@@ -67,6 +73,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
6773
</Expandable>
6874
- Remove `maximum_connections` from **Instance Settings** and use `Parallel tasks per rollout` in **Project Settings** instead. For Terraform, remove `maximum_connections` from the instance resource.
6975
- Unify `TRUNCATE_TABLE` and `TRUNCATE` into a single `TRUNCATE` statement type for **Custom Approval** CEL expressions.
76+
- Releases are now identified by `release_id` (e.g., `my-release-RC00`) with automatic train/RC iteration numbering. The `title`, `digest` fields are removed from the Release API, and UpdateRelease returns `UNIMPLEMENTED`. For Terraform, update `bytebase_release` resource if using `title` or `digest` fields.
7077

7178
## πŸš€ Features
7279

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Bytebase 3.14.1 - Jan 29, 2026
3+
author: Adela
4+
updated_at: 2026/01/29 18:00:00
5+
description: 'Improvements and Bug Fixes'
6+
7+
---
8+
9+
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
10+
11+
## πŸŽ„ Enhancements
12+
13+
- Improve result masking performance for queries spanning multiple databases, and enhance masking coverage.
14+
- Show rollout link whenever plan has a rollout, regardless of issue status.
15+
- **Google Cloud SQL** β€” Support IAM authentication for connections.
16+
- **Azure SCIM** β€” Support string-format active field and source setting in SCIM PATCH API.
17+
18+
## 🐞 Bug Fixes
19+
20+
- Fix database group SQL checks bypassed issue.
21+
- Fix export data issues: add task actions (Run/Retry, Skip, Cancel) and fix skip/download functionality.
22+
- Fix page table showing errors from corrupted localStorage page size.
23+
- Fix minor issues for IM integration: direct messaging not working for new installation and settings page not showing configured data.
24+
- Fix missing users and approvers in some webhook notifications.
25+
- Fix nested transaction patterns that could cause deadlocks under high concurrency.
26+
27+
<InstallUpgrade />

0 commit comments

Comments
Β (0)