Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion docs/release-notes/release-notes-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Tabs className="unique-tabs">
<TabItem value="2025" default>
```

### 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
Expand All @@ -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.

</TabItem>

<TabItem value="2024">


### 2024-12-30

#### Enhancements
Expand Down Expand Up @@ -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.


</TabItem>

<TabItem value="2023">

## 2023-12-26

### New Features
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

</TabItem>
</Tabs>
10 changes: 10 additions & 0 deletions docs/release-notes/release-notes-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions docs/release-notes/release-notes-on-prem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading