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
Binary file added docs/images/set_environment_tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/release-notes-on-prem.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ import TabItem from '@theme/TabItem';
```


## 4.12.0

### New Features

- [System settings](system-admin/other-settings/system-settings.md) now support environment-level visual labels. When enabled, an environment tag is shown in the top bar to help you quickly identify the deployment and reduce operational mistakes.
- [Data model comparison](case-practices/best-practice/compare-data-model.md) adds primary-key consistency checks for manually created tables, helping you detect and fix PK mismatches earlier.
- [Task monitoring](./data-replication/monitor-task.md) adds P99/P95 latency metrics with time-range views for clearer performance and tail-latency visibility.


### Enhancements

- Standardized naming for all data sources to improve consistency and readability across configurations.
- Improved the API publishing experience by disabling selection and renaming of nested fields under Array fields, reducing the risk of accidental misconfiguration.
- Replication tasks can now aggregate and report all tables with anomalies in one go while running, making issue triage faster.


### Bug Fixes

- Fixed an issue where tasks could stop unexpectedly after adding tables dynamically in multi-table merge scenarios.


## 4.11.0

### New Features
Expand Down
7 changes: 7 additions & 0 deletions docs/system-admin/other-settings/system-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The system settings feature is mainly used to configure some parameters of the s

In the upper-right corner of the page, click on the ![Settings](../../images/setting.png) icon, and then click on **System Settings**.


## Appearance

![Appearance Settings](../../images/set_environment_tag.png)

Enable **Environment Tag**, set a **custom text** and **color** for each deployment environment, and **save**. The environment tag will be shown in the top bar to help you quickly identify the current environment and reduce operational mistakes.

## Log Settings

![Log Settings](../../images/log_settings.png)
Expand Down
Loading