This is an automated email from the ASF dual-hosted git repository.

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new fde6e592d3 [Doc-18474][Upgrade] Fix zh/en incompatible upgrade docs 
out of sync (#18478)
fde6e592d3 is described below

commit fde6e592d37372777bfa4424ecd6174e0563632f
Author: suyc <[email protected]>
AuthorDate: Mon Aug 10 14:38:25 2026 +0800

    [Doc-18474][Upgrade] Fix zh/en incompatible upgrade docs out of sync 
(#18478)
---
 docs/docs/zh/guide/upgrade/incompatible.md | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/docs/docs/zh/guide/upgrade/incompatible.md 
b/docs/docs/zh/guide/upgrade/incompatible.md
index 2f0c4c044f..e6309beac9 100644
--- a/docs/docs/zh/guide/upgrade/incompatible.md
+++ b/docs/docs/zh/guide/upgrade/incompatible.md
@@ -2,27 +2,23 @@
 
 本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。
 
-## dev
-
-* 将mysql驱动版本从8.0.16升级至8.0.33 
([#14684](https://github.com/apache/dolphinscheduler/pull/14684))
-* 更改了环境变量名称,将 `PYTHON_HOME` 改为 `PYTHON_LAUNCHER`, 将 `DATAX_HOME` 改为 
`DATAX_LAUNCHER` 
([#14523](https://github.com/apache/dolphinscheduler/pull/14523))
-* 更新了SQL任务中用于匹配变量的正则表达式 
([#13378](https://github.com/apache/dolphinscheduler/pull/13378))
-* Remove the spark version of spark task 
([#11860](https://github.com/apache/dolphinscheduler/pull/11860)).
-* Change the default unix shell executor from sh to bash 
([#12180](https://github.com/apache/dolphinscheduler/pull/12180)).
-* Remove `deleteSource` in `download()` of `StorageOperate` 
([#14084](https://github.com/apache/dolphinscheduler/pull/14084))
-
-## 3.2.0
-
-* 资源中心相关接口删除请求参数 `description` 
([#14394](https://github.com/apache/dolphinscheduler/pull/14394))
-
 ## 3.0.0
 
-* Copy and import workflow without 'copy' suffix 
[#10607](https://github.com/apache/dolphinscheduler/pull/10607)
-* Use semicolon as default sql segment separator 
[#10869](https://github.com/apache/dolphinscheduler/pull/10869)
+* 复制和导入工作流不再添加 'copy' 后缀 
[#10607](https://github.com/apache/dolphinscheduler/pull/10607)
+* 使用分号作为默认的 SQL 语句分隔符 
[#10869](https://github.com/apache/dolphinscheduler/pull/10869)
 
 ## 3.2.0
 
+* 将 `common.properties` 中 `data-quality.jar.name` 属性重命名为 
`data-quality.jar.dir` 并表示目录 
([#15563](https://github.com/apache/dolphinscheduler/pull/15563))
+* 移除 `common.properties` 中 `data-quality.jar.name` 属性的默认键值 
([#15551](https://github.com/apache/dolphinscheduler/pull/15551))
+* 移除 `StorageOperate` 的 `download()` 中的 `deleteSource` 参数 
([#14084](https://github.com/apache/dolphinscheduler/pull/14084))
+* 将默认的 Unix Shell 执行器从 sh 改为 bash 
([#12180](https://github.com/apache/dolphinscheduler/pull/12180))
+* 从 Spark 任务中移除 Spark 版本参数 
([#11860](https://github.com/apache/dolphinscheduler/pull/11860))
+* 更新了SQL任务中用于匹配变量的正则表达式 
([#13378](https://github.com/apache/dolphinscheduler/pull/13378))
+* 更改了环境变量名称,将 `PYTHON_HOME` 改为 `PYTHON_LAUNCHER`, 将 `DATAX_HOME` 改为 
`DATAX_LAUNCHER` 
([#14523](https://github.com/apache/dolphinscheduler/pull/14523))
+* 将mysql驱动版本从8.0.16升级至8.0.33 
([#14684](https://github.com/apache/dolphinscheduler/pull/14684))
 * 在 /datasources/tables && /datasources/tableColumns 接口中添加了必选字段`database` 
[#14406](https://github.com/apache/dolphinscheduler/pull/14406)
+* 资源中心相关接口删除请求参数 `description` 
([#14394](https://github.com/apache/dolphinscheduler/pull/14394))
 
 ## 3.3.0
 

Reply via email to