点亮 ? Star · 照亮开源之路
GitHub:https://github.com/apache/dolphinscheduler
文章插图
版本发布感谢本次的 Release Manager --@zhuangchong,是他主导了我们这个版本的发布流程,引导社区进行版本内容沟通,发版前的问题跟踪,blocking issue 处理,版本质量管理等,感谢@zhuangchong为社区的付出,也期待其他 Committer 和 PMC 能够一起参与到 Release Manager 的角色中来 。
在3.0.0 正式版本发布1个多月之后,期间社区也紧锣密鼓的进行着新版本的迭代的筹备,通过用户访谈对一线的建议、意见反馈进行收集,作为3.0.1版本的核心开发点,我们约谈了多个企业,社区收集了上百条 issue PR,近30位贡献者参与,推出了大家期盼已久的3.0.1版本,该版本对于UI以及调度内核做了些许调整,同时也修复了一些3.0.0版本存在的bug,非常欢迎社区的小伙伴参加到社区的共建中 。
Release note:
https://github.com/apache/dolphinscheduler/releases/tag/3.0.1
核心相关 Core Related
- 工作流执行可运行将面临无限循环
- 升级时提示数据库字段存在问题
- 普通用户不能创建依赖任务
- 任务、工作流实例优先级导致 NPE
- Dependent 下游错误触发
- 修复工作流实例可能多次故障转移
- 任务组获取任务状态为运行错误
- 修复worker 杀任务触发 OOM
- 工作流列表名称显示重叠
- 工作流实例不支持运行
- 数据源修改端口报错
- 工作实例操作不在同一行
- 显示工作流名称
文档相关 Documentation Related增加了部分提醒性语言,如上传文档时候的全路径、standalone 默认资源中心的使用;
更正了原本错误的文档,如 工作流相关描述、创建 worker group相关、 python api 跳转链接、部分拼写错误、社区 email slack 链接;
Python API本次主要增加了python 10 和 python 11-dev 支持,修复了 switch 任务类型,sql 任务 truncate 语法识别错误问题 。同时修复了 python api 只有最新版文档的问题
BUG Fix
- [Improvement][UI] Unified local parameters UI #11190
- [Fix][UI] Fix bug where icons are displayed in one line. #11320
- [Improvement-11386][UI] Concise the logic available for task action buttons #11419
- [Fix][UI] Fix the preTask options are unavailable when creating a tas… #11501
- 【Apache Dolphin Scheduler 3.0.1 发布,对核心及UI相关进行优化】S3 Resource center supports bucket customization (#12022)
- fix status check issue (#11580) (#12030)
- [LDAP] Config value should return real null instead of 'null' string (#12031)
- [3.0.1-preapre][cherry-pick]3.0.1 UI (#12020)
- [Fix][UI] Fix bug where crontab special of month and year #11661
- [UI] Enable highlight and auto-complete for SQL scripts #11659
- [Fix][UI] Fix the problem that the pagination component is not centered in the environment management. #11646
- [Fix][UI] Fix the port in the datasource edit. #11624
- [Fix][UI] Fix the table header in the workflow instance. #11487
- [Fix][UI] Fix bug where warn group name not display #11429
- [Feature-10117][UI] Hide node execution when start from the workflow definition list page #11372
- [Fix-11366][UI] Workflow instance should not support right-click running #11367
经验总结扩展阅读