Skip to content

Commit 0469023

Browse files
add 3.10.1 changelog
1 parent c97be76 commit 0469023

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Bytebase 3.10.1 - Sep 24, 2025
3+
author: Adela
4+
updated_at: 2025/09/24 18:00:00
5+
description: 'Support key–value project labels'
6+
---
7+
8+
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
9+
10+
### 🚀 New Features
11+
12+
- Add project labels as key–value pairs, up to 64.
13+
14+
### 🔔 Notable Changes
15+
16+
- Environment Rollout Policy:
17+
- 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.**
18+
- The **force rollout** mechanism will be replaced by configurable rollout conditions in the **next release**, providing more flexibility and stronger security.
19+
- Restrict **Disallow issue creation for SQL review with errors** option to project level only. (was applied to both project and workspace)
20+
- Remove settings pages in **Editor mode**.
21+
- **API** - Change database label filter syntax to `labels.region == "asia"` (was `label == "region:asia"`).
22+
- **API** - Deprecates the standalone `DisableCopyDataPolicy` and migrates its functionality to `QueryDataPolicy`.
23+
24+
### 🎄 Enhancements
25+
26+
- Improve Data Export issue page:
27+
- Support updating targets before issue creation.
28+
- Display tasks in a flat list instead of grouping by stages.
29+
- Add option to switch transaction mode in Plan.
30+
- MySQL - Add isolation level selection when transaction mode is on.
31+
- Postgres - Add role selection for executing SQL in Plan.
32+
- Support `instance_id` in risk condition.
33+
- Optimize advanced search with cached filters.
34+
35+
<InstallUpgrade />

mintlify/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@
339339
{
340340
"tab": "Changelog",
341341
"pages": [
342+
"changelog/bytebase-3-10-1",
342343
"changelog/bytebase-3-10-0",
343344
"changelog/bytebase-3-9-2",
344345
"changelog/bytebase-3-9-1",

0 commit comments

Comments
 (0)