From 570bb1697f2d75992ae7dfe699672e32eec4b2ac Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 29 Jan 2026 10:43:21 +0100 Subject: [PATCH 1/6] add 3.14.1 changelog --- docs/changelog/bytebase-3-14-0.mdx | 1 + docs/changelog/bytebase-3-14-1.mdx | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 docs/changelog/bytebase-3-14-1.mdx diff --git a/docs/changelog/bytebase-3-14-0.mdx b/docs/changelog/bytebase-3-14-0.mdx index d7d678a5..6a5cb1f2 100644 --- a/docs/changelog/bytebase-3-14-0.mdx +++ b/docs/changelog/bytebase-3-14-0.mdx @@ -67,6 +67,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - 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. - Unify `TRUNCATE_TABLE` and `TRUNCATE` into a single `TRUNCATE` statement type for **Custom Approval** CEL expressions. +- 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. ## 🚀 Features diff --git a/docs/changelog/bytebase-3-14-1.mdx b/docs/changelog/bytebase-3-14-1.mdx new file mode 100644 index 00000000..42c480a7 --- /dev/null +++ b/docs/changelog/bytebase-3-14-1.mdx @@ -0,0 +1,27 @@ +--- +title: Bytebase 3.14.1 - Jan 29, 2026 +author: Adela +updated_at: 2026/01/29 18:00:00 +description: 'Improvements and Bug Fixes' + +--- + +import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; + +## 🎄 Enhancements + +- Improve result masking performance for queries spanning multiple databases, and enhanced masking coverage. +- Show rollout link whenever plan has a rollout, regardless of issue status. +- **Google Cloud SQL** — Support IAM authentication for Cloud SQL connections. +- **Azure SCIM** — Support string-format active field and set source in SCIM PATCH API. + +## 🐞 Bug Fixes + +- Fix database group SQL checks bypassed issue. +- Fix export data issues: add task actions (Run/Retry, Skip, Cancel) and fix skip/download for export data issues. +- Fix page table showing errors from corrupted localStorage page size. +- Fix minor issues for IM integration: direct messaging not working for new installation and settings page not showing configured data. +- Fix missing users and approvers in some webhook notifications. +- Fix nested transaction patterns that could cause deadlocks under high concurrency. + + From da7b5cf1e6e1ca084b050fdd0061a94c8e5d53f6 Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 29 Jan 2026 10:52:00 +0100 Subject: [PATCH 2/6] update 3.14.0 --- docs/changelog/bytebase-3-14-0.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog/bytebase-3-14-0.mdx b/docs/changelog/bytebase-3-14-0.mdx index 6a5cb1f2..a8f5cca9 100644 --- a/docs/changelog/bytebase-3-14-0.mdx +++ b/docs/changelog/bytebase-3-14-0.mdx @@ -36,6 +36,12 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Add new policy permissions: - `bb.policies.getMaskingRulePolicy` - `bb.policies.updateMaskingRulePolicy` + - `bb.policies.createMaskingRulePolicy` + - `bb.policies.deleteMaskingRulePolicy` + - `bb.policies.getMaskingExemptionPolicy` + - `bb.policies.updateMaskingExemptionPolicy` + - `bb.policies.createMaskingExemptionPolicy` + - `bb.policies.deleteMaskingExemptionPolicy` - Add new settings permissions: - `bb.settings.getEnvironment` - `bb.settings.setEnvironment` From 6d6447155c14ae040f929732e66cf48ad7371f0e Mon Sep 17 00:00:00 2001 From: Adela Date: Thu, 29 Jan 2026 11:05:24 +0100 Subject: [PATCH 3/6] Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/changelog/bytebase-3-14-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/bytebase-3-14-1.mdx b/docs/changelog/bytebase-3-14-1.mdx index 42c480a7..f587e120 100644 --- a/docs/changelog/bytebase-3-14-1.mdx +++ b/docs/changelog/bytebase-3-14-1.mdx @@ -10,7 +10,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; ## 🎄 Enhancements -- Improve result masking performance for queries spanning multiple databases, and enhanced masking coverage. +- Improve result masking performance for queries spanning multiple databases, and enhance masking coverage. - Show rollout link whenever plan has a rollout, regardless of issue status. - **Google Cloud SQL** — Support IAM authentication for Cloud SQL connections. - **Azure SCIM** — Support string-format active field and set source in SCIM PATCH API. From e2c6f31098febfb9e73279c9aa56f668a9477e50 Mon Sep 17 00:00:00 2001 From: Adela Date: Thu, 29 Jan 2026 11:05:36 +0100 Subject: [PATCH 4/6] Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/changelog/bytebase-3-14-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/bytebase-3-14-1.mdx b/docs/changelog/bytebase-3-14-1.mdx index f587e120..4750fe79 100644 --- a/docs/changelog/bytebase-3-14-1.mdx +++ b/docs/changelog/bytebase-3-14-1.mdx @@ -12,7 +12,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Improve result masking performance for queries spanning multiple databases, and enhance masking coverage. - Show rollout link whenever plan has a rollout, regardless of issue status. -- **Google Cloud SQL** — Support IAM authentication for Cloud SQL connections. +- **Google Cloud SQL** — Support IAM authentication for connections. - **Azure SCIM** — Support string-format active field and set source in SCIM PATCH API. ## 🐞 Bug Fixes From 431da860bf57ac802cfb04ee1c12a8a5e1b3f4a6 Mon Sep 17 00:00:00 2001 From: Adela Date: Thu, 29 Jan 2026 11:05:50 +0100 Subject: [PATCH 5/6] Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/changelog/bytebase-3-14-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/bytebase-3-14-1.mdx b/docs/changelog/bytebase-3-14-1.mdx index 4750fe79..b1e3761e 100644 --- a/docs/changelog/bytebase-3-14-1.mdx +++ b/docs/changelog/bytebase-3-14-1.mdx @@ -13,7 +13,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Improve result masking performance for queries spanning multiple databases, and enhance masking coverage. - Show rollout link whenever plan has a rollout, regardless of issue status. - **Google Cloud SQL** — Support IAM authentication for connections. -- **Azure SCIM** — Support string-format active field and set source in SCIM PATCH API. +- **Azure SCIM** — Support string-format active field and source setting in SCIM PATCH API. ## 🐞 Bug Fixes From 9ea7181cb0c8e07599664c56e8a5b12cf67b40c4 Mon Sep 17 00:00:00 2001 From: Adela Date: Thu, 29 Jan 2026 11:06:01 +0100 Subject: [PATCH 6/6] Update docs/changelog/bytebase-3-14-1.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/changelog/bytebase-3-14-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/bytebase-3-14-1.mdx b/docs/changelog/bytebase-3-14-1.mdx index b1e3761e..4217d4f5 100644 --- a/docs/changelog/bytebase-3-14-1.mdx +++ b/docs/changelog/bytebase-3-14-1.mdx @@ -18,7 +18,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; ## 🐞 Bug Fixes - Fix database group SQL checks bypassed issue. -- Fix export data issues: add task actions (Run/Retry, Skip, Cancel) and fix skip/download for export data issues. +- Fix export data issues: add task actions (Run/Retry, Skip, Cancel) and fix skip/download functionality. - Fix page table showing errors from corrupted localStorage page size. - Fix minor issues for IM integration: direct messaging not working for new installation and settings page not showing configured data. - Fix missing users and approvers in some webhook notifications.