Skip to content

Commit eecc041

Browse files
docs: add 3.10.0 changelog (#886)
* update * update
1 parent c756c1e commit eecc041

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Bytebase 3.10.0 - Sep 11, 2025
3+
author: Adela
4+
updated_at: 2025/09/11 18:00:00
5+
description: 'Cassandra data masking'
6+
---
7+
8+
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
9+
10+
## πŸš€ New Features
11+
12+
- **Cassandra** - support data masking.
13+
- Add TLS certificate verification toggle while adding instance.
14+
15+
## πŸ”” Notable Changes
16+
17+
- Service accounts no longer contribute to user usage metrics.
18+
- **API** – Deprecate `SQL_RESULT_SIZE_LIMIT` setting and `DATA_EXPORT` policy. Consolidated `SQLQueryRestrictionSetting` and `ExportDataPolicy` into the `DATA_QUERY` policy.
19+
- **Terraform** – Deprecate `sql_query_restriction` setting. Use the `query_data_policy` block instead, which supports `disable_export`, `maximum_result_rows`, `maximum_result_size`, and `timeout_in_seconds`.
20+
21+
## πŸŽ„ Enhancements
22+
23+
- **Bytebase Cloud** - Gemini AI is enabled automatically in the SaaS mode - Totally FREE!
24+
- **Bytebase GitHub Actions** (bytebase-action) - `rollout` command now outputs a job summary on GitHub. [Example](https://github.com/bytebase/example-gitops-github-flow/actions/runs/17601287317)
25+
- Improve database creation page for clearer information.
26+
27+
## 🐞 Bug Fix
28+
29+
- **SQL Server** - Fix cross-database reference issues in queries.
30+
31+
<InstallUpgrade />

β€Žmintlify/docs.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@
339339
{
340340
"tab": "Changelog",
341341
"pages": [
342+
"changelog/bytebase-3-10-0",
342343
"changelog/bytebase-3-9-2",
343344
"changelog/bytebase-3-9-1",
344345
"changelog/bytebase-3-9-0",

0 commit comments

Comments
Β (0)