From a1ecfb0cbb485f415161bd61ce528e6060068b2f Mon Sep 17 00:00:00 2001 From: Walter Date: Sat, 22 Feb 2025 15:54:22 +0800 Subject: [PATCH 1/2] Release 2025-02-21 --- docs/release-notes/release-notes-cloud.md | 38 +++++++++++++++++++ docs/release-notes/release-notes-community.md | 10 +++++ docs/release-notes/release-notes-on-prem.md | 16 ++++++++ 3 files changed, 64 insertions(+) diff --git a/docs/release-notes/release-notes-cloud.md b/docs/release-notes/release-notes-cloud.md index c77c7c93..9bb59986 100644 --- a/docs/release-notes/release-notes-cloud.md +++ b/docs/release-notes/release-notes-cloud.md @@ -6,6 +6,32 @@ import Content from '../reuse-content/_cloud-features.md'; To enhance the user experience, TapData Cloud continuously enriches and optimizes product features and rectifies known defects by releasing new versions. This article provides an update log for TapData Cloud, helping you grasp the new feature specifications more effectively. +```mdx-code-block +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +``` + + +```mdx-code-block + + +``` + +### 2025-02-21 + +#### New Features + +- Added support for the [Sybase to PostgreSQL](../prerequisites/on-prem-databases/sybase.md) sync scenario, now supporting synchronization of default values, enumerated types, and sequences. +- Enabled the ability to define a primary key for tables without a primary key when configuring [Primary-Secondary Merge Nodes](../user-guide/data-development/process-node.md#pri-sec-merged), ensuring data synchronization consistency and improving merge efficiency. + +#### Enhancements + +- Improved field derivation logic for the Sybase to PostgreSQL sync scenario. + +#### Bug Fixes + +- Fixed an issue with multi-level associated keys in primary-secondary merges, preventing incorrect merging of child table data. + ### 2025-01-24 #### Bug Fixes @@ -27,6 +53,11 @@ To enhance the user experience, TapData Cloud continuously enriches and optimize - Fixed the issue where shared data mining tasks initiated by the admin user could not be used properly by other users. + + + + + ### 2024-12-30 #### Enhancements @@ -457,6 +488,11 @@ To enhance the user experience, TapData Cloud continuously enriches and optimize * Fixed instability in tasks due to frequent WebSocket reconnections. * Corrected several UI interaction experience issues. + + + + + ## 2023-12-26 ### New Features @@ -601,3 +637,5 @@ To enhance the user experience, TapData Cloud continuously enriches and optimize ### Bug Fixes - Fixed the issue where users couldn't view the monitoring page for previously run tasks. + + \ No newline at end of file diff --git a/docs/release-notes/release-notes-community.md b/docs/release-notes/release-notes-community.md index a5d0e995..6179c04f 100644 --- a/docs/release-notes/release-notes-community.md +++ b/docs/release-notes/release-notes-community.md @@ -6,6 +6,16 @@ import Content from '../reuse-content/_community-features.md'; This document introduces the recent release notes for TapData Community. For more information on earlier versions, please refer to the [GitHub Release Page](https://github.com/tapdata/tapdata/releases). +## 3.23.0 + +### New Features + +- Enabled the ability to define a primary key for tables without a primary key when configuring [Primary-Secondary Merge Nodes](../user-guide/data-development/process-node.md#pri-sec-merged), ensuring data synchronization consistency and improving merge efficiency. + +### Bug Fixes + +- Fixed an issue with multi-level associated keys in primary-secondary merges, preventing incorrect merging of child table data. + ## 3.22.0 ### Enhancements diff --git a/docs/release-notes/release-notes-on-prem.md b/docs/release-notes/release-notes-on-prem.md index 162178e5..7b137ee8 100644 --- a/docs/release-notes/release-notes-on-prem.md +++ b/docs/release-notes/release-notes-on-prem.md @@ -6,6 +6,22 @@ import Content from '../reuse-content/_enterprise-features.md'; This article provides release notes for TapData Enterprise, including new features, improvements, and bug fixes. +## 3.23.0 + +### New Features + +- Added support for the [Sybase to PostgreSQL](../prerequisites/on-prem-databases/sybase.md) sync scenario, now supporting synchronization of default values, enumerated types, and sequences. +- Enabled the ability to define a primary key for tables without a primary key when configuring [Primary-Secondary Merge Nodes](../user-guide/data-development/process-node.md#pri-sec-merged), ensuring data synchronization consistency and improving merge efficiency. + +### Enhancements + +- Improved field derivation logic for the Sybase to PostgreSQL sync scenario. +- Optimized CPU usage in shared mining tasks during concurrent multi-table consumption scenarios. + +### Bug Fixes + +- Fixed an issue with multi-level associated keys in primary-secondary merges, preventing incorrect merging of child table data. + ## 3.22.0 ### Enhancements From 54203a366e0d83e9e5a3fd27d9ebf08604f3d401 Mon Sep 17 00:00:00 2001 From: Walter Date: Sat, 22 Feb 2025 16:23:24 +0800 Subject: [PATCH 2/2] Update release-notes-cloud.md --- docs/release-notes/release-notes-cloud.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-cloud.md b/docs/release-notes/release-notes-cloud.md index 9bb59986..a63de291 100644 --- a/docs/release-notes/release-notes-cloud.md +++ b/docs/release-notes/release-notes-cloud.md @@ -602,7 +602,7 @@ import TabItem from '@theme/TabItem'; * Fixed an issue where the wrong category of operation logs was recorded when restarting the Agent via the webpage. ---- + ## 2023-09-20 @@ -638,4 +638,5 @@ import TabItem from '@theme/TabItem'; - Fixed the issue where users couldn't view the monitoring page for previously run tasks. - \ No newline at end of file + + \ No newline at end of file