File tree Expand file tree Collapse file tree 4 files changed +31
-4
lines changed
src/components/pages/home/hero Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.1
Original file line number Diff line number Diff line change 1+ ---
2+ title : Bytebase 3.1.1
3+ author : Ningjing
4+ updated_at : 2024/12/05 17:00:00
5+ feature_image : /content/changelog/3-1-1-banner.webp
6+ description : ' Customizable homepage with shortcut list'
7+ ---
8+
9+ ## 🚀 New Features
10+
11+ - Customizable homepage with shortcut list.
12+ - Query for all nodes in Redis Cluster.
13+ - Support for second-precision expiration time when granting project roles.
14+
15+ ## 🔔 Breaking Changes
16+
17+ - Remove instance roles from Database messages. Call ` GetInstance ` or ` ListInstanceRoles ` to get instance role information.
18+
19+ ## 🎄 Enhancements
20+
21+ - Well-formatted JSON in SQL Editor.
22+ - Display PostgreSQL sequences in SQL Editor.
23+ - Display MySQL triggers in SQL Editor.
24+ - MySQL DUMP SCHEMA is 80% faster on large databases.
25+ - Support PostgreSQL roles during backup and restore.
26+
27+ <IncludeBlock url =" /docs/get-started/install/install-upgrade " ></IncludeBlock >
Original file line number Diff line number Diff 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-0 /" className = "group/link" >
137+ < Link href = "/changelog/bytebase-3-1-1 /" 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- Nov 21st , 2024
140+ Dec 5th , 2024
141141 </ span >
142142 < span className = "flex items-center gap-1.5 px-2" >
143- 🚀 3.1.0: Google/GitHub SSO available in Pro Plan
143+ 🚀 3.1.1: Customizable homepage with shortcut list
144144 < SmallArrowIcon width = { 7 } height = { 6 } />
145145 </ span >
146146 </ span >
You can’t perform that action at this time.
0 commit comments