Skip to content

Commit 24c427e

Browse files
docs: add 3.2.0 changelog (#493)
* add 3.2.0 changelog * Update content/changelog/bytebase-3-2-0.md Co-authored-by: boojack <[email protected]> * update hero --------- Co-authored-by: boojack <[email protected]>
1 parent 21f0e15 commit 24c427e

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.2.0
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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>
65.2 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
Β (0)