From 1d1aeb0cae55e09fc401b4cf3fa1a21472a359cc Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Tue, 26 May 2026 09:45:49 +0000 Subject: [PATCH 1/4] cloud: add cloud release notes for release-20260526 --- .../releases/tidb-cloud-release-notes.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 3fcf5e6d96bf4..bdca4e312834c 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -8,6 +8,37 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes'] This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2026. +## May 26, 2026 + +**General changes** + +- **TiDB Cloud Starter** + + - Add two new AWS regions for [full-text search](https://docs.pingcap.com/ai/vector-search-full-text-search-python/) (public preview) on TiDB Cloud Starter: `Tokyo (ap-northeast-1) and Oregon (us-west-2)`. The feature is now available in the following AWS regions: + + - `Tokyo (ap-northeast-1)` + - `Oregon (us-west-2)` + - `Frankfurt (eu-central-1)` + - `Singapore (ap-southeast-1)` + +- **TiDB Cloud Essential** + + - Top RU is now available in public preview for [TiDB Cloud Essential](/tidb-cloud/select-cluster-tier.md#essential) in the following regions: + + - AWS: `Oregon (us-west-2)`, `Frankfurt (eu-central-1)`, `Singapore (ap-southeast-1)` + + This feature shows the top RU-consuming SQL statements at minute-level granularity, helping you quickly identify resource-intensive queries to reduce costs. + + The feature is rolling out in phases. To request early access, contact [support@pingcap.com](mailto:support@pingcap.com). + +**API changes** + +- TiDB Cloud IAM API (v1beta1) supports managing organization members programmatically. + + The new Members endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. + + For more information, see [TiDB Cloud IAM API](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam/). + ## May 19, 2026 **General changes** From 6dd5a8e323af4e5a1caf067861e24391b4010030 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 26 May 2026 17:48:47 +0800 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tidb-cloud/releases/tidb-cloud-release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index bdca4e312834c..766391db47b1e 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -14,7 +14,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **TiDB Cloud Starter** - - Add two new AWS regions for [full-text search](https://docs.pingcap.com/ai/vector-search-full-text-search-python/) (public preview) on TiDB Cloud Starter: `Tokyo (ap-northeast-1) and Oregon (us-west-2)`. The feature is now available in the following AWS regions: + - Add two new AWS regions for [full-text search](https://docs.pingcap.com/ai/vector-search-full-text-search-python/) (public preview) on TiDB Cloud Starter: `Tokyo (ap-northeast-1)` and `Oregon (us-west-2)`. The feature is now available in the following AWS regions: - `Tokyo (ap-northeast-1)` - `Oregon (us-west-2)` @@ -35,7 +35,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - TiDB Cloud IAM API (v1beta1) supports managing organization members programmatically. - The new Members endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. + The new `Members` endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. For more information, see [TiDB Cloud IAM API](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam/). From 4a02ede2b0d52609b8b32406b23eb1bf9664c55d Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 26 May 2026 17:50:36 +0800 Subject: [PATCH 3/4] Update tidb-cloud/releases/tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 766391db47b1e..16c0a8a12216c 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -35,9 +35,9 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - TiDB Cloud IAM API (v1beta1) supports managing organization members programmatically. - The new `Members` endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. + The new `Members` endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. - For more information, see [TiDB Cloud IAM API](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam/). + For more information, see [TiDB Cloud IAM API](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam/). ## May 19, 2026 From edbfe675646871d7bb3683c24c5efa5c102c3281 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 26 May 2026 18:05:40 +0800 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Aolin --- 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 16c0a8a12216c..e57937e1a69c2 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -14,7 +14,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **TiDB Cloud Starter** - - Add two new AWS regions for [full-text search](https://docs.pingcap.com/ai/vector-search-full-text-search-python/) (public preview) on TiDB Cloud Starter: `Tokyo (ap-northeast-1)` and `Oregon (us-west-2)`. The feature is now available in the following AWS regions: + - Add two new AWS regions for [full-text search](https://docs.pingcap.com/ai/vector-search-full-text-search-python/) (public preview) on [TiDB Cloud Starter](/tidb-cloud/select-cluster-tier.md#starter): `Tokyo (ap-northeast-1)` and `Oregon (us-west-2)`. The feature is now available in the following AWS regions: - `Tokyo (ap-northeast-1)` - `Oregon (us-west-2)` @@ -35,9 +35,9 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - TiDB Cloud IAM API (v1beta1) supports managing organization members programmatically. - The new `Members` endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. + The new `/members` endpoints let you manage organization membership and role assignments. You can use these endpoints to automate user lifecycle management tasks, such as onboarding new members with specific roles, adjusting permissions as responsibilities change, and removing members who leave the organization. - For more information, see [TiDB Cloud IAM API](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam/). + For more information, see [TiDB Cloud IAM API](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam/#tag/Member). ## May 19, 2026