From 1a533c84f0462b0ddae3ec0c315073605a9c2a47 Mon Sep 17 00:00:00 2001
From: adela
Date: Fri, 16 Jan 2026 11:39:29 +0100
Subject: [PATCH 1/3] update 3.14.0 changelog
---
docs/changelog/bytebase-3-14-0.mdx | 41 +++++++++++++++++-------------
1 file changed, 24 insertions(+), 17 deletions(-)
diff --git a/docs/changelog/bytebase-3-14-0.mdx b/docs/changelog/bytebase-3-14-0.mdx
index f418c5d7..cefbfa63 100644
--- a/docs/changelog/bytebase-3-14-0.mdx
+++ b/docs/changelog/bytebase-3-14-0.mdx
@@ -1,14 +1,14 @@
---
title: Bytebase 3.14.0 - Jan 15, 2026
author: Adela
-updated_at: 2026/01/15 18:00:00
-description: 'Separate CI and CD phases'
+updated_at: 2026/01/16 18:00:00
+description: 'Separate CI and CD phases and Redefine Webhook Events'
---
import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
-## 🔔 Notable Changes
+## 🌟 Sequel to New CI/CD Experience
- Redesign the database CI/CD workflow to align with industry practices (GitHub, GitLab) by clearly separating **CI (review)** and **CD (deployment)** phases:
@@ -18,11 +18,20 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
- Rollout creation: previously rollout is created at the same time when issue is created, but now it's creation is decoupled from issue creation, with 2 creation modes: 1) automatic creation, if issue is approved AND SQL review check pass; 2) user can manually create in other cases (most common case, issue approved BUT review not passed, and there should be an action button).
- As a result of mode 2, project releaser might need to create rollout manually before executing rollout, so `bb.rollouts.create` permission is added to project releaser role. All custom roles for rollout initiation are advised to be assigned `bb.rollouts.create` permission. This permission only controls who can create a rollout; it does not bypass approval requirements or task execution.
-- Update **Project Webhook events**. Please review the [documentation](/change-database/webhook) for the current list of supported events to ensure your listeners remain compatible.
-- Improve permission guards and access control:
+- Remove `auto_resolve_issue` and `allow_modify_statement` from **Project Settings**.
+- For Terraform, remove `allow_modify_statement` and `auto_resolve_issue` from the project resource, remove `auto_resolve_issue` from the workspace_profile setting resource.
+
+## 🔔 Other Notable Changes
+
+- Update [**Project Webhook events**](/change-database/webhook#supported-events).
- - Stop hiding UI elements when users lack permissions and show a no permission alert instead. Allow users with `bb.issues.create` permission to request Project roles directly from the UI.
+ - For Terraform, the `notification_types` in the project webhook are changed to `ISSUE_CREATED`, `ISSUE_APPROVAL_REQUESTED`, `ISSUE_SENT_BACK`, `PIPELINE_FAILED` and `PIPELINE_COMPLETED`.
+
+- Improve permission guards and access control:
+ - Stop hiding UI elements when users lack permissions and show a no permission alert instead.
+ - Allow users with `bb.issues.create` permission to request Project roles directly from the UI.
- Allow **Project Owners** to disable the self-service role request workflow in **Project Settings**.
+
- Introduce more granular permission management:
- Add new policy permissions:
- `bb.policies.getMaskingRulePolicy`
@@ -39,6 +48,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
- Tighten **Workspace Members** permissions:
- Revoke `bb.settings.get`, `bb.settings.list`, `bb.projects.list`.
- If **Workspace Members** should not access the user list, create a custom role and revoke `bb.users.list` and `bb.users.get`.
+ - For Terraform, support configure `allow_request_role`, `data_classification_config_id`, `enforce_sql_review`, `force_issue_labels`, `issue_labels`, `labels`, `require_issue_approval`, `require_plan_check_no_error` for the project resource.
- Redesign the **Database Changelog** and **Revision** pages.
- Remove **Schema Drift Detection** feature:
@@ -48,22 +58,19 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
- Remove `dump_version` field from `ChangelogPayload` in store proto.
- Update core APIs `CreateSheet`, `CreatePlan`, `CreateRollout`, and `CreateRelease`, please refer to the latest API documentation for updated request/response definitions.
-- Remove `auto_resolve_issue` and `allow_modify_statement` from **Project Settings**.
-- Remove `maximum_connections` from **Instance Settings** and use `Parallel tasks per rollout` in **Project Settings** instead.
-- Unify `TRUNCATE_TABLE` and `TRUNCATE` into a single `TRUNCATE` statement type for **Custom Approval** CEL expressions.
-- Update **Terraform provider**:
- - Remove `allow_modify_statement` and `auto_resolve_issue` from the project resource.
- - Remove `auto_resolve_issue` from the workspace_profile setting resource.
- - Remove `maximum_connections` from the instance resource.
- - The `notification_types` in the project webhook are changed to `ISSUE_CREATED`, `ISSUE_APPROVAL_REQUESTED`, `ISSUE_SENT_BACK`, `PIPELINE_FAILED` and `PIPELINE_COMPLETED`.
- - Support configure `allow_request_role`, `data_classification_config_id`, `enforce_sql_review`, `force_issue_labels`, `issue_labels`, `labels`, `require_issue_approval`, `require_plan_check_no_error` for the project resource.
+ - Sheet: Remove `engine`, `title`, `creator`, `create_time` fields; remove `UpdateSheet` RPC (sheets are now immutable).
+ - Plan: Remove `rollout` field (use `has_rollout` boolean); remove `ChangeDatabaseConfig.type` field.
+ - Rollout: Resource path changed from `projects/*/rollouts/*` to `projects/*/plans/*/rollout`; remove `rollout` field from `CreateRolloutRequest`.
+ - Release: Move `File.type` to release level; remove `File.id` field; remove `SearchReleases` RPC.
+ - Common: Remove `DatabaseChangeType` enum; consolidate `DATABASE_SDL` into `DATABASE_MIGRATE`.
+- 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.
## 🚀 Features
-- Add **refresh token** support (previously only access tokens were supported).
-- Allow configuring **Access token duration** and **Refresh token duration** (previously the sign-in frequency setting).
+- Improve access and refresh token support. Add refresh tokens (previously only access tokens on the web were supported) and allow separate configuration of **access token duration** and **refresh token duration** (previously the sign-in frequency setting).
- Allow setting `No approval required` in approval rules when configured conditions are met.
- Support [**Workload Identity** with **GitLab**](/administration/user-groups/workload-identity/gitlab-ci).
From c4fb6589a9cd21486ca01c4b8231adb6f866a165 Mon Sep 17 00:00:00 2001
From: Adela
Date: Fri, 16 Jan 2026 13:58:23 +0100
Subject: [PATCH 2/3] Update docs/changelog/bytebase-3-14-0.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
docs/changelog/bytebase-3-14-0.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/changelog/bytebase-3-14-0.mdx b/docs/changelog/bytebase-3-14-0.mdx
index cefbfa63..c96ec567 100644
--- a/docs/changelog/bytebase-3-14-0.mdx
+++ b/docs/changelog/bytebase-3-14-0.mdx
@@ -25,7 +25,7 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
- Update [**Project Webhook events**](/change-database/webhook#supported-events).
- - For Terraform, the `notification_types` in the project webhook are changed to `ISSUE_CREATED`, `ISSUE_APPROVAL_REQUESTED`, `ISSUE_SENT_BACK`, `PIPELINE_FAILED` and `PIPELINE_COMPLETED`.
+ - For Terraform, the `notification_types` in the project webhook are changed to `ISSUE_CREATED`, `ISSUE_APPROVAL_REQUESTED`, `ISSUE_SENT_BACK`, `PIPELINE_FAILED` and `PIPELINE_COMPLETED`.
- Improve permission guards and access control:
- Stop hiding UI elements when users lack permissions and show a no permission alert instead.
From cf9c89e31993f397def07e0f51227c0c8cde5eb7 Mon Sep 17 00:00:00 2001
From: adela
Date: Fri, 16 Jan 2026 15:29:02 +0100
Subject: [PATCH 3/3] update
---
docs/changelog/bytebase-3-14-0.mdx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/changelog/bytebase-3-14-0.mdx b/docs/changelog/bytebase-3-14-0.mdx
index c96ec567..d7d678a5 100644
--- a/docs/changelog/bytebase-3-14-0.mdx
+++ b/docs/changelog/bytebase-3-14-0.mdx
@@ -10,13 +10,13 @@ import InstallUpgrade from '/snippets/install/install-upgrade.mdx';
## 🌟 Sequel to New CI/CD Experience
-- Redesign the database CI/CD workflow to align with industry practices (GitHub, GitLab) by clearly separating **CI (review)** and **CD (deployment)** phases:
+- Database **CI (review)** and **CD (deployment)** are 2 separated phases, aligning with industry standard CI/CD practices (GitHub, GitLab):
- - Issue page now displays plan changes directly - no more context switching between tabs.
- - Rollout is now a standalone deployment page, clearly separating review from execution.
+ - **CI (review)** - issue page displays plan changes directly, no more context switching between tabs.
+ - **CD (deployment)** - rollout is now a standalone page, clearly separating review from execution.
- Rollout UI now supports release-based tasks — showing per-file execution status, command duration, and release info in task items.
- - Rollout creation: previously rollout is created at the same time when issue is created, but now it's creation is decoupled from issue creation, with 2 creation modes: 1) automatic creation, if issue is approved AND SQL review check pass; 2) user can manually create in other cases (most common case, issue approved BUT review not passed, and there should be an action button).
- - As a result of mode 2, project releaser might need to create rollout manually before executing rollout, so `bb.rollouts.create` permission is added to project releaser role. All custom roles for rollout initiation are advised to be assigned `bb.rollouts.create` permission. This permission only controls who can create a rollout; it does not bypass approval requirements or task execution.
+ - Rollout creation: introduce creation dependency between issue and rollout, with 2 rollout creation modes - 1) automatic creation, if issue is approved AND SQL review check pass; 2) manual creation, in other cases, e.g. issue approved BUT review not passed.
+ - Rollout permission: as a result of introducing manual creation, `bb.rollouts.create` permission is added to **Project Releaser** role . All custom roles for rollout initiation are advised to be assigned `bb.rollouts.create` permission (it only controls who can create a rollout, but it does not bypass approval requirements or task execution).
- Remove `auto_resolve_issue` and `allow_modify_statement` from **Project Settings**.
- For Terraform, remove `allow_modify_statement` and `auto_resolve_issue` from the project resource, remove `auto_resolve_issue` from the workspace_profile setting resource.