You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ja...@apache.org on 2020/03/30 23:55:23 UTC

[incubator-dolphinscheduler] branch dev updated: Delete ReleaseNotes.md (#2338)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new b5ff3ad  Delete ReleaseNotes.md (#2338)
b5ff3ad is described below

commit b5ff3ad39ed3af6db2a45bdbf154111d1de792b2
Author: dailidong <da...@gmail.com>
AuthorDate: Tue Mar 31 07:55:17 2020 +0800

    Delete ReleaseNotes.md (#2338)
---
 ReleaseNotes.md | 55 -------------------------------------------------------
 1 file changed, 55 deletions(-)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
deleted file mode 100644
index 8d837c4..0000000
--- a/ReleaseNotes.md
+++ /dev/null
@@ -1,55 +0,0 @@
-## 1.2.0
-
-### 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
-
-	
-### 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
-
-### 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