From 1b06b2e3a88f391699406674a70f62eca315e585 Mon Sep 17 00:00:00 2001 From: Ran Date: Tue, 30 May 2023 17:01:32 +0800 Subject: [PATCH 1/2] add release notes Signed-off-by: Ran --- tidb-cloud/tidb-cloud-release-notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 163fa20e6c670..23b74193da48c 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -8,6 +8,22 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes'] This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2023. +## May 30, 2023 + +**General changes** + +- Enhance support for incremental data migration for the Data Migration feature in TiDB Cloud. + + You can now specify a binlog position or a GTID to replicate incremental data generated after the specified position to TiDB Cloud. This enhancement empowers you with greater flexibility to select and replicate the data you need, aligning with your specific requirements. + + For details, refer to [Migrate Only Incremental Data from MySQL-Compatible Databases to TiDB Cloud Using Data Migration](/tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md). + +- Add a new event type (ImportData) to the [**Events**](/tidb-cloud/tidb-cloud-events.md) page. + +- Remove **Playground** from the TiDB Cloud console. + + Stay tuned for the new standalone Playground with an optimized experience. + ## May 23, 2023 **General changes** From d6384b76c3cd8ee8f2debd535ea5434bdfa30cd3 Mon Sep 17 00:00:00 2001 From: Ran Date: Tue, 30 May 2023 18:05:36 +0800 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Grace Cai --- tidb-cloud/tidb-cloud-release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 23b74193da48c..28d2c802d15df 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -14,11 +14,11 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Enhance support for incremental data migration for the Data Migration feature in TiDB Cloud. - You can now specify a binlog position or a GTID to replicate incremental data generated after the specified position to TiDB Cloud. This enhancement empowers you with greater flexibility to select and replicate the data you need, aligning with your specific requirements. + You can now specify a binlog position or a global transaction identifier (GTID) to replicate only incremental data generated after the specified position to TiDB Cloud. This enhancement empowers you with greater flexibility to select and replicate the data you need, aligning with your specific requirements. For details, refer to [Migrate Only Incremental Data from MySQL-Compatible Databases to TiDB Cloud Using Data Migration](/tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md). -- Add a new event type (ImportData) to the [**Events**](/tidb-cloud/tidb-cloud-events.md) page. +- Add a new event type (`ImportData`) to the [**Events**](/tidb-cloud/tidb-cloud-events.md) page. - Remove **Playground** from the TiDB Cloud console.