From e05b9d5b9bd77504e93e97f14460ce36a9c0a781 Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 26 Mar 2026 08:34:19 +0100 Subject: [PATCH 1/5] add changelog 3.16.1 --- docs/changelog/bytebase-3-16-1.mdx | 35 +++++++++++++++++++++++ docs/docs.json | 1 + docs/snippets/install/install-upgrade.mdx | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/bytebase-3-16-1.mdx diff --git a/docs/changelog/bytebase-3-16-1.mdx b/docs/changelog/bytebase-3-16-1.mdx new file mode 100644 index 000000000..766db870e --- /dev/null +++ b/docs/changelog/bytebase-3-16-1.mdx @@ -0,0 +1,35 @@ +--- +title: Bytebase 3.16.1 - Mar 26, 2026 +author: Adela +updated_at: 2026/03/26 18:00:00 +description: 'Improvements and Bug Fixes' + +--- + +import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; + +## 🚀 Features + +- **CosmosDB** — Support dynamic data masking. + +## 🎄 Enhancements + +- Change issue approval status label from "Done" to "Approved" for clarity. + +- Add fast-follow refresh mode so rollout status updates more quickly after user actions. + +## 🐞 Bug Fixes + +- Fix internal error after login caused by InputOtp null check regression. + +- Fix popover dismissing when interacting with label selector during plan/issue creation. + +- Fix invalid issue type filter in Export Center. + +- Fix webhook detail page broken by UUID resource_id migration. + +- Harden 3.16 upgrade migration scripts to be idempotent and handle edge cases. + +- **PolarDB** — Fix schema dump incorrectly including pg_bitmapindex system schema. + + \ No newline at end of file diff --git a/docs/docs.json b/docs/docs.json index b8832486f..4679ab552 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -368,6 +368,7 @@ { "tab": "Changelog", "pages": [ + "changelog/bytebase-3-16-1", "changelog/bytebase-3-16-0", "changelog/bytebase-3-15-1", "changelog/bytebase-3-15-0", diff --git a/docs/snippets/install/install-upgrade.mdx b/docs/snippets/install/install-upgrade.mdx index 150df41c3..219f97b41 100644 --- a/docs/snippets/install/install-upgrade.mdx +++ b/docs/snippets/install/install-upgrade.mdx @@ -8,4 +8,4 @@ title: Install and Upgrade - [Upgrade](/get-started/self-host/upgrade) -_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._ +_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. 3) Terraform users: upgrade Bytebase server first, then apply the new Terraform config._ From 3e64a237fba15c89e2e4e87005f7abe55aeaee61 Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 26 Mar 2026 08:49:42 +0100 Subject: [PATCH 2/5] update --- docs/changelog/bytebase-3-16-1.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/changelog/bytebase-3-16-1.mdx b/docs/changelog/bytebase-3-16-1.mdx index 766db870e..aebf16e30 100644 --- a/docs/changelog/bytebase-3-16-1.mdx +++ b/docs/changelog/bytebase-3-16-1.mdx @@ -8,10 +8,6 @@ description: 'Improvements and Bug Fixes' import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; -## 🚀 Features - -- **CosmosDB** — Support dynamic data masking. - ## 🎄 Enhancements - Change issue approval status label from "Done" to "Approved" for clarity. @@ -30,6 +26,8 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Harden 3.16 upgrade migration scripts to be idempotent and handle edge cases. +- **CosmosDB** — Fix SQL viewer failing on all query syntax due to incomplete parser grammar. + - **PolarDB** — Fix schema dump incorrectly including pg_bitmapindex system schema. \ No newline at end of file From aae57e926402fb028edcef366d1d141f3038aac3 Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 26 Mar 2026 08:51:11 +0100 Subject: [PATCH 3/5] update --- docs/changelog/bytebase-3-16-1.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog/bytebase-3-16-1.mdx b/docs/changelog/bytebase-3-16-1.mdx index aebf16e30..bbae4021e 100644 --- a/docs/changelog/bytebase-3-16-1.mdx +++ b/docs/changelog/bytebase-3-16-1.mdx @@ -14,6 +14,8 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Add fast-follow refresh mode so rollout status updates more quickly after user actions. +- **CosmosDB** — Support more query syntax in SQL viewer. + ## 🐞 Bug Fixes - Fix internal error after login caused by InputOtp null check regression. @@ -26,8 +28,6 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Harden 3.16 upgrade migration scripts to be idempotent and handle edge cases. -- **CosmosDB** — Fix SQL viewer failing on all query syntax due to incomplete parser grammar. - - **PolarDB** — Fix schema dump incorrectly including pg_bitmapindex system schema. \ No newline at end of file From 28a71116b2e1355842db54abcef4705cdff03fa5 Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 26 Mar 2026 08:55:19 +0100 Subject: [PATCH 4/5] update --- docs/snippets/install/install-upgrade.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/install/install-upgrade.mdx b/docs/snippets/install/install-upgrade.mdx index 219f97b41..d7a0f0957 100644 --- a/docs/snippets/install/install-upgrade.mdx +++ b/docs/snippets/install/install-upgrade.mdx @@ -8,4 +8,4 @@ title: Install and Upgrade - [Upgrade](/get-started/self-host/upgrade) -_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. 3) Terraform users: upgrade Bytebase server first, then apply the new Terraform config._ +_Before upgrading: 1) Back up the [metadata](https://www.bytebase.com/docs/administration/back-up-restore-metadata/) — in-place downgrade is not supported. 2) Do not run multiple containers on the same data directory. 3) Terraform users: upgrade Bytebase server first, then apply the new Terraform config._ From 6975eeb444866e6c6b8f768e77ac3848ffc7a58c Mon Sep 17 00:00:00 2001 From: adela Date: Thu, 26 Mar 2026 09:24:27 +0100 Subject: [PATCH 5/5] update --- docs/changelog/bytebase-3-16-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/bytebase-3-16-1.mdx b/docs/changelog/bytebase-3-16-1.mdx index bbae4021e..69e00934d 100644 --- a/docs/changelog/bytebase-3-16-1.mdx +++ b/docs/changelog/bytebase-3-16-1.mdx @@ -14,7 +14,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Add fast-follow refresh mode so rollout status updates more quickly after user actions. -- **CosmosDB** — Support more query syntax in SQL viewer. +- **CosmosDB** — Support more query syntax in SQL editor. ## 🐞 Bug Fixes