From 26d22b9ca1c5490324a3761399b2a085ace76605 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Mon, 23 Sep 2024 16:39:12 +0800 Subject: [PATCH 01/11] Update tidb-cloud-release-notes.md --- tidb-cloud/tidb-cloud-release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index df891da2ff499..ddc12fdc4fd31 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -8,6 +8,12 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes'] This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2024. +## September 24, 2024 + +**General changes** + +- Provide a new [TiFlash vCPU and RAM](/tidb-cloud/size-your-cluster.md#tiflash-vcpu-and-ram) for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters hosted on AWS: `32 vCPU, 128 GiB` + ## September 10, 2024 **General changes** From a2166fd2c817085637da83a42f425cc67c96dcf0 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 24 Sep 2024 08:59:26 +0800 Subject: [PATCH 02/11] Update tidb-cloud/tidb-cloud-release-notes.md Co-authored-by: Grace Cai --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index ddc12fdc4fd31..c2ace07d0891c 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -12,7 +12,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c **General changes** -- Provide a new [TiFlash vCPU and RAM](/tidb-cloud/size-your-cluster.md#tiflash-vcpu-and-ram) for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters hosted on AWS: `32 vCPU, 128 GiB` +- Provide a new [TiFlash vCPU and RAM size](/tidb-cloud/size-your-cluster.md#tiflash-vcpu-and-ram) for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters hosted on AWS: `32 vCPU, 128 GiB` ## September 10, 2024 From 2c4428a58569d0bdf65d9e6cb4e1fd4f82873b4a Mon Sep 17 00:00:00 2001 From: houfaxin Date: Wed, 25 Sep 2024 11:24:39 +0800 Subject: [PATCH 03/11] added CLI changes --- tidb-cloud/tidb-cloud-release-notes.md | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index c2ace07d0891c..e31d792a7c90c 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -14,6 +14,33 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Provide a new [TiFlash vCPU and RAM size](/tidb-cloud/size-your-cluster.md#tiflash-vcpu-and-ram) for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters hosted on AWS: `32 vCPU, 128 GiB` + +**CLI changes** + +- Release [TiDB Cloud CLI v1.0.0-beta.2](https://github.com/tidbcloud/tidbcloud-cli/releases/tag/v1.0.0-beta.2). + + TiDB Cloud CLI provides the following new features: + + - Support SQL user management for [TiDB Cloud Serverless](/tidb-cloud/select-cluster-tier.md#tidb-cloud-serverless) clusters via [`ticloud serverless sql-user`](/tidb-cloud/ticloud-serverless-sql-user-create.md). + - Allow disabling the public endpoint for [TiDB Cloud Serverless](/tidb-cloud/select-cluster-tier.md#tidb-cloud-serverless) clusters in `ticloud serverless create` and `ticloud serverless update`. + - Add the [`ticloud auth whoami`](/tidb-cloud/ticloud-auth-whoami.md) command to get information about the current user when using OAuth authentication. + - Support `--sql`, `--where`, and `--filter` flags in `ticloud serverless export create` to choose source tables flexibly. + - Support exporting data to CSV and Parquet files. + - Support exporting data to Amazon S3 using role ARN as credentials, to GCS and Azure Blob Storage. + - Support importing data from Amazon S3, GCS, and Azure Blob Storage. + - Support creating a branch from a branch and specific timestamp. + + TiDB Cloud CLI enhances the following features: + + - Improve debug logging. Now it can log credentials and user-agent. + - Speed up local export file downloads from tens of KiB per second to tens of MiB per second. + + TiDB Cloud CLI replaces or removes the following features: + + - The `--s3.bucket-uri` flag is replaced by `-s3.uri` in `ticloud serverless export create`. + - `--database` and `--table` flags are removed in ticloud serverless export create. Instead, you can use `--sql`, `--where`, and `--filter` flags. + - `ticloud serverless update` cannot update the annotations field anymore. + ## September 10, 2024 **General changes** From 2a32052012de1766e6fe8eec3a9c4b97b54bcaee Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:29:57 +0800 Subject: [PATCH 04/11] Update tidb-cloud/tidb-cloud-release-notes.md --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index e31d792a7c90c..054ca0b64ff3b 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -37,7 +37,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c TiDB Cloud CLI replaces or removes the following features: - - The `--s3.bucket-uri` flag is replaced by `-s3.uri` in `ticloud serverless export create`. + - The `--s3.bucket-uri` flag is replaced by `--s3.uri` in `ticloud serverless export create`. - `--database` and `--table` flags are removed in ticloud serverless export create. Instead, you can use `--sql`, `--where`, and `--filter` flags. - `ticloud serverless update` cannot update the annotations field anymore. From b3ce62888138a7318b2ec942a79c00ccf2e6f91a Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:30:02 +0800 Subject: [PATCH 05/11] Update tidb-cloud/tidb-cloud-release-notes.md --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 054ca0b64ff3b..49417a0578dde 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -38,7 +38,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c TiDB Cloud CLI replaces or removes the following features: - The `--s3.bucket-uri` flag is replaced by `--s3.uri` in `ticloud serverless export create`. - - `--database` and `--table` flags are removed in ticloud serverless export create. Instead, you can use `--sql`, `--where`, and `--filter` flags. + - `--database` and `--table` flags are removed in `ticloud serverless export create`. Instead, you can use `--sql`, `--where`, and `--filter` flags. - `ticloud serverless update` cannot update the annotations field anymore. ## September 10, 2024 From ee8df4d2acc52a16b9fafeb9e8909bb684ac8cb6 Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:32:21 +0800 Subject: [PATCH 06/11] Update tidb-cloud/tidb-cloud-release-notes.md --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 49417a0578dde..977e443da864d 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -38,7 +38,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c TiDB Cloud CLI replaces or removes the following features: - The `--s3.bucket-uri` flag is replaced by `--s3.uri` in `ticloud serverless export create`. - - `--database` and `--table` flags are removed in `ticloud serverless export create`. Instead, you can use `--sql`, `--where`, and `--filter` flags. + - The `--database` and `--table` flags are removed in `ticloud serverless export create`. Instead, you can use `--sql`, `--where`, and `--filter` flags. - `ticloud serverless update` cannot update the annotations field anymore. ## September 10, 2024 From ff42a01deb2adf7894e26775bf144ce5c572319e Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 25 Sep 2024 11:34:21 +0800 Subject: [PATCH 07/11] Apply suggestions from code review Co-authored-by: Grace Cai Co-authored-by: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> --- tidb-cloud/tidb-cloud-release-notes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 977e443da864d..4c5bfa55fd75b 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -22,13 +22,13 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c TiDB Cloud CLI provides the following new features: - Support SQL user management for [TiDB Cloud Serverless](/tidb-cloud/select-cluster-tier.md#tidb-cloud-serverless) clusters via [`ticloud serverless sql-user`](/tidb-cloud/ticloud-serverless-sql-user-create.md). - - Allow disabling the public endpoint for [TiDB Cloud Serverless](/tidb-cloud/select-cluster-tier.md#tidb-cloud-serverless) clusters in `ticloud serverless create` and `ticloud serverless update`. + - Allow disabling the public endpoint for [TiDB Cloud Serverless](/tidb-cloud/select-cluster-tier.md#tidb-cloud-serverless) clusters in [`ticloud serverless create`](/tidb-cloud/ticloud-cluster-create.md) and [`ticloud serverless update`](/tidb-cloud/ticloud-serverless-update.md). - Add the [`ticloud auth whoami`](/tidb-cloud/ticloud-auth-whoami.md) command to get information about the current user when using OAuth authentication. - - Support `--sql`, `--where`, and `--filter` flags in `ticloud serverless export create` to choose source tables flexibly. + - Support `--sql`, `--where`, and `--filter` flags in [`ticloud serverless export create`](/tidb-cloud/ticloud-serverless-export-create.md) to choose source tables flexibly. - Support exporting data to CSV and Parquet files. - Support exporting data to Amazon S3 using role ARN as credentials, to GCS and Azure Blob Storage. - Support importing data from Amazon S3, GCS, and Azure Blob Storage. - - Support creating a branch from a branch and specific timestamp. + - Support creating a branch from a branch and a specific timestamp. TiDB Cloud CLI enhances the following features: @@ -37,9 +37,9 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c TiDB Cloud CLI replaces or removes the following features: - - The `--s3.bucket-uri` flag is replaced by `--s3.uri` in `ticloud serverless export create`. - - The `--database` and `--table` flags are removed in `ticloud serverless export create`. Instead, you can use `--sql`, `--where`, and `--filter` flags. - - `ticloud serverless update` cannot update the annotations field anymore. + - The `--s3.bucket-uri` flag is replaced by `--s3.uri` in [`ticloud serverless export create`](/tidb-cloud/ticloud-serverless-export-create.md). + - The `--database` and `--table` flags are removed in [`ticloud serverless export create`](/tidb-cloud/ticloud-serverless-export-create.md). Instead, you can use `--sql`, `--where`, and `--filter` flags. + - [`ticloud serverless update`](/tidb-cloud/ticloud-serverless-update.md) cannot update the annotations field anymore. ## September 10, 2024 From 3f753486090d30fc4a28afe16e1aad9b61694818 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 25 Sep 2024 11:36:21 +0800 Subject: [PATCH 08/11] Update tidb-cloud/tidb-cloud-release-notes.md Co-authored-by: Grace Cai --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 4c5bfa55fd75b..bfab5680c760c 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -26,7 +26,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Add the [`ticloud auth whoami`](/tidb-cloud/ticloud-auth-whoami.md) command to get information about the current user when using OAuth authentication. - Support `--sql`, `--where`, and `--filter` flags in [`ticloud serverless export create`](/tidb-cloud/ticloud-serverless-export-create.md) to choose source tables flexibly. - Support exporting data to CSV and Parquet files. - - Support exporting data to Amazon S3 using role ARN as credentials, to GCS and Azure Blob Storage. + - Support exporting data to Amazon S3 using role ARN as credentials, to Google Cloud Storage and Azure Blob Storage. - Support importing data from Amazon S3, GCS, and Azure Blob Storage. - Support creating a branch from a branch and a specific timestamp. From a5fde19619250780c011a381a26d60c5e2ddacd9 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 25 Sep 2024 11:36:46 +0800 Subject: [PATCH 09/11] Update tidb-cloud/tidb-cloud-release-notes.md --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index bfab5680c760c..e4aec3a520c16 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -27,7 +27,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Support `--sql`, `--where`, and `--filter` flags in [`ticloud serverless export create`](/tidb-cloud/ticloud-serverless-export-create.md) to choose source tables flexibly. - Support exporting data to CSV and Parquet files. - Support exporting data to Amazon S3 using role ARN as credentials, to Google Cloud Storage and Azure Blob Storage. - - Support importing data from Amazon S3, GCS, and Azure Blob Storage. + - Support importing data from Amazon S3, Google Cloud Storage, and Azure Blob Storage. - Support creating a branch from a branch and a specific timestamp. TiDB Cloud CLI enhances the following features: From 110e0db78437df3bc7bf39f8a137caf78cb40c14 Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:40:34 +0800 Subject: [PATCH 10/11] Apply suggestions from code review --- tidb-cloud/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index e4aec3a520c16..348aa241d4436 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -26,7 +26,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Add the [`ticloud auth whoami`](/tidb-cloud/ticloud-auth-whoami.md) command to get information about the current user when using OAuth authentication. - Support `--sql`, `--where`, and `--filter` flags in [`ticloud serverless export create`](/tidb-cloud/ticloud-serverless-export-create.md) to choose source tables flexibly. - Support exporting data to CSV and Parquet files. - - Support exporting data to Amazon S3 using role ARN as credentials, to Google Cloud Storage and Azure Blob Storage. + - Support exporting data to Amazon S3 using role ARN as credentials, and also support exporting to Google Cloud Storage and Azure Blob Storage. - Support importing data from Amazon S3, Google Cloud Storage, and Azure Blob Storage. - Support creating a branch from a branch and a specific timestamp. From a288f5672c235cebde985440fe8771b2ef0c2e27 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 25 Sep 2024 11:44:42 +0800 Subject: [PATCH 11/11] Update tidb-cloud/tidb-cloud-release-notes.md --- tidb-cloud/tidb-cloud-release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 348aa241d4436..b820768cf7428 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -14,7 +14,6 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Provide a new [TiFlash vCPU and RAM size](/tidb-cloud/size-your-cluster.md#tiflash-vcpu-and-ram) for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters hosted on AWS: `32 vCPU, 128 GiB` - **CLI changes** - Release [TiDB Cloud CLI v1.0.0-beta.2](https://github.com/tidbcloud/tidbcloud-cli/releases/tag/v1.0.0-beta.2).