File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed
src/components/pages/home/hero Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1- 3.1.2
1+ 3.2.0
Original file line number Diff line number Diff line change 1+ ---
2+ title : Bytebase 3.2.0
3+ author : Ningjing
4+ updated_at : 2025/01/02 17:00:00
5+ feature_image : /content/changelog/3-2-0-banner.webp
6+ description : ' Selectively sync databases from an instance'
7+ ---
8+
9+ ## π New Features
10+
11+ - Selectively sync databases from an instance.
12+ - Show the definition of TABLE and VIEW for Redshift and ClickHouse.
13+
14+ ## π Breaking Changes
15+
16+ - ` Change History ` module is renamed to ` Changelog ` . ` ChangeHistory ` API is removed, use ` Changelog ` API instead.
17+ - Changes initiated from the UI no longer carry the version, but changes initiated from GitOps still do.
18+ - Tasks with lower versions will block tasks with higher versions.
19+
20+ ## π Enhancements
21+
22+ - Support querying special date/time values(e.g., infinity) for PostgreSQL in SQL Editor.
23+ - Failed task run is now recorded to changelog, before it's not.
24+
25+ <IncludeBlock url =" /docs/get-started/install/install-upgrade " ></IncludeBlock >
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
1717 < div className = { clsx ( 'container mt-16 flex w-full flex-col md:mt-8 sm:mt-4' ) } >
1818 < section className = "flex w-full flex-col items-center justify-center" >
1919 { latestVersion !== null && (
20- < Link href = "/changelog/bytebase-3-1-2 /" className = "group/link" >
20+ < Link href = "/changelog/bytebase-3-2-0 /" className = "group/link" >
2121 < 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" >
2222 < span className = "rounded-full bg-primary-1 px-2 py-1 text-white transition-colors duration-200 group-hover/link:bg-primary-2" >
23- Dec 19th, 2024
23+ Jan 2nd, 2025
2424 </ span >
2525 < span className = "flex items-center gap-1.5 px-2" >
26- π 3.1.2: Tooltips for tables, columns, and PostgreSQL view comments in SQL Editor
26+ π 3.2.0: Selectively sync databases from an instance
2727 < SmallArrowIcon width = { 7 } height = { 6 } />
2828 </ span >
2929 </ span >
You canβt perform that action at this time.
0 commit comments