Skip to content

Commit 3a64989

Browse files
docs: add changelog 3.12.2 (#958)
* add changelog 3.12.2 * update
1 parent f9035ab commit 3a64989

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Bytebase 3.12.2 - Dec 4, 2025
3+
author: Adela
4+
updated_at: 2025/12/04 18:00:00
5+
description: 'Improvements and Bug Fixes'
6+
---
7+
8+
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
9+
10+
## 🎄 Enhancements
11+
12+
- Enhance database and query permission checks.
13+
- Improve selector performance with lazy loading for large workspaces.
14+
- **SQL Server** - Add [visualized EXPLAIN support](/sql-editor/run-queries#explain-query) in SQL Editor.
15+
- **Doris** - Improve syntax compatibility.
16+
17+
## 🐞 Bug Fixes
18+
19+
- Prevent DML statements from being incorrectly wrapped in CTEs in SQL Editor.
20+
- Fix popup handling for database change statements in SQL Editor.
21+
- Improve and isolate SQL Editor state management across browser tabs.
22+
- Format Cassandra, Spanner, and ClickHouse result data instead of showing raw protobuf.
23+
24+
<InstallUpgrade />

mintlify/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@
381381
{
382382
"tab": "Changelog",
383383
"pages": [
384+
"changelog/bytebase-3-12-2",
384385
"changelog/bytebase-3-12-1",
385386
"changelog/bytebase-3-12-0",
386387
"changelog/bytebase-3-11-1",

0 commit comments

Comments
 (0)