This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch history-docs
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/history-docs by this push:
new 217b573b7a [Feature][Doc] Added change logs. (#845)
217b573b7a is described below
commit 217b573b7a7c2bdcac6cb0c36a8ea5a9a713eccb
Author: Amy0104 <[email protected]>
AuthorDate: Thu Dec 8 14:04:32 2022 +0800
[Feature][Doc] Added change logs. (#845)
---
docs/1.2.0/configs/docs1-2-0.js | 9 ++++++
docs/1.2.0/docs/en/changelog.md | 57 ++++++++++++++++++++++++++++++++++++++
docs/1.2.1/configs/docs1-2-1.js | 9 ++++++
docs/1.2.1/docs/en/changelog.md | 38 +++++++++++++++++++++++++
docs/1.3.1/configs/docs1-3-1.js | 9 ++++++
docs/1.3.1/docs/en/changelog.md | 27 ++++++++++++++++++
docs/1.3.2/configs/docs1-3-2.js | 9 ++++++
docs/1.3.2/docs/en/changelog.md | 44 +++++++++++++++++++++++++++++
docs/1.3.3/configs/docs1-3-3.js | 9 ++++++
docs/1.3.3/docs/en/changelog.md | 42 ++++++++++++++++++++++++++++
docs/1.3.4/configs/docs1-3-4.js | 10 ++++++-
docs/1.3.4/docs/en/changelog.md | 27 ++++++++++++++++++
docs/1.3.5/configs/docs1-3-5.js | 10 ++++++-
docs/1.3.5/docs/en/changelog.md | 29 ++++++++++++++++++++
docs/1.3.6/configs/docs1-3-6.js | 9 ++++++
docs/1.3.6/docs/en/changelog.md | 61 +++++++++++++++++++++++++++++++++++++++++
docs/1.3.8/configs/docs1-3-8.js | 9 ++++++
docs/1.3.8/docs/en/changelog.md | 27 ++++++++++++++++++
docs/1.3.9/configs/docs1-3-9.js | 13 +++++++--
docs/1.3.9/docs/en/changelog.md | 10 +++++++
docs/2.0.0/configs/docs2-0-0.js | 31 +++++++++++++--------
docs/2.0.0/docs/en/changelog.md | 21 ++++++++++++++
docs/2.0.1/configs/docs2-0-1.js | 31 +++++++++++++--------
docs/2.0.1/docs/en/changelog.md | 22 +++++++++++++++
docs/2.0.2/configs/docs2-0-2.js | 31 +++++++++++++--------
docs/2.0.2/docs/en/changelog.md | 33 ++++++++++++++++++++++
docs/2.0.3/configs/docs2-0-3.js | 31 +++++++++++++--------
docs/2.0.3/docs/en/changelog.md | 36 ++++++++++++++++++++++++
docs/2.0.5/configs/docs2-0-5.js | 31 +++++++++++++--------
docs/2.0.5/docs/en/changelog.md | 18 ++++++++++++
docs/2.0.6/configs/docs2-0-6.js | 53 ++++++++++++++++++++---------------
docs/2.0.6/docs/en/changelog.md | 17 ++++++++++++
docs/2.0.7/configs/docs2-0-7.js | 53 ++++++++++++++++++++---------------
docs/2.0.7/docs/en/changelog.md | 15 ++++++++++
34 files changed, 778 insertions(+), 103 deletions(-)
diff --git a/docs/1.2.0/configs/docs1-2-0.js b/docs/1.2.0/configs/docs1-2-0.js
index 0536f4f670..631d9b93b7 100644
--- a/docs/1.2.0/configs/docs1-2-0.js
+++ b/docs/1.2.0/configs/docs1-2-0.js
@@ -57,6 +57,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.2.0/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.2.0/docs/en/changelog.md b/docs/1.2.0/docs/en/changelog.md
new file mode 100644
index 0000000000..c3da7ad278
--- /dev/null
+++ b/docs/1.2.0/docs/en/changelog.md
@@ -0,0 +1,57 @@
+# Change Log
+
+## New Features
+
+1. Support postgre sql
+2. Change all Chinese names to English
+3. Add flink and http task support
+4. Cross project dependencies
+5. Modify mybatis to mybatisplus, support multy databases.
+6. Add export and import definition feaure
+7. Github actions ci compile check
+8. Add method and parameters comments
+9. Add java doc for common module
+
+## Enhancements
+
+1. Add license and notice files
+2. Move batchDelete Process Define/Instance Outside for transactional
+3. Remove space before and after login user name
+4. Dockerfile optimization
+5. Change mysql-connector-java scope to test
+6. Owners and administrators can delete schedule
+7. DB page rename and background color modification
+8. Add postgre performance monitor
+9. Resolve style conflict, recipient cannot tab and value verification
+10. Checkbox change background color and env to Chinese
+11. Change chinese sql to english
+12. Change sqlSessionTemplate singleton and reformat code
+13. The value of loadaverage should be two decimal places
+14. Delete alert group need delete the relation of user and alert group
+15. Remove check resources when delete tenant
+16. Check processInstance state before delete worker group
+17. Add check user and definitions function when delete tenant
+18. Delete before check to avoid KeeperException$NoNodeException
+
+## Bug Fixes
+
+1. Fix #1245, make scanCommand transactional
+2. Fix ZKWorkerClient not close PathChildrenCache
+3. Data type convert error ,email send error bug fix
+4. Catch exception transaction method does not take effect to modify
+5. Fix the spring transaction not worker bug
+6. Task log print worker log bug fix
+7. Fix api server debug mode bug
+8. The task is abnormal and task is running bug fix
+9. Fix bug: tasks queue length error
+10. Fix unsuitable error message
+11. Fix bug: phone can be empty
+12. Fix email error password
+13. Fix CheckUtils.checkUserParams method
+14. The process cannot be terminated while tasks in the status submit success
+15. Fix too many connection in upgrade or create
+16. Fix the bug when worker execute task using queue. and remove checking
+17. Resole verify udf name error and delete udf error
+18. Fix bug: task cannot submit when recovery failover
+19. Fix bug: the administrator authorizes the project to ordinary users,but
ordinary users cannot see the process definition created by the administrator
+20. Fix bug: create dolphinscheduler sql failed
diff --git a/docs/1.2.1/configs/docs1-2-1.js b/docs/1.2.1/configs/docs1-2-1.js
index 69364d6ec6..9729583b7f 100644
--- a/docs/1.2.1/configs/docs1-2-1.js
+++ b/docs/1.2.1/configs/docs1-2-1.js
@@ -53,6 +53,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.2.1/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.2.1/docs/en/changelog.md b/docs/1.2.1/docs/en/changelog.md
new file mode 100644
index 0000000000..9665357488
--- /dev/null
+++ b/docs/1.2.1/docs/en/changelog.md
@@ -0,0 +1,38 @@
+# Change Log
+
+## New Features
+
+1. [[#1497](https://github.com/apache/incubator-dolphinscheduler/issues/1497)]
DAG automatic layout when use api call process definition create
+2. [[ #747](https://github.com/apache/incubator-dolphinscheduler/issues/747)]
Worker server runtime log desensitization
+3. [[#1635](https://github.com/apache/incubator-dolphinscheduler/issues/1635)]
merge configurations in order to reduce configuration files
+4. [[#1460](https://github.com/apache/incubator-dolphinscheduler/issues/1460)]
Add CI
+5. [[#1547](https://github.com/apache/incubator-dolphinscheduler/issues/1547)]
node text edit box supports full-screen magnification
+6. [[#1646](https://github.com/apache/incubator-dolphinscheduler/issues/1646)]
Add github action to analyze code with sonarcloud
+7. [[#1367](https://github.com/apache/incubator-dolphinscheduler/issues/1367)]
Add java checkstyle
+
+## Enhancements
+
+1. [[#184](https://github.com/apache/incubator-dolphinscheduler/issues/184)]
Use the default workgroup in the page ,Instead of the value id.
+2. [[#1441](https://github.com/apache/incubator-dolphinscheduler/issues/1441)]
add user success when user name contains '.'.
+3. [[#839](https://github.com/apache/incubator-dolphinscheduler/issues/839)]
add Spark Task Component can switch Spark Version.
+4. [[#1511](https://github.com/apache/incubator-dolphinscheduler/issues/1511)]
Merge frontend and backend tar into one binary tar
+5. [[#1509](https://github.com/apache/incubator-dolphinscheduler/issues/1509)]
Remove master server and worker server listening port (5566、7788)
+6. [[#1575](https://github.com/apache/incubator-dolphinscheduler/issues/1575)]
Remove kazoo, simplify deployment
+7. [[#1300](https://github.com/apache/incubator-dolphinscheduler/issues/1300)]
Add right alignment function in sql email content
+8. [[#1599](https://github.com/apache/incubator-dolphinscheduler/issues/1599)]
add profile nginx in order to deploy frontend
+9. Support Mac local development and debugging
+
+## Bug Fixes
+
+1. Solve the problem that the pop-up box cannot be closed when the browser
returns
+2. Fix
[[#1399](https://github.com/apache/incubator-dolphinscheduler/issues/1399)] The
wrong field order in logger.info
+3. Fix
[[#1379](https://github.com/apache/incubator-dolphinscheduler/issues/1379)] SQL
task,date parameter need to add explicit type casts
+4. Fix
[[#1477](https://github.com/apache/incubator-dolphinscheduler/issues/1477)]
some tasks would be running all the time when db delayed
+5. Fix
[[#1514](https://github.com/apache/incubator-dolphinscheduler/issues/1514)] the
field queue in table t_ds_user not change with tabke t_ds_queue modify
queue_name field
+6. Fix
[[#1768](https://github.com/apache/incubator-dolphinscheduler/issues/1768)]
There are multiple pages of data. After deleting all the data on one page, the
data is displayed as empty
+7. Fix
[[#1770](https://github.com/apache/incubator-dolphinscheduler/issues/1770)]
After canceling the file authorization, the running workflow should not obtain
resource files from the original tenant directory
+8. Fix
[[#1779](https://github.com/apache/incubator-dolphinscheduler/issues/1779)] The
execution of the SUB_PROCESS task failed first, but eventually succeeded
+9. Fix
[[#1789](https://github.com/apache/incubator-dolphinscheduler/issues/1789)]
Click to view the history, enter the task instance page, the results of the
query based on the search conditions are displayed incorrectly
+10. Fix
[[#1810](https://github.com/apache/incubator-dolphinscheduler/issues/1810)]
Workflow instance does not show dependencies
+11. Fix
[[#1816](https://github.com/apache/incubator-dolphinscheduler/issues/1816)] Add
multiple dependencies, the workflow definitions of the first few dependencies
read the workflow definition of the last project
+12. Fix
[[#1828](https://github.com/apache/incubator-dolphinscheduler/issues/1828)]
After executing the authorized UDF function, the path of the read resource file
is incorrect
diff --git a/docs/1.3.1/configs/docs1-3-1.js b/docs/1.3.1/configs/docs1-3-1.js
index c9b3882f32..a1c1e3c872 100644
--- a/docs/1.3.1/configs/docs1-3-1.js
+++ b/docs/1.3.1/configs/docs1-3-1.js
@@ -70,6 +70,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.1/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.3.1/docs/en/changelog.md b/docs/1.3.1/docs/en/changelog.md
new file mode 100644
index 0000000000..fcf771847f
--- /dev/null
+++ b/docs/1.3.1/docs/en/changelog.md
@@ -0,0 +1,27 @@
+# Change Log
+
+## New Features
+
+[[#1658](https://github.com/apache/incubator-dolphinscheduler/issues/1658)]
Refactor WorkerServer: Using Netty as tcp framework between master and worker,
remove zk as task queue, add three choices(Random, RoundRobin, and linear
weighted based on cpu and memory) when master choose worker, worker don‘t
operate database
+[[#2584](https://github.com/apache/incubator-dolphinscheduler/issues/2584)]
Support k8s deployment
+[[#404](https://github.com/apache/incubator-dolphinscheduler/issues/404)]
Resource center supports directory management
+[[#1469](https://github.com/apache/incubator-dolphinscheduler/issues/1469)]
Support ambari plugin installation
+[[#205](https://github.com/apache/incubator-dolphinscheduler/issues/205)]
Support condition detection type task
+[[#203](https://github.com/apache/incubator-dolphinscheduler/issues/203)] Data
synchronization task type, add sqoop support
+[[#790](https://github.com/apache/incubator-dolphinscheduler/issues/790)] Data
synchronization task type, add datax support
+[[#233](https://github.com/apache/incubator-dolphinscheduler/issues/233)]
Procss definition supports copying, exporting, and importing
+[[#2501](https://github.com/apache/incubator-dolphinscheduler/issues/2501)]
Add batch export and import workflows feature
+[[#1460](https://github.com/apache/incubator-dolphinscheduler/issues/1460)]
Improve CI/CD
+[[#1376](https://github.com/apache/incubator-dolphinscheduler/issues/1376)]
Simplify the deployment, simplify configuration file
+
+## Bug Fixes
+
+[[#3085](https://github.com/apache/incubator-dolphinscheduler/issues/3085)]
after zoom or drag the dag view, cant plcae node correctly and may be disappear
+[[#3111](https://github.com/apache/incubator-dolphinscheduler/issues/3111)]
Edit the node, after clicking Cancel, the node information is saved
+[[#3084](https://github.com/apache/incubator-dolphinscheduler/issues/3084)]remove
some standard notice from our NOTICE
+[[#3032](https://github.com/apache/incubator-dolphinscheduler/issues/3032)]fix
alert.json and metainfo.xml bugs
+[[#3031](https://github.com/apache/incubator-dolphinscheduler/pull/3031)]readme.md
adds instructions for changing environment variables
+[[#3058](https://github.com/apache/incubator-dolphinscheduler/issues/3058)]The
task running order in the process instance does not follow the topological
order in the process definition
+[[#3038](https://github.com/apache/incubator-dolphinscheduler/pull/3038)]
remove Conflicting configuration sudo and user
+[[#3013](https://github.com/apache/incubator-dolphinscheduler/pull/3013)] fix
single resource manager will NPE
+[[#2728](https://github.com/apache/incubator-dolphinscheduler/pull/2728)] fix
MySQL autoDeserialize bug
diff --git a/docs/1.3.2/configs/docs1-3-2.js b/docs/1.3.2/configs/docs1-3-2.js
index 669f8e56f0..2566aa4414 100644
--- a/docs/1.3.2/configs/docs1-3-2.js
+++ b/docs/1.3.2/configs/docs1-3-2.js
@@ -79,6 +79,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.2/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.3.2/docs/en/changelog.md b/docs/1.3.2/docs/en/changelog.md
new file mode 100644
index 0000000000..08eade0b97
--- /dev/null
+++ b/docs/1.3.2/docs/en/changelog.md
@@ -0,0 +1,44 @@
+# Change Log
+
+## New Features
+
+[#2815] One worker server can set multiple worker groups
+[#3370] JVM parameter optimization
+[#3223] Click DAG connection to add label function
+
+## Bug Fixes
+
+[#3536] If user didn't have tenant,create resource will NPE
+[#3480] zookeeper multi directories, tasks cannot be assigned
+[#3431] After the resource is re-uploaded, the deleted resource directory
displayed in the workflow definition is incorrect
+[#3463] rename the udf resource file associated with the udf function, Failed
to execute hive task
+[#3058] The task running order in the process instance does not follow the
topological order in the process definition
+[#3423] 1.2.0 upgrade to 1.3.2, rename the resource file, view the resource in
workflow definition, the file cannot be found
+[#3469] The program type of spark node is selected as PYTHON, how should the
main jar package be selected
+[#3462] The admin user cannot view the UDF functions created by ordinary users
in the workflow definition
+[#3256] admin account modify report error, caused by mobile phone
+[#3364] After update the version from 1.2.0 to 1.3.1,running the spark task
fail because the can't find the jar
+[#3433] Release the imported process definition which version is below 1.3.0
will be failure
+[#3413] shell setting form display error
+[#3397] Upgrade from 1.2.0 to 1.3.0,Run the spark task, the error is "spark
task params is not valid"
+[#1336] Dependent execution fails after task performs serial complement
+[#3390] Run hive task, udf resource path is incorrect
+[#3357] Select the dag connection to pop up the label edit box
+[#3258] [Worker group manage] Connot get create time and update time,report
DateTimeParseException
+[#3209] ambari plugin the config options which unit doesn't write into config
file
+[#3255] Click Cancel, the node data is restored to the original data
+[#3259] Delete the pid of the master and worker processes
+[#3261] When modifying the dag, if the DAG is not saved, it cannot be formatted
+[#3272] Default assignment of delete condition judgment node
+[#3269] Fix the problem that the label of DAG creation task is not displayed,
the workflow cannot be formatted after saving, and the drawer style is global
+[#3393] view the log of the subtask, prompt "task instance does not exist"
+
+## Improvements
+
+[#3351] process_definition_json contains definitionList,but this
definitionList is not use
+[#3327] resource file content update
+[#3347] The new shell script is used to view the server processes of nodes
+
+## Enhancements
+
+[#3176] optimize #3165 Gets the value of this property
“resource.storage.type”, Comparison with enumerated types
diff --git a/docs/1.3.3/configs/docs1-3-3.js b/docs/1.3.3/configs/docs1-3-3.js
index aec633f80a..57077fd84d 100644
--- a/docs/1.3.3/configs/docs1-3-3.js
+++ b/docs/1.3.3/configs/docs1-3-3.js
@@ -79,6 +79,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.3/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.3.3/docs/en/changelog.md b/docs/1.3.3/docs/en/changelog.md
new file mode 100644
index 0000000000..aa3d193b4b
--- /dev/null
+++ b/docs/1.3.3/docs/en/changelog.md
@@ -0,0 +1,42 @@
+# Change Log
+
+## Bug Fixes
+
+[#3615] [master] After the task is executed successfully, but the next task
has not been submitted, stop the master,the workflow will fail
+[#4010] [master] When the condition node fails, the process status is failed
after fault tolerance
+[#3929] [master/worker] After the master and worker are fault-tolerant, the
process instance fails after the task instance is successfully executed
+[#3994] [Sql] Failed to import SQL file of sql/dolphinscheduler_mysql.sql
+[#3964] [api/ui] The timeout warning of sub_process does not take effect
+[#3974] [api/worker] The child process does not inherit the worker group of
the parent process
+[#3966] [master] The timeout warning does not take effect in sub_process
+[#3958] [api] files should not be created successfully in the directory of the
authorized file
+[#3618] [worker] Too many files will be opened because of task executed
fininished but not release the file handle.
+[#3615] [master] After the task is executed successfully, but the next task
has not been submitted, stop the master,the workflow will fail.
+[#3843] [api] When the update workflow definition name already exists, the
prompt is not friendly.
+[#3924] [ui] When saving the workflow definition, if the backend verification
is not successful, the save popup will not close.
+[#3789] [remote] support netty heart beat to resolve channel time out.
+[#3836] [API] verifyProcessDefinitionName error message
+[#3702] [api] Resource file reupload does not overwrite the original file.
This button is an invalid one
+[#3621] [master] After batch deleting the executing process instances, the
master cannot get the worker feedback results
+[#3617] [master] After subtask fault tolerance, 2 task instances are
generated,The process instance status always is executing
+[#3616] [master] When the master receives the result from the worker, the
master just stops. After the master restarts, the workflow status is always
executing
+[#3573] [dao] potential horizontal unauthorized access
+[#3887] [ui] The English version of the resource file list and UDF list data
is not displayed
+[#3702] [api] Resource file reupload does not overwrite the original file.
This button is an invalid one
+[#3487] [API] Creating folders with multiple threads will result in multiple
identical folders
+[#3493] [api] worker group manage ui could not display createtime and
updatetime
+[#3549] [Server][sqltask]The alias column in the query SQL does not take effect
+[#3792] [ui] The pie chart on the project homepage does not adapt to the
screen size
+[#3719] [api] The task resource could not be deleted
+[#3548] [UI] Monitor gauge chart display blank with same pid bug
+[#3707] [ui] The batch delete function in the workflow definition and workflow
instance pages cannot be canceled if selected
+[#3553] [ui] when edit the work flow,the selected connecting line has no style
change,but the others have get bigger
+[#3238] [docker] Can not create folder in docker with standalone mode
+[#3713] [common] catfile method Stream not closed
+[#3258] [api] Connot get create time and update time,report
DateTimeParseException
+
+## Improvements
+
+[#3720] [ui] js mailbox verification
+[#3843] [api] When the update workflow definition name already exists, the
prompt is not friendly
+[#3131] [api] When the new tenant already exists, the prompt is incorrect
diff --git a/docs/1.3.4/configs/docs1-3-4.js b/docs/1.3.4/configs/docs1-3-4.js
index 66bff9a3bf..f23fa80bfe 100644
--- a/docs/1.3.4/configs/docs1-3-4.js
+++ b/docs/1.3.4/configs/docs1-3-4.js
@@ -87,6 +87,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.4/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -124,7 +133,6 @@ export default {
title: '用户手册',
link: '/zh-cn/docs/1.3.4/user_doc/system-manual.html',
},
-
],
},
{
diff --git a/docs/1.3.4/docs/en/changelog.md b/docs/1.3.4/docs/en/changelog.md
new file mode 100644
index 0000000000..2c173d8b83
--- /dev/null
+++ b/docs/1.3.4/docs/en/changelog.md
@@ -0,0 +1,27 @@
+# Change Log
+
+## Features/Updates
+
+[#2925][server] init TaskLogger in TaskExecuteProcessor
+[ambari-update] change version from 1.3.3 to 1.3.4
+[sqoop-update] modify sqoop task param when upgrade ds to 1.3.4
+[#4143][quartz-update] upgrade quartz version to 2.3.0
+
+## Bug Fixes
+
+[#2917 #4034 #4104 #4135][sqoop] sqoop optimization and bug fix
+[#3177] task time parameter parsing error
+[#3457][flink] fix flink args build problem
+[#4034][server] fix sqoop import fail
+[#3900][server] kill multi yarn app in one job
+[#4054][api] fix The last week of the month for adding/editing timing, preview
and save timing will report an error
+[#4054][ui] Repair the last Sunday of each month
+[#4084][server] fix taskInstance state change error
+[#4104] fix sqoop task jdbc string contains special char
+[#4135][worker] fix sqoop import hive error
+[#4114][server] fix clear task execute path is related to master.
+[#4084][master] fix taskInstance state change error
+[#4090][dao] execute a single task in workflow throw NullPointerException
+[#4190][dao] when the amount of json data is large, the process list page
display slowly.
+[#4218][bug] start from the setting nodes with NODE_PRE would be NPE
+[#4223][ui] fix dag node name verification
diff --git a/docs/1.3.5/configs/docs1-3-5.js b/docs/1.3.5/configs/docs1-3-5.js
index a14c3f8960..52d87f9ecc 100644
--- a/docs/1.3.5/configs/docs1-3-5.js
+++ b/docs/1.3.5/configs/docs1-3-5.js
@@ -95,6 +95,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.5/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -140,7 +149,6 @@ export default {
title: 'API调用',
link: '/zh-cn/docs/1.3.5/user_doc/open-api.html',
},
-
],
},
{
diff --git a/docs/1.3.5/docs/en/changelog.md b/docs/1.3.5/docs/en/changelog.md
new file mode 100644
index 0000000000..24fcdfd7b5
--- /dev/null
+++ b/docs/1.3.5/docs/en/changelog.md
@@ -0,0 +1,29 @@
+# Change Log
+
+## Features/Updates
+
+[K8s] Support resource storage when fs.defaultFS=file:///
+[Docker] Update readme
+[UI] Improve parameter name
+[UI] download url resolve and security page disappear delay problem under
GENERAL_USER
+[API]enable response resources gzip compression
+[#703]Docker image optimization
+[#4439][api] Cors inteceptor problems
+[#4418][login controller] Need password when open in new tab
+
+## Bug Fixes
+
+[#3237][docker] the file requirements.yaml in helm mode has error flag
+[#3298][k8s]when recreate or upgrade helm release, the host ip changed
+[#4691][udf] udf jar path not exist when fs.defaultFS starts with file:///
+[#4640][ui] Fixed a 404 error when the project name contains "HTTP"
+[#4648][ui] TypeError: Cannot read property 'id' of undefined in createUser
+[#4566][worker] worker-server logback partial logs are not printed
+[#4526][worker] worker server doesn't work fine in K8s
+[#4472][datasource] Hive JDBC partial permission parameter concatenation JDBC
URL error
+[#4247][api] When schedulertime is empty, rerun the workflow, the time of the
global parameter is not the latest
+[#4449][api] Update workflow instance to report null point exception
+[#4455]kill task error because of shell output truncation
+[#4271][logger] IOException or NoSuchFileException in logger server
+[#4162][ui]fix re-login problem in new tab and state synchronization problem
in multiple tabs
+[#3457][flink] fix flink args build problem
diff --git a/docs/1.3.6/configs/docs1-3-6.js b/docs/1.3.6/configs/docs1-3-6.js
index 52d4578460..2795318424 100644
--- a/docs/1.3.6/configs/docs1-3-6.js
+++ b/docs/1.3.6/configs/docs1-3-6.js
@@ -112,6 +112,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.6/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.3.6/docs/en/changelog.md b/docs/1.3.6/docs/en/changelog.md
new file mode 100644
index 0000000000..bac9a11915
--- /dev/null
+++ b/docs/1.3.6/docs/en/changelog.md
@@ -0,0 +1,61 @@
+# Change Log
+
+## Features/Updates
+
+[#5062][feature][Worker Group] Create/Edit/Delete Worker Group in Web UI
+[#5175][improvement][Server] Optimize and reduce worker group queries of
database and zookeeper
+[#4852][feature] Support SkyWalking agent plugin
+[#4837][improvement][Docker/K8s] Docker & K8s Improvement Plan #4843 #4732
#4871 #4881 #4804 #4886 #2687 #4897 #3124 #5155 #5068 #5100 #2584 #4905 #5351
+[#5023][improvement][Docker/K8s] Improve docker and k8s #2584 #2687 #4732
#4871 #4886 #4897
+[#5158][improvement][Docker/K8s] Support more configs, more service access,
skywalking configs, improve image for python, update faq and add support matrix
#5155 #5068 #5141 #402 #403
+[#5068][improvement][Docker/K8s] Task support matrix and solution on docker/k8s
+[#5195][improvement][Docker/K8s] Improve feedback #5309 #5310
+[#5100][feature][K8s] Support task scalability on K8s such as Spark, Flink and
DataX
+[#5224][improvement][Docker] Add workdir for dockerfile and remove redundant
container_name and dolphinscheduler-postgresql-initdb
+[#5310][improvement][Server] The log "load is too high or
availablePhysicalMemorySize(G) is too low" is not clear
+[#5028][feature][MR] Support MapReduce name
+[#4960][feature][Spark] Support spark name
+[#4285][feature] Add Flink job name
+[#4976][feature][Flink] Support name and parallelism input
+[#4805][improvement][SQL] Place the upgraded schema to the correct version
directory and check schema errors
+[#4751][improvement][API] Improvement the duration field modify the display to
a time-based minute-second format (e.g. 1d 10h 20m 1s)
+[#4740][improvement][UI] Set the default Tenant as default or the first
existing tenant in the save process
+[#403][feature]The memory of worker, master, and other services does not need
to be the same
+[#174][improvement][SqlTask] Add a switch to send mail and print head logs in
SqlTask
+[#5187][build] Optimize long release name and remove unused nginx release
+[#5087][feature][SqlTask] Add a switch to send mail and print head logs in
SqlTask
+[#4624][improvement][Server] When the server exist in the dead server list of
zk,need stop service byself
+[#4969][improvement][UI] Support more file types in file detail page
+[#2619][improvement][API] /dolphinscheduler/projects/create doesn't return
project ID when create successful
+[#4270][feature]support distributed tracing
+
+## Bug Fixes
+
+[#5309][bug][Common] memoryUsage is -33%
+[#4843][bug][Docker] 1.3.5 release compose file config error WORKER_GROUP
+[#4651][bug][Docker] Random PSQLException in docker bug
+[#5351][bug][K8s] Quartz cron task cannot take effect
+[#4905][bug][K8s] Incorrect host problem in minikube
+[#5176][bug][Server] Wrong excludeFilters cause the worker server to start the
master's beans and threads like LowerWeightHostManager and RefreshResourceTask
+[#5132][bug][server] when an exception occurs in the taskExecuteThread, task
cannot stop immediately
+[#5115][bug][Server] The registered address of a server is the loopback
address 127.0.0.1
+[#5150][bug][Server] DB transaction failure
+[#5103][bug][Resource] The file name of File and UDF resource not changed and
cannot re-upload after renaming name
+[#5349][bug][master] Manually kill the task that fails to be retried. After
the parallel task succeeds, the workflow status is always running
+[#5328][bug][Bug][masterserver] process contain depend on task is always
running
+[#5199][bug][api] When sleep is included in a shell task, cannot kill the task
+[#5063][sql] Fix MySQL datasource jdbc connect parameters
+[#5048][bug][Api] Delete the stopped workflow without deleting the
corresponding subprocess, the workflow instance name is not displayed in the
subprocess
+[#5044][bug][Master] Fix First master fault tolerance when startup
+[#5037][bug][Server] Both the master and the worker is hanging after
restarting and stopping
+[#4866][bug][Common] Not loaded hdfs-site.xml causes the client to fail to
access the datanode
+[#4862][bug][Server] Kill yarn application command won't be executed when
killing error bug
+[#4840][bug][Master] Master cannot fault-tolerant when multiple Masters start
at the same time
+[#4816][bug][API] The API calls the workflow instance query interface and
queries all the data when the time parameter is wrong
+[#4738][bug][Mail] Send mail failed instead of execute sql error
+[#4760][bug][Api] init dolphinscheduler-postgre.sql error
+[#4705][bug][API] KeeperException$NoNodeException
+[#4674][bug][UI] The tips error when login with username and without password
+[#4650][bug][Api] Process definition create, update and copy error in
PostgreSQL bug
+[#4716][bug][Master,Worker] The task execution path should be calculated by
the worker, not the master
+[#4617][bug][LoggerServer] task log can not refresh in time
diff --git a/docs/1.3.8/configs/docs1-3-8.js b/docs/1.3.8/configs/docs1-3-8.js
index 4e652d92a9..6d58186059 100644
--- a/docs/1.3.8/configs/docs1-3-8.js
+++ b/docs/1.3.8/configs/docs1-3-8.js
@@ -116,6 +116,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.8/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
diff --git a/docs/1.3.8/docs/en/changelog.md b/docs/1.3.8/docs/en/changelog.md
new file mode 100644
index 0000000000..ec127d3279
--- /dev/null
+++ b/docs/1.3.8/docs/en/changelog.md
@@ -0,0 +1,27 @@
+# Change Log
+
+## Features/Updates
+
+[#5405] [Improvement]Docker & K8s Improvement Plan Round 2
+[#5858][improvement][Docker] Docker image should support multi-arch like arm64
in docker-compose
+[#5706][improvement][common] Upgrade the version of fastjson from 1.2.61 to
1.2.75
+[#5577][improvement][UI] Add Project Name in Project Page
+[#5567][improvement][UI] Add project id in web ui url for sharing
+[#5475][improvement][Api] Upload resource to remote failed, the local tmp file
need to be cleared
+[#5468][improvement][Net]Optimize IP acquisition in complex network environment
+[#5467][improvement][UI] UI cannot be displayed normally in some browsers
+
+## Bug Fixes
+
+[#6007][bug][Worker] fix Wrong complement date
+[#5719][bug][K8s] Ingress ERROR io.k8s.api.networking.v1beta1.IngressSpec.tls:
got "map", expected "array" On TLS enabled
+[#5701][bug][UI][dao]When deleting a user, the accessToken associated with the
user should also be deleted
+[#5699][bug][UI] Update user error in user information
+[#5596][bug][Python] Conflict between python_home and datax_home configuration
in dolphinscheduler_env.sh
+[#5559][bug][Master Server] Master Server was shutdown but the process still
in system
+[#5581][bug][Mysql] Specific key was too long, max key length is 767 bytes for
varchar(256) in some mysql with innodb_large_prefix=OFF
+[#5578][bug][Master] ServerNodeManager WorkerGroupListener capture data change
and get data failed
+[#5570][bug][Worker] worker.groups in worker.properties is still commented
after installation in 1.3.6
+[#5550][bug][Master] remove check with executePath when kill yarn job
+[#5549][bug][Worker] SqlTask NPE
+[#5431][bug][K8s] Master and worker cannot get the right address with custom
DNS in 1.3.6
diff --git a/docs/1.3.9/configs/docs1-3-9.js b/docs/1.3.9/configs/docs1-3-9.js
index 0a311297e7..ee91db5f77 100644
--- a/docs/1.3.9/configs/docs1-3-9.js
+++ b/docs/1.3.9/configs/docs1-3-9.js
@@ -87,7 +87,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/1.3.9/user_doc/skywalking-agent-deployment.html',
},
- ]
+ ],
},
{
title: 'Integration',
@@ -125,6 +125,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/1.3.9/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -216,7 +225,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/1.3.9/user_doc/skywalking-agent-deployment.html',
},
- ]
+ ],
},
{
title: '版本升级',
diff --git a/docs/1.3.9/docs/en/changelog.md b/docs/1.3.9/docs/en/changelog.md
new file mode 100644
index 0000000000..411777c500
--- /dev/null
+++ b/docs/1.3.9/docs/en/changelog.md
@@ -0,0 +1,10 @@
+# Change Log
+
+## Feature/Update
+
+[Feature#6022]Add standalone server module to make it easier to develop and run
+
+## Bug Fixes
+
+[Bug#6429] [UI] sub_process node open sub_task show empty page bug
+[Fix#6337][task] sql limit param no default value
diff --git a/docs/2.0.0/configs/docs2-0-0.js b/docs/2.0.0/configs/docs2-0-0.js
index d5c56d3a4b..25101077ef 100644
--- a/docs/2.0.0/configs/docs2-0-0.js
+++ b/docs/2.0.0/configs/docs2-0-0.js
@@ -32,9 +32,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.0/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -82,7 +82,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.0/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -270,7 +270,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.0/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
@@ -290,6 +290,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.0/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -309,7 +318,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.0/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -328,14 +337,14 @@ export default {
link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html',
@@ -349,8 +358,8 @@ export default {
link:
'/zh-cn/docs/2.0.0/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -376,7 +385,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.0/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -564,7 +573,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.0/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
diff --git a/docs/2.0.0/docs/en/changelog.md b/docs/2.0.0/docs/en/changelog.md
new file mode 100644
index 0000000000..15e0fbf91c
--- /dev/null
+++ b/docs/2.0.0/docs/en/changelog.md
@@ -0,0 +1,21 @@
+# Change Log
+
+## Features
+
+[#6597] supports dolphinscheduler upgrade from 1.x to 2.0
+[#6812] speed up the site loading when project exists multi process definitions
+[#6763] remove the detection of dumplicate task names
+[#6655] remove the registry monitor
+
+## Bug Fixes
+
+[#6613] fix bug in task retry mechanism
+[#6707] fix error when set up the global parameters in process defintion
+[#6882] fix process cannt finish and its status always be running
+[#6771] fix failover worker interrupt
+[#6658] fix task code in bulk definition
+[#6737] fix event handle twice in two thread pool
+[#6682] replace task name with task code
+[#6653] fix netty client create too many channels
+[#6640] fix PROCESS_HOST_UPDATE_REQUST command donot be supported.
+[#6591] fix improt process definition error
diff --git a/docs/2.0.1/configs/docs2-0-1.js b/docs/2.0.1/configs/docs2-0-1.js
index cacafdcef3..c345cac9d0 100644
--- a/docs/2.0.1/configs/docs2-0-1.js
+++ b/docs/2.0.1/configs/docs2-0-1.js
@@ -28,9 +28,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.1/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -78,7 +78,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.1/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -266,7 +266,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.1/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
@@ -286,6 +286,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.1/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -305,7 +314,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.1/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -320,14 +329,14 @@ export default {
link: '/zh-cn/docs/2.0.1/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.1/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html',
@@ -341,8 +350,8 @@ export default {
link:
'/zh-cn/docs/2.0.1/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -368,7 +377,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.1/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -556,7 +565,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.1/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
diff --git a/docs/2.0.1/docs/en/changelog.md b/docs/2.0.1/docs/en/changelog.md
new file mode 100644
index 0000000000..4d02284719
--- /dev/null
+++ b/docs/2.0.1/docs/en/changelog.md
@@ -0,0 +1,22 @@
+# Change Log
+
+## Download:
+
+https://dolphinscheduler.apache.org/en-us/download/download.html
+
+## Bug fixes
+
+[#7039] fix that the hive data source connection failed when using Kerberos
+[#7338] repairing standalone service startup failed
+[#7215] fix the problem that the alarm group display cannot be displayed
+[#7152] fix the problem of abnormal file upload
+[#7083] fix the problem that the switch task failed to run
+[#7070] fix the failure of workflow timeout policy
+[#6809] fix the problem that the SQL task cannot send mail
+[#7004] fix master still work when it lose zookeeper connection
+
+## Improvements
+
+[#6772] optimized the operation of some APIs
+[#7166] speed up the loading of workflow instance pages
+[#6934] optimize the display information of the workflow relationship page
diff --git a/docs/2.0.2/configs/docs2-0-2.js b/docs/2.0.2/configs/docs2-0-2.js
index 7b6fcf4d91..931d6da7a8 100644
--- a/docs/2.0.2/configs/docs2-0-2.js
+++ b/docs/2.0.2/configs/docs2-0-2.js
@@ -28,9 +28,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.2/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -78,7 +78,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.2/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -266,7 +266,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.2/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
@@ -286,6 +286,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.2/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -305,7 +314,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.2/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -320,14 +329,14 @@ export default {
link: '/zh-cn/docs/2.0.2/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.2/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.2/user_doc/guide/installation/pseudo-cluster.html',
@@ -341,8 +350,8 @@ export default {
link:
'/zh-cn/docs/2.0.2/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -368,7 +377,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.2/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -556,7 +565,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.2/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
diff --git a/docs/2.0.2/docs/en/changelog.md b/docs/2.0.2/docs/en/changelog.md
new file mode 100644
index 0000000000..efbef6084e
--- /dev/null
+++ b/docs/2.0.2/docs/en/changelog.md
@@ -0,0 +1,33 @@
+# Change Log
+
+## Download:
+
+https://dolphinscheduler.apache.org/en-us/download/download.html
+
+## Features
+
+[#6470] Add Python API for DolphinScheduler
+[#7460] Wechat alert support send to group chat
+
+## Improvements
+
+[#7529] Init DB schema from the full sql file
+
+## Bug Fixes
+
+[#7661] Fix the memory leak of logger in worker
+[#7750]Compatible historical version data source connection information
+[#7748] Remove init script when gaining a new DB connection
+[#7705] Because of memory limitations, upgrade from 1.3.5 to 2.0.2 error
+[#7786] Server restart fail after force killed
+[#7660] Wrong create time of process definition version
+[#7607] Failed to execute PROCEDURE node
+[#7639] Add default config of quartz and zookeeper in common config map
+[#7654] Dependent node on change project code error
+[#7658] workflow copy error
+[#7609] Workflow is always running when worker sendResult success but master
not received bug
+[#7554] H2 in standalone server will auto restart after several minutes
+[#7434] An error is reported when executing the MySQL table creation statement
+[#7537] Dependent node retry delay did not work
+[#7451] Remove '+1' (day) in the date of the complement data
+[#7392] Add hive datasource failed
diff --git a/docs/2.0.3/configs/docs2-0-3.js b/docs/2.0.3/configs/docs2-0-3.js
index 6f163a3c37..eb35c76fcf 100644
--- a/docs/2.0.3/configs/docs2-0-3.js
+++ b/docs/2.0.3/configs/docs2-0-3.js
@@ -28,9 +28,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.3/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -78,7 +78,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.3/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -270,7 +270,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.3/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
@@ -290,6 +290,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.3/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -309,7 +318,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.3/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -324,14 +333,14 @@ export default {
link: '/zh-cn/docs/2.0.3/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.3/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.3/user_doc/guide/installation/pseudo-cluster.html',
@@ -345,8 +354,8 @@ export default {
link:
'/zh-cn/docs/2.0.3/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -372,7 +381,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.3/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -564,7 +573,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.3/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'FAQ',
diff --git a/docs/2.0.3/docs/en/changelog.md b/docs/2.0.3/docs/en/changelog.md
new file mode 100644
index 0000000000..d4a9bc49be
--- /dev/null
+++ b/docs/2.0.3/docs/en/changelog.md
@@ -0,0 +1,36 @@
+# Change Log
+
+## Download
+
+https://dolphinscheduler.apache.org/en-us/download/download.html
+
+## Features
+
+[#7804] DingTalk alert plugin adds signature.
+[#7857] Problems caused by modifying the administrator user information.
+[#7675] Supports whether SQL is placed in one session
+[#7571] Add dependent tips about success or failure
+
+## Improvements
+
+[#7990] zkRoot in conf/config/install\_ config does not take effect
+[#7713] The data source password in the log is not encrypted
+
+## Bug Fixes
+
+[#8131] add delete workflow instance when delete process definition
+[#8098] udf sub resource manage edit modal cant close
+[#8081] process is always running: netty writeAndFlush without retry when
failed leads to worker response to master failed
+[#7986] After deleting the running workflow, the master keeps brushing the
error log
+[#8056] Edit the bug of worker grouping in environment management.
+[#7512] dependent node ui dislocation
+[#7913] Error in querying historical version information of workflow
+[#7982] common task log in master no need to print separately
+[#7962] The global parameters of the sub_process node are not passed to the
associated workflow task
+[#7953] query log can not show contents when task log in master on k8s
+[#7815] There are duplicate processes in the process definition list
+[#7698] process instance is always running: task is failure when process
instance FailureStrategy.END
+[#7732] field ‘is_directory’ in t_ds_resources table has error type in
PostgreSQL database
+[#7883] Repair JDBC connection of Oracle
+[#7538] when there is a forbidden node in dag, the execution flow is abnormal
+[#7789] querySimpleList return wrong projectCode
diff --git a/docs/2.0.5/configs/docs2-0-5.js b/docs/2.0.5/configs/docs2-0-5.js
index 5c719dc1db..64ad5fae8b 100644
--- a/docs/2.0.5/configs/docs2-0-5.js
+++ b/docs/2.0.5/configs/docs2-0-5.js
@@ -28,9 +28,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.5/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -78,7 +78,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.5/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -270,7 +270,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.5/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'API',
@@ -303,6 +303,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.5/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -322,7 +331,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.5/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -337,14 +346,14 @@ export default {
link: '/zh-cn/docs/2.0.5/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.5/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.5/user_doc/guide/installation/pseudo-cluster.html',
@@ -358,8 +367,8 @@ export default {
link:
'/zh-cn/docs/2.0.5/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -385,7 +394,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.5/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -577,7 +586,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.5/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'API',
diff --git a/docs/2.0.5/docs/en/changelog.md b/docs/2.0.5/docs/en/changelog.md
new file mode 100644
index 0000000000..a9aab4d858
--- /dev/null
+++ b/docs/2.0.5/docs/en/changelog.md
@@ -0,0 +1,18 @@
+# Change Log
+
+## Improvements
+
+[#8110] The fault-tolerant process of the worker is optimized, so that when
the server is under too much pressure, the worker service is interrupted, and
the task can be transferred to other workers to continue.
+[#8445] Optimize the page display flag of forbidden tasks to distinguish the
display of normally executed tasks
+[#8441] Add a prompt on the task box to display all the long task names.
+[#8187] The function of re uploading files is added in the resource center.
When users need to modify the execution script, they do not need to reconfigure
the task parameters to realize the function of automatically updating the
execution script.
+[#8169] After the modification workflow is optimized, the page remains in the
DAG page and will not jump to the list page.
+[#8285] In the dingtalk alarm plugin, add the markdown information type in the
alarm content.
+
+## Bug Fixes
+
+[#8213] Fixed the task runs incorrectly when the worker group contains
uppercase letters.
+[#8347] Fixed the workflow cannot be stopped when the task fails and retries
+[#8135] Fixed JDBC connection parameter not input '@'
+[#8367] Fixed complement may not end normally
+[#8170] Fix the sub workflow that cannot be entered from the page
diff --git a/docs/2.0.6/configs/docs2-0-6.js b/docs/2.0.6/configs/docs2-0-6.js
index 7dbe0ce0ae..012d51aeb5 100644
--- a/docs/2.0.6/configs/docs2-0-6.js
+++ b/docs/2.0.6/configs/docs2-0-6.js
@@ -28,9 +28,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.6/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -78,7 +78,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.6/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -270,7 +270,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.6/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'API',
@@ -440,6 +440,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.6/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -459,7 +468,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.6/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -474,14 +483,14 @@ export default {
link: '/zh-cn/docs/2.0.6/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.6/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.6/user_doc/guide/installation/pseudo-cluster.html',
@@ -495,8 +504,8 @@ export default {
link:
'/zh-cn/docs/2.0.6/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -522,7 +531,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.6/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -714,20 +723,20 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.6/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
- title: 'API',
- children: [
- {
- title: 'API调用',
- link: '/zh-cn/docs/2.0.6/user_doc/guide/open-api.html',
- },
- {
- title: 'PyDolphinScheduler',
- link: '/python/2.0.6/index.html',
- },
- ],
+ title: 'API',
+ children: [
+ {
+ title: 'API调用',
+ link: '/zh-cn/docs/2.0.6/user_doc/guide/open-api.html',
+ },
+ {
+ title: 'PyDolphinScheduler',
+ link: '/python/2.0.6/index.html',
+ },
+ ],
},
{
title: '贡献指南',
diff --git a/docs/2.0.6/docs/en/changelog.md b/docs/2.0.6/docs/en/changelog.md
new file mode 100644
index 0000000000..e082f47e0b
--- /dev/null
+++ b/docs/2.0.6/docs/en/changelog.md
@@ -0,0 +1,17 @@
+# Change Log
+
+- [Fix-8645][api] Resource Re Upload, name duplicate (#8811)
+- [Feature][dag] Jump back to the list page after the workflow is saved.
(#8989)
+- [Fix-8929][dao]Description Failed to upload the file because the full name
was too long (#9020)
+- [Fix-8544][api] The folder's size can't be updated when creating, updating
or deleting a resource file int the folder. (#9107)
+- [BUG][alert-server]validate script before alert script (#9834)
+- [Fix-10386]LDAP user create with status enable version 2.0.6 (#10508)
+- [Fix-10517] Some important bugs in version 2.0.5 (#10541)
+- [Fix][ui] Fix bytesToSize function calculation error. (#10628)
+- to #9801: fix delete job of quartz not work (#10645)
+- to #9595: fix param lost when execute failed task (#10646)
+- [Improvement] heartbeat info improvement (#10699)
+- [Fix-10672] Dependent task retry bug (#10707)
+- [Fix-10443][server]fix dependent task always running (#10708)
+- [Fix-10673] Workflow recovery bug with failed tasks (#10722)
+- [Fix-10762] [bug] Dependent tasks wait for the workflow to end (#10765)
diff --git a/docs/2.0.7/configs/docs2-0-7.js b/docs/2.0.7/configs/docs2-0-7.js
index 9ce657301a..278bc4d609 100644
--- a/docs/2.0.7/configs/docs2-0-7.js
+++ b/docs/2.0.7/configs/docs2-0-7.js
@@ -28,9 +28,9 @@ export default {
{
title: 'Docker Deployment',
link: '/en-us/docs/2.0.7/user_doc/guide/installation/docker.html',
- },
- ],
},
+ ],
+ },
{
title: 'Installation',
children: [
@@ -78,7 +78,7 @@ export default {
title: 'Task Instance',
link:
'/en-us/docs/2.0.7/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: 'Task',
@@ -270,7 +270,7 @@ export default {
title: 'SkyWalking-Agent',
link:
'/en-us/docs/2.0.7/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
title: 'API',
@@ -440,6 +440,15 @@ export default {
},
],
},
+ {
+ title: 'Change Log',
+ children: [
+ {
+ title: 'Change Log',
+ link: '/en-us/docs/2.0.7/user_doc/changelog.html',
+ },
+ ],
+ },
],
barText: 'Documentation',
},
@@ -459,7 +468,7 @@ export default {
{
title: '名称解释',
link: '/zh-cn/docs/2.0.7/user_doc/architecture/designplus.html',
- },
+ },
],
},
{
@@ -474,14 +483,14 @@ export default {
link: '/zh-cn/docs/2.0.7/user_doc/guide/installation/docker.html',
},
],
- },
+ },
{
title: '部署指南',
children: [
{
title: '单机部署(Standalone)',
link:
'/zh-cn/docs/2.0.7/user_doc/guide/installation/standalone.html',
- },
+ },
{
title: '伪集群部署(Pseudo-Cluster)',
link:
'/zh-cn/docs/2.0.7/user_doc/guide/installation/pseudo-cluster.html',
@@ -495,8 +504,8 @@ export default {
link:
'/zh-cn/docs/2.0.7/user_doc/guide/installation/kubernetes.html',
},
],
- },
- {
+ },
+ {
title: '功能介绍',
children: [
{
@@ -522,7 +531,7 @@ export default {
title: '任务实例',
link:
'/zh-cn/docs/2.0.7/user_doc/guide/project/task-instance.html',
},
- ]
+ ],
},
{
title: '任务类型',
@@ -714,20 +723,20 @@ export default {
title: 'SkyWalking-Agent',
link:
'/zh-cn/docs/2.0.7/user_doc/guide/observability/skywalking-agent.html',
},
- ]
+ ],
},
{
- title: 'API',
- children: [
- {
- title: 'API调用',
- link: '/zh-cn/docs/2.0.7/user_doc/guide/open-api.html',
- },
- {
- title: 'PyDolphinScheduler',
- link: '/python/2.0.7/index.html',
- },
- ],
+ title: 'API',
+ children: [
+ {
+ title: 'API调用',
+ link: '/zh-cn/docs/2.0.7/user_doc/guide/open-api.html',
+ },
+ {
+ title: 'PyDolphinScheduler',
+ link: '/python/2.0.7/index.html',
+ },
+ ],
},
{
title: '贡献指南',
diff --git a/docs/2.0.7/docs/en/changelog.md b/docs/2.0.7/docs/en/changelog.md
new file mode 100644
index 0000000000..503295c012
--- /dev/null
+++ b/docs/2.0.7/docs/en/changelog.md
@@ -0,0 +1,15 @@
+# Change Log
+
+## Bug Fixes
+
+- Monitoring: Added disk available capacity monitoring (#10030)
+- fix Parameter transfer problem when recover failed task (#10694)
+- fix copy bug (#10940)
+- fix dependent task when the dependent on process have forbidden tasks
(#10952)
+- correct post body for http alert plugin (#11946)
+- [bugfix-10116]fix complement data bug (#12376)
+- [Fix-12167][masterserver] The retry task was submitted in advance (#12291)
+- [Bug][api] fix Circular dependencies are not checked in save process task
relation (#12294)
+- [Fix-12422][masterserver] The task needing fault tolerance cannot be
submitted (#12423)
+- [doc] Correct Docker README URL (#11794)
+- [Fix-10080]When the created tenant name is too long, an error message will
be prompted (#10081)