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

journey pushed a commit to branch 1.2.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.2.1-release by this push:
     new ab7b7d4  add release notes in 1.2.1 (#1654)
ab7b7d4 is described below

commit ab7b7d4c35b0c2d24da97af57b4b18da8d58bba1
Author: lgcareer <[email protected]>
AuthorDate: Tue Dec 31 15:27:32 2019 +0800

    add release notes in 1.2.1 (#1654)
---
 ReleaseNotes.md  | 72 +++++++++++++++++++-------------------------------------
 sql/soft_version |  2 +-
 2 files changed, 25 insertions(+), 49 deletions(-)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 8d837c4..87a6464 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,55 +1,31 @@
-## 1.2.0
+## 1.2.1
 
 ### New Feature        
-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
+1. #1367,Add java checkstyle
+2. Add feature ci
+3. #1547,node text edit box supports full-screen magnification
+4. Add github action to analyze code with sonarcloud
+5. #1635,merge configurations in order to reduce configuration files
+
 
        
 ### Enhancement        
-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
+1. #184,Use the default workgroup in the page ,Instead of the value id.
+2. #1441,add user success when user name contains '.'.
+3. Support Mac local development and debugging
+4. #839,add Spark Task Component can switch Spark Version.
+5. DAG automatic layout
+6. Merge frontend and backend tar into one binary tar
+7. Remove master server and worker server listening port (5566、7788)
+8. Remove kazoo
+9. #1300,Add right alignment function in sql email content
+10. #747,Worker Log desensitization
+11. add profile nginx in order to deploy frontend
+
 
 ### 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
\ No newline at end of file
+1. Solve the problem that the pop-up box cannot be closed when the browser 
returns
+2. Fix #1399,The wrong field order in logger.info
+3. Fix #1379,SQL task,date parameter need to add explicit type casts
+4. Fix #1477,some tasks would be running all the time when db delayed
+5. Fix #1514,the field queue in table t_ds_user not change with tabke 
t_ds_queue modify queue_name field
diff --git a/sql/soft_version b/sql/soft_version
index 867e524..cb174d5 100644
--- a/sql/soft_version
+++ b/sql/soft_version
@@ -1 +1 @@
-1.2.0
\ No newline at end of file
+1.2.1
\ No newline at end of file

Reply via email to