Skip to content

Commit 602259f

Browse files
docs: add changelog 3.1.2 (#487)
* docs: add 3.1.2 changelog * update
1 parent 4143db7 commit 602259f

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.1.2
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bytebase 3.1.2
3+
author: Ningjing
4+
updated_at: 2024/12/19 17:00:00
5+
feature_image: /content/changelog/3-1-2-banner.webp
6+
description: 'Tooltips for tables, columns, and PostgreSQL view comments in SQL Editor'
7+
---
8+
9+
## πŸš€ New Features
10+
11+
- Add tooltips for tables, columns, and PostgreSQL view comments in SQL Editor.
12+
- Support IM and webhook integration for Lark.
13+
- Display table and view definition for Redshift.
14+
15+
## πŸ”” Breaking Changes
16+
17+
- Remove the masking policy API `v1/{instance}/{database}/policies/masking`. Use `v1/{instance}/{database}/metadata` instead and set the `columnConfigs` parameter.
18+
19+
## πŸŽ„ Enhancements
20+
21+
- Move the masking column page to the database detail page.
22+
- Support popup login modal on token expiration.
23+
24+
## 🐞 Bug fix
25+
26+
- Fix the backup table name conflict in multi-tenant database group within the same instance.
27+
- Fix the cross-origin issue in SSO authentication (OIDC).
28+
- Fix bug causing QuotaExceededError in SQL Editor.
29+
30+
<IncludeBlock url="/docs/get-started/install/install-upgrade"></IncludeBlock>
64.2 KB
Loading

β€Žsrc/components/pages/home/hero/hero.tsxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
134134
<section className="col-start-1 col-end-8 row-start-1 row-end-2 3xl:col-end-9 xl:col-end-10 md:col-end-12 sm:col-auto sm:row-auto">
135135
<header>
136136
{latestVersion !== null && (
137-
<Link href="/changelog/bytebase-3-1-1/" className="group/link">
137+
<Link href="/changelog/bytebase-3-1-2/" className="group/link">
138138
<span className="inline-flex items-center gap-1 rounded-full bg-tones-purple-light p-1 text-12 font-semibold leading-none text-primary-1 transition-colors duration-200 group-hover/link:text-primary-2">
139139
<span className="rounded-full bg-primary-1 px-2 py-1 text-white transition-colors duration-200 group-hover/link:bg-primary-2">
140-
Dec 5th, 2024
140+
Dec 19th, 2024
141141
</span>
142142
<span className="flex items-center gap-1.5 px-2">
143-
πŸš€ 3.1.1: Customizable homepage with shortcut list
143+
πŸš€ 3.1.2: Tooltips for tables, columns, and PostgreSQL view comments in SQL Editor
144144
<SmallArrowIcon width={7} height={6} />
145145
</span>
146146
</span>

0 commit comments

Comments
Β (0)