From 0469023175887419fc3594f704e4f51b4cb00b1c Mon Sep 17 00:00:00 2001
From: adela
Date: Wed, 24 Sep 2025 17:34:01 +0200
Subject: [PATCH 1/2] add 3.10.1 changelog
---
mintlify/changelog/bytebase-3-10-1.mdx | 35 ++++++++++++++++++++++++++
mintlify/docs.json | 1 +
2 files changed, 36 insertions(+)
create mode 100644 mintlify/changelog/bytebase-3-10-1.mdx
diff --git a/mintlify/changelog/bytebase-3-10-1.mdx b/mintlify/changelog/bytebase-3-10-1.mdx
new file mode 100644
index 00000000..955ca2af
--- /dev/null
+++ b/mintlify/changelog/bytebase-3-10-1.mdx
@@ -0,0 +1,35 @@
+---
+title: Bytebase 3.10.1 - Sep 24, 2025
+author: Adela
+updated_at: 2025/09/24 18:00:00
+description: 'Support keyโvalue project labels'
+---
+
+import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
+
+### ๐ New Features
+
+- Add project labels as keyโvalue pairs, up to 64.
+
+### ๐ Notable Changes
+
+- Environment Rollout Policy:
+ - The **Issue Creator** and **Last Issue Approver** roles are being sunset. They no longer appear in new environments, while existing environments remain unaffected. Full removal is scheduled for the **next release.**
+ - The **force rollout** mechanism will be replaced by configurable rollout conditions in the **next release**, providing more flexibility and stronger security.
+- Restrict **Disallow issue creation for SQL review with errors** option to project level only. (was applied to both project and workspace)
+- Remove settings pages in **Editor mode**.
+- **API** - Change database label filter syntax to `labels.region == "asia"` (was `label == "region:asia"`).
+- **API** - Deprecates the standalone `DisableCopyDataPolicy` and migrates its functionality to `QueryDataPolicy`.
+
+### ๐ Enhancements
+
+- Improve Data Export issue page:
+ - Support updating targets before issue creation.
+ - Display tasks in a flat list instead of grouping by stages.
+- Add option to switch transaction mode in Plan.
+- MySQL - Add isolation level selection when transaction mode is on.
+- Postgres - Add role selection for executing SQL in Plan.
+- Support `instance_id` in risk condition.
+- Optimize advanced search with cached filters.
+
+
diff --git a/mintlify/docs.json b/mintlify/docs.json
index ff5eb415..715db390 100644
--- a/mintlify/docs.json
+++ b/mintlify/docs.json
@@ -339,6 +339,7 @@
{
"tab": "Changelog",
"pages": [
+ "changelog/bytebase-3-10-1",
"changelog/bytebase-3-10-0",
"changelog/bytebase-3-9-2",
"changelog/bytebase-3-9-1",
From 9d39946ffc4a4a78aec7d0dd7d157956d9ea8ff1 Mon Sep 17 00:00:00 2001
From: adela
Date: Wed, 24 Sep 2025 18:17:02 +0200
Subject: [PATCH 2/2] update
---
mintlify/changelog/bytebase-3-10-1.mdx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/mintlify/changelog/bytebase-3-10-1.mdx b/mintlify/changelog/bytebase-3-10-1.mdx
index 955ca2af..1c71a8e1 100644
--- a/mintlify/changelog/bytebase-3-10-1.mdx
+++ b/mintlify/changelog/bytebase-3-10-1.mdx
@@ -14,12 +14,12 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
### ๐ Notable Changes
- Environment Rollout Policy:
- - The **Issue Creator** and **Last Issue Approver** roles are being sunset. They no longer appear in new environments, while existing environments remain unaffected. Full removal is scheduled for the **next release.**
- - The **force rollout** mechanism will be replaced by configurable rollout conditions in the **next release**, providing more flexibility and stronger security.
-- Restrict **Disallow issue creation for SQL review with errors** option to project level only. (was applied to both project and workspace)
+ - The **Issue Creator** and **Last Issue Approver** roles are being sunset. They no longer appear in new environments, while existing environments remain unaffected. Full removal is scheduled for the *next release.*
+ - The **force rollout** mechanism will be replaced by configurable rollout conditions in the *next release*, providing more flexibility and stronger security.
+- Restrict **Disallow issue creation for SQL review with errors** option to project level only (was applied to both project and workspace).
- Remove settings pages in **Editor mode**.
- **API** - Change database label filter syntax to `labels.region == "asia"` (was `label == "region:asia"`).
-- **API** - Deprecates the standalone `DisableCopyDataPolicy` and migrates its functionality to `QueryDataPolicy`.
+- **API** - Deprecate the standalone `DisableCopyDataPolicy` and migrates its functionality to `QueryDataPolicy`.
### ๐ Enhancements
@@ -27,8 +27,8 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
- Support updating targets before issue creation.
- Display tasks in a flat list instead of grouping by stages.
- Add option to switch transaction mode in Plan.
-- MySQL - Add isolation level selection when transaction mode is on.
-- Postgres - Add role selection for executing SQL in Plan.
+- **MySQL** - Add isolation level selection when transaction mode is on.
+- **Postgres** - Add role selection for executing SQL in Plan.
- Support `instance_id` in risk condition.
- Optimize advanced search with cached filters.