Skip to content

Commit 71d3851

Browse files
authored
Merge pull request #193 from heywalter/release-4.9.0
Release 4.9.0
2 parents b6db0ba + b0d9fb4 commit 71d3851

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

docs/data-replication/manage-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After the replication task is created, you can monitor and manage the task in th
77

88
| Operation | Description |
99
| ----------------- | ------------------------------------------------------------ |
10-
| **Set Tag** | Click the ![tag_icon](../images/tag_icon.png) icon at the top left of the task list to expand the tag information. You can quickly set tags by clicking and dragging the task name to the desired tag. |
10+
| **Set Tag** | Click the ![tag_icon](../images/tag_icon.png) icon at the top left of the task list to expand the tag information. You can quickly set tags by clicking and dragging the task name to the desired tag. <br />When creating a new task tag, you can set its name and priority. The higher the priority, the earlier the task will be executed during batch startup. |
1111
| **Set category** | Choose the target task and categorize it based on the business perspective. |
1212
| **Start**/**Stop** | After stopping the task, the next start will continue to replicate the data based on the last stopped incremental point in time. |
1313
| **Edit** | Configure the task, including node settings, synchronized tables, task start schedule, and other information. Please note that the task cannot be altered during execution. |

docs/data-transformation/manage-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once the data transformation task is created, you can manage it in the task list
66

77
| Operation | Description |
88
| ----------------- | ------------------------------------------------------------ |
9-
| **Set Tag** | Click the ![tag_icon](../images/tag_icon.png) icon at the top left of the task list to expand the tag information. You can quickly set tags by clicking and dragging the task name to the desired tag. |
9+
| **Set Tag** | Click the ![tag_icon](../images/tag_icon.png) icon at the top left of the task list to expand the tag information. You can quickly set tags by clicking and dragging the task name to the desired tag. <br />When creating a new task tag, you can set its name and priority. The higher the priority, the earlier the task will be executed during batch startup.|
1010
| **Set category** | Choose the target task and categorize it based on the business perspective. |
1111
| **Start**/**Stop** | After stopping the task, the next start will continue to replicate the data based on the last stopped incremental point in time. |
1212
| **Edit** | Configure the task, including node settings, synchronized tables, task start schedule, and other information. Please note that the task cannot be altered during execution. |

docs/publish-apis/create-api-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Currently, it supports Doris, MongoDB, MySQL, Oracle, PostgreSQL, SQL Server, an
3939

4040
![Try Query API](../images/try_query_api.png)
4141

42-
7. (Optional) For the data services you have created, you can <span id="release330-export-api">select and export them</span> for backup or sharing with other team members. You can also import data services.
42+
7. (Optional) For existing data services, you can <span id="release330-export-api">duplicate, select/export</span> them for backup or to share with other team members. You can also import data services as needed.
4343

4444
![Import/Export API Services](../images/import_export_api.png)
4545

docs/release-notes-on-prem.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ import TabItem from '@theme/TabItem';
1414
<TabItem value="Version 4.x" default>
1515
```
1616

17+
## 4.9.0
18+
19+
### New Features
20+
21+
* [Added Prometheus integration](platform-ops/monitor-with-prometheus.md), allowing you to connect Tapdata to your existing monitoring stack, and build custom visual dashboards with Grafana.
22+
* Introduced new API monitoring metrics with support for [email alert configuration](system-admin/other-settings/notification.md#alert-settings).
23+
* Added support for [one-click API duplication](publish-apis/create-api-service.md#release330-export-api), making it easier to quickly create APIs with the same configuration.
24+
* Added the ability to [set task startup priority using tags](data-replication/manage-task.md); when starting tasks in bulk, execution will follow the defined priority order.
25+
26+
### Enhancements
27+
28+
* While [creating APIs](publish-apis/create-api-service.md), parameters now support the `IN` operator (e.g., `caseType IN ('I', 'A')`). Custom queries now support required/optional parameter settings and field filtering.
29+
* Optimized QPS metrics display on the task monitoring page, now including CPU and memory usage trend charts.
30+
* UI enhancements across the platform for a better user experience.
31+
32+
### Bug Fixes
33+
34+
* Fixed an issue where setting group tags in user management could incorrectly set the user status to “Reject.”
35+
* Fixed a problem in multi-node deployments where license updates on the frontend were not propagated to all nodes.
36+
37+
1738
## 4.8.0
1839

1940
### New Features

docs/system-admin/other-settings/notification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After logging into the TapData platform, click the ![setting_icon](../../images/
3737

3838
## <span id="mail-alert">Alert Settings</span>
3939

40-
In the **Alert Settings**, you can configure which task events should trigger alert notifications, how the notifications are sent (e.g., via email), and the notification interval.
40+
Through alert settings, you can configure alert rules for tasks, nodes, and API services. Notifications can be triggered by various events, with customizable notification methods (such as email) and configurable sending intervals.
4141

4242
![](../../images/system_notification_2.png)
4343

0 commit comments

Comments
 (0)