Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions mintlify/changelog/bytebase-3-10-0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Bytebase 3.10.0 - Sep 11, 2025
author: Adela
updated_at: 2025/09/11 18:00:00
description: 'Cassandra data masking'
---

import InstallUpgrade from '/snippets/install/install-upgrade.mdx';

## 🚀 New Features

- **Cassandra** - support data masking.
- Add TLS certificate verification toggle while adding instance.

## 🔔 Notable Changes

- Service accounts no longer contribute to user usage metrics.
- **API** – Deprecate `SQL_RESULT_SIZE_LIMIT` setting and `DATA_EXPORT` policy. Consolidated `SQLQueryRestrictionSetting` and `ExportDataPolicy` into the `DATA_QUERY` policy.
- **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`.

## 🎄 Enhancements

- **Bytebase Cloud** - Gemini AI is enabled automatically in the SaaS mode - Totally FREE!
- **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)
- Improve database creation page for clearer information.

## 🐞 Bug Fix

- **SQL Server** - Fix cross-database reference issues in queries.

<InstallUpgrade />
1 change: 1 addition & 0 deletions mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@
{
"tab": "Changelog",
"pages": [
"changelog/bytebase-3-10-0",
"changelog/bytebase-3-9-2",
"changelog/bytebase-3-9-1",
"changelog/bytebase-3-9-0",
Expand Down