From 126e545d0db59ceb2db736f8f0e0db4f3843255c Mon Sep 17 00:00:00 2001 From: Aolin Date: Fri, 9 Jun 2023 14:44:01 +0800 Subject: [PATCH] cloud release notes: add General changes Signed-off-by: Aolin --- tidb-cloud/tidb-cloud-release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 742ee60610a51..02d1c60427cee 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -10,6 +10,8 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c ## June 6, 2023 +**General changes** + - Introduce [Index Insight (beta)](/tidb-cloud/index-insight.md) for [TiDB Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-dedicated) clusters, which optimizes query performance by providing index recommendations for slow queries. With Index Insight, you can improve the overall application performance and efficiency of your database operations in the following ways: @@ -33,6 +35,8 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c ## June 5, 2023 +**General changes** + - Support connecting your [Data App](/tidb-cloud/tidb-cloud-glossary.md#data-app) to GitHub. By [connecting your Data App to GitHub](/tidb-cloud/data-service-manage-github-connection.md), you can manage all configurations of the Data App as [code files](/tidb-cloud/data-service-app-config-files.md) on Github, which integrates TiDB Cloud Data Service seamlessly with your system architecture and DevOps process.