diff --git a/docs/changelog/bytebase-3-14-0.mdx b/docs/changelog/bytebase-3-14-0.mdx index d7d678a5..a8f5cca9 100644 --- a/docs/changelog/bytebase-3-14-0.mdx +++ b/docs/changelog/bytebase-3-14-0.mdx @@ -36,6 +36,12 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Add new policy permissions: - `bb.policies.getMaskingRulePolicy` - `bb.policies.updateMaskingRulePolicy` + - `bb.policies.createMaskingRulePolicy` + - `bb.policies.deleteMaskingRulePolicy` + - `bb.policies.getMaskingExemptionPolicy` + - `bb.policies.updateMaskingExemptionPolicy` + - `bb.policies.createMaskingExemptionPolicy` + - `bb.policies.deleteMaskingExemptionPolicy` - Add new settings permissions: - `bb.settings.getEnvironment` - `bb.settings.setEnvironment` @@ -67,6 +73,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; - Remove `maximum_connections` from **Instance Settings** and use `Parallel tasks per rollout` in **Project Settings** instead. For Terraform, remove `maximum_connections` from the instance resource. - Unify `TRUNCATE_TABLE` and `TRUNCATE` into a single `TRUNCATE` statement type for **Custom Approval** CEL expressions. +- Releases are now identified by `release_id` (e.g., `my-release-RC00`) with automatic train/RC iteration numbering. The `title`, `digest` fields are removed from the Release API, and UpdateRelease returns `UNIMPLEMENTED`. For Terraform, update `bytebase_release` resource if using `title` or `digest` fields. ## 🚀 Features diff --git a/docs/changelog/bytebase-3-14-1.mdx b/docs/changelog/bytebase-3-14-1.mdx new file mode 100644 index 00000000..4217d4f5 --- /dev/null +++ b/docs/changelog/bytebase-3-14-1.mdx @@ -0,0 +1,27 @@ +--- +title: Bytebase 3.14.1 - Jan 29, 2026 +author: Adela +updated_at: 2026/01/29 18:00:00 +description: 'Improvements and Bug Fixes' + +--- + +import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; + +## 🎄 Enhancements + +- Improve result masking performance for queries spanning multiple databases, and enhance masking coverage. +- Show rollout link whenever plan has a rollout, regardless of issue status. +- **Google Cloud SQL** — Support IAM authentication for connections. +- **Azure SCIM** — Support string-format active field and source setting in SCIM PATCH API. + +## 🐞 Bug Fixes + +- Fix database group SQL checks bypassed issue. +- Fix export data issues: add task actions (Run/Retry, Skip, Cancel) and fix skip/download functionality. +- Fix page table showing errors from corrupted localStorage page size. +- Fix minor issues for IM integration: direct messaging not working for new installation and settings page not showing configured data. +- Fix missing users and approvers in some webhook notifications. +- Fix nested transaction patterns that could cause deadlocks under high concurrency. + +