diff --git a/mintlify/changelog/bytebase-3-10-0.mdx b/mintlify/changelog/bytebase-3-10-0.mdx new file mode 100644 index 000000000..0c35052c2 --- /dev/null +++ b/mintlify/changelog/bytebase-3-10-0.mdx @@ -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. + + diff --git a/mintlify/docs.json b/mintlify/docs.json index 868a1cfe4..ff5eb4155 100644 --- a/mintlify/docs.json +++ b/mintlify/docs.json @@ -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",