diff --git a/docs/release-notes/release-notes-cloud.md b/docs/release-notes/release-notes-cloud.md index c77c7c93..a63de291 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 @@ -566,7 +602,7 @@ To enhance the user experience, TapData Cloud continuously enriches and optimize * Fixed an issue where the wrong category of operation logs was recorded when restarting the Agent via the webpage. ---- + ## 2023-09-20 @@ -601,3 +637,6 @@ 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