Skip to content

Commit fa573f7

Browse files
docs: add 3.3.0 changelog (#501)
* add 3.3.0 * update * update
1 parent 9b3acfe commit fa573f7

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3.0
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Bytebase 3.3.0
3+
author: Ningjing
4+
updated_at: 2025/01/16 17:00:00
5+
feature_image: /content/changelog/3-3-0-banner.webp
6+
description: 'SOC 2'
7+
---
8+
9+
## πŸ›‘οΈ SOC 2
10+
11+
We have obtained SOC 2 Type 1 certification. This certification validates our commitment to maintaining the highest standards of security, availability, and confidentiality in our database DevSecOps platform.
12+
13+
To request our SOC 2 Type 1 report, please email [[email protected]](mailto:[email protected]).
14+
15+
## πŸ”” Breaking Changes
16+
17+
- Simplify data masking, both UI and API are affected, check [docs](/docs/security/data-masking/overview/) and [API examples](https://github.com/bytebase/database-security-github-actions-example/tree/main/masking) for details. Behavior changes:
18+
- Global masking takes precedence over column masking. Previously, column masking takes precedence over global masking.
19+
- Eliminate masking levels. For both global masking and column masking, you now configure the associated semantic type. Semantic type in turn maps to the corresponding masking algorithm.
20+
21+
## πŸš€ New Features
22+
23+
- Introduce **Release**, the new versioned database schema migration workflow. Create releases, which are versioned migration scripts bundled as a package to deploy, tell Bytebase which databases to deploy, and Bytebase will figure out which scripts to execute or skip if already executed.
24+
- Support CosmosDB.
25+
- Add project setting to allow users to self-approval their own issues.
26+
- Schema Synchronization supports PostgreSQL materialized view.
27+
- Preliminary support PostgreSQL 17.
28+
29+
## πŸŽ„ Enhancements
30+
31+
- Copy query results by selected columns or rows in SQL Editor.
32+
- Enhance Oracle data backup experience.
33+
- Improve the loading time for the database anomalies page.
34+
35+
<IncludeBlock url="/docs/get-started/install/install-upgrade"></IncludeBlock>
66.7 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-2-0/" className="group/link">
20+
<Link href="/changelog/bytebase-3-3-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-
Jan 2nd, 2025
23+
Jan 16th, 2025
2424
</span>
2525
<span className="flex items-center gap-1.5 px-2">
26-
πŸš€ 3.2.0: Selectively sync databases from an instance
26+
πŸš€ 3.3.0: SOC 2
2727
<SmallArrowIcon width={7} height={6} />
2828
</span>
2929
</span>

0 commit comments

Comments
Β (0)