From 58a2f2ac33725fa0275b186116a755e42980f08c Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Tue, 4 Aug 2026 09:19:57 +0000 Subject: [PATCH 1/7] cloud: add cloud release notes for release-20260804 --- .../releases/tidb-cloud-release-notes.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index f5d2823f22f57..dfef18170ad8c 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -8,6 +8,53 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes','/ai/v This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2026. +## August 4, 2026 + +**General changes** + +- **TiDB Cloud Essential** + + - Support subscribing to alert notifications from TiDB Cloud Essential via generic webhooks. + + If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. + + For more information, see Subscribe via Webhook. + +- **TiDB Cloud Premium** + + - Support Amazon MSK Provisioned clusters as changefeed sinks for TiDB Cloud Premium instances. + + For TiDB Cloud Premium instances hosted on AWS, you can now stream row change events to Amazon MSK Provisioned clusters over AWS PrivateLink. + + For more information, see [Set Up Private Endpoint for Changefeeds](/tidb-cloud/premium/set-up-sink-private-endpoint-premium.md) and [Set Up an Amazon MSK Provisioned Cluster via AWS PrivateLink](/tidb-cloud/serverless-private-link-connection-to-amazon-msk.md). + + - Introduce **Custom Retention Mode** for automatic backups on TiDB Cloud Premium instances. + + TiDB Cloud Premium now offers two automatic backup modes: + + - **Custom Retention Mode:** lets you specify the retention period from 3 to 33 days and choose when daily snapshots are created. + - **Standard Bundle Mode:** preserves the previous default automatic backup settings for PITR, hourly snapshots, and daily snapshots. + + For more information, see [Automatic backup modes](/tidb-cloud/premium/backup-and-restore-premium.md). + + - Support subscribing to alert notifications from TiDB Cloud Premium via generic webhooks. + + If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. + + For more information, see Subscribe via Webhook. + +- **TiDB Cloud Dedicated** + + - Update pause requirements for TiDB Cloud Dedicated clusters. + + Before [pausing a TiDB Cloud Dedicated cluster](/tidb-cloud/pause-or-resume-tidb-cluster.md), you must turn off [Point-in-Time Restore (PITR)](/tidb-cloud/backup-and-restore.md#turn-on-point-in-time-restore) and ensure that no Data Migration job is running. If either condition is not met, TiDB Cloud rejects the pause request and displays an error message. + + - Support subscribing to alert notifications from TiDB Cloud Dedicated via generic webhooks. + + If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. + + For more information, see Subscribe via Webhook. + ## July 28, 2026 **General changes** From ce2827d2c00937d3b399d14de4d1924cd271451a Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 4 Aug 2026 17:30:46 +0800 Subject: [PATCH 2/7] update links to the webhook doc --- tidb-cloud/releases/tidb-cloud-release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index dfef18170ad8c..ca6986748e79a 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -18,7 +18,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. - For more information, see Subscribe via Webhook. + For more information, see [Subscribe via Webhook](https://docs.pingcap.com/tidbcloud/monitor-alert-webhook/?plan=essential). - **TiDB Cloud Premium** @@ -41,7 +41,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. - For more information, see Subscribe via Webhook. + For more information, see [Subscribe via Webhook](https://docs.pingcap.com/tidbcloud/monitor-alert-webhook/?plan=premium). - **TiDB Cloud Dedicated** @@ -53,7 +53,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. - For more information, see Subscribe via Webhook. + For more information, see [Subscribe via Webhook](https://docs.pingcap.com/tidbcloud/monitor-alert-webhook/). ## July 28, 2026 From b75f5c659647ce6000cb2c8875226ff3281f7d4a Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 4 Aug 2026 17:56:26 +0800 Subject: [PATCH 3/7] add an anchor for automatic-backup-modes --- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index ca6986748e79a..f71716ce56698 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -35,7 +35,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **Custom Retention Mode:** lets you specify the retention period from 3 to 33 days and choose when daily snapshots are created. - **Standard Bundle Mode:** preserves the previous default automatic backup settings for PITR, hourly snapshots, and daily snapshots. - For more information, see [Automatic backup modes](/tidb-cloud/premium/backup-and-restore-premium.md). + For more information, see [Automatic backup modes](/tidb-cloud/premium/backup-and-restore-premium.md#automatic-backup-modes). - Support subscribing to alert notifications from TiDB Cloud Premium via generic webhooks. From f46f70bf5995ea19ed32ef5775be16bbee682f17 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 4 Aug 2026 18:00:21 +0800 Subject: [PATCH 4/7] add a link for Amazon MSK Provisioned --- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index f71716ce56698..ca9e65dfe0968 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -22,7 +22,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **TiDB Cloud Premium** - - Support Amazon MSK Provisioned clusters as changefeed sinks for TiDB Cloud Premium instances. + - Support [Amazon MSK Provisioned](https://docs.aws.amazon.com/msk/latest/developerguide/msk-provisioned.html) clusters as changefeed sinks for TiDB Cloud Premium instances. For TiDB Cloud Premium instances hosted on AWS, you can now stream row change events to Amazon MSK Provisioned clusters over AWS PrivateLink. From e97c9b619093a092cff2b79c14472d11110082c7 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 5 Aug 2026 09:21:51 +0800 Subject: [PATCH 5/7] remove the note of Custom Retention Mode --- tidb-cloud/releases/tidb-cloud-release-notes.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index ca9e65dfe0968..e800e476cb631 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -28,15 +28,6 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c For more information, see [Set Up Private Endpoint for Changefeeds](/tidb-cloud/premium/set-up-sink-private-endpoint-premium.md) and [Set Up an Amazon MSK Provisioned Cluster via AWS PrivateLink](/tidb-cloud/serverless-private-link-connection-to-amazon-msk.md). - - Introduce **Custom Retention Mode** for automatic backups on TiDB Cloud Premium instances. - - TiDB Cloud Premium now offers two automatic backup modes: - - - **Custom Retention Mode:** lets you specify the retention period from 3 to 33 days and choose when daily snapshots are created. - - **Standard Bundle Mode:** preserves the previous default automatic backup settings for PITR, hourly snapshots, and daily snapshots. - - For more information, see [Automatic backup modes](/tidb-cloud/premium/backup-and-restore-premium.md#automatic-backup-modes). - - Support subscribing to alert notifications from TiDB Cloud Premium via generic webhooks. If the [support plan](/tidb-cloud/connected-care-overview.md#connected-care) of your organization is **Enterprise** or **Premium**, you can now receive alert notifications via a generic webhook. For services that require custom payload formats, such as Telegram or Microsoft Teams, use a lightweight relay to transform and forward the notifications. From a635f8df370383a251a37ecb2d7c66b255260973 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 5 Aug 2026 09:33:14 +0800 Subject: [PATCH 6/7] Update tidb-cloud/releases/tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index e800e476cb631..694700d96327e 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -26,7 +26,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c For TiDB Cloud Premium instances hosted on AWS, you can now stream row change events to Amazon MSK Provisioned clusters over AWS PrivateLink. - For more information, see [Set Up Private Endpoint for Changefeeds](/tidb-cloud/premium/set-up-sink-private-endpoint-premium.md) and [Set Up an Amazon MSK Provisioned Cluster via AWS PrivateLink](/tidb-cloud/serverless-private-link-connection-to-amazon-msk.md). + For more information, see [Set Up Private Endpoint for Changefeeds](/tidb-cloud/premium/set-up-sink-private-endpoint-premium.md) and [Set Up an Amazon MSK Provisioned Cluster via AWS PrivateLink](/tidb-cloud/setup-aws-msk-provisioned-private-link-service.md). - Support subscribing to alert notifications from TiDB Cloud Premium via generic webhooks. From 2096fe56002df79a8fa392cf50213049675d0ac5 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 5 Aug 2026 09:34:24 +0800 Subject: [PATCH 7/7] Update tidb-cloud/releases/tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 694700d96327e..a2a0c2a552a38 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -38,7 +38,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Update pause requirements for TiDB Cloud Dedicated clusters. - Before [pausing a TiDB Cloud Dedicated cluster](/tidb-cloud/pause-or-resume-tidb-cluster.md), you must turn off [Point-in-Time Restore (PITR)](/tidb-cloud/backup-and-restore.md#turn-on-point-in-time-restore) and ensure that no Data Migration job is running. If either condition is not met, TiDB Cloud rejects the pause request and displays an error message. + Before [pausing a TiDB Cloud Dedicated cluster](/tidb-cloud/pause-or-resume-tidb-cluster.md), you must turn off [Point-in-Time Restore (PITR)](/tidb-cloud/backup-and-restore.md#turn-on-point-in-time-restore) and ensure that no Data Migration (DM) job is running. If either condition is not met, TiDB Cloud rejects the pause request and displays an error message. - Support subscribing to alert notifications from TiDB Cloud Dedicated via generic webhooks.