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
7 changes: 7 additions & 0 deletions docs/changelog/bytebase-3-14-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -67,6 +73,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
</Expandable>
- 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

Expand Down
27 changes: 27 additions & 0 deletions docs/changelog/bytebase-3-14-1.mdx
Original file line number Diff line number Diff line change
@@ -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.

<InstallUpgrade />