Skip to content

Commit da80404

Browse files
docs: add changelog 3.16.1, update upgrade instruction (#1057)
* add changelog 3.16.1 * update * update * update * update
1 parent ab79006 commit da80404

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

docs/changelog/bytebase-3-16-1.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Bytebase 3.16.1 - Mar 26, 2026
3+
author: Adela
4+
updated_at: 2026/03/26 18:00:00
5+
description: 'Improvements and Bug Fixes'
6+
7+
---
8+
9+
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
10+
11+
## 🎄 Enhancements
12+
13+
- Change issue approval status label from "Done" to "Approved" for clarity.
14+
15+
- Add fast-follow refresh mode so rollout status updates more quickly after user actions.
16+
17+
- **CosmosDB** — Support more query syntax in SQL editor.
18+
19+
## 🐞 Bug Fixes
20+
21+
- Fix internal error after login caused by InputOtp null check regression.
22+
23+
- Fix popover dismissing when interacting with label selector during plan/issue creation.
24+
25+
- Fix invalid issue type filter in Export Center.
26+
27+
- Fix webhook detail page broken by UUID resource_id migration.
28+
29+
- Harden 3.16 upgrade migration scripts to be idempotent and handle edge cases.
30+
31+
- **PolarDB** — Fix schema dump incorrectly including pg_bitmapindex system schema.
32+
33+
<InstallUpgrade />

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
{
369369
"tab": "Changelog",
370370
"pages": [
371+
"changelog/bytebase-3-16-1",
371372
"changelog/bytebase-3-16-0",
372373
"changelog/bytebase-3-15-1",
373374
"changelog/bytebase-3-15-0",

docs/snippets/install/install-upgrade.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ title: Install and Upgrade
88

99
- [Upgrade](/get-started/self-host/upgrade)
1010

11-
_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._
11+
_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._

0 commit comments

Comments
 (0)