Skip to content

v1.2.1 beta.1

Compare
Choose a tag to compare
@wolfboys wolfboys released this 21 Dec 05:46
· 1669 commits to dev since this release
e506293

Change Log

New Feature

  1. [Feat] Supports uploading jar type job #237
  2. [Feat] Automatic Hadoop integration on Flink Kubernetes mode. #436
  3. [Feat] Flink task build / run process separation. #437

Enhance / Bug Fix

  1. [Enhancement] add code style framework #480
  2. [Enhancement] project build optimization, better support for front-end and back-end packaging #533
  3. [Bug] no response when commit build requst on the project page #458
  4. [Bug] hadoop-user-name not work #449
  5. [Bug] get flink version bug #447
  6. [Bug] Unable to add role #467
  7. [Bug] fixed add user no description &delete user can't work #478
  8. [Bug] fixed flink job run statue #536
  9. [Bug] fixed soft link of path bug #519
  10. [Bug] fixed job the endTime value #516
  11. [Bug] fixed ddl sql bug. #487
  12. [Bug] fixed some legacy bugs for LfsOperator #475
  13. [Bug] fixed specified key too long #465

更新日志

新特性

  1. 本地上传jar类型任务支持 #237
  2. Flink K8s 自动集成 Hadoop 构建 #436
  3. Flink 任务构建 / 运行分离 #437

优化 / Bug 修复

  1. [优化] 增加checkstyle 统一代码格式框架 #480
  2. [优化] 优化项目打包,前后端可以混合|分离 打包 #533
  3. [Bug] 修复构建项目是前端看不到实时日志输出的bug #458
  4. [Bug] 修复 hadoop-user-name不生效的bug #449
  5. [Bug] 修复flink version获取可能存在的bug #447
  6. [Bug] 修复custom-code模式下,在选择任务最终执行fatjar逻辑中可能存在的bug #473
  7. [Bug] 修复不能添加系统角色的bug #467
  8. [Bug] 修复flink任务状态重启后可能存在的bug #536
  9. [Bug] 修复添加flink home时软链接导致的bug #519
  10. [Bug] 修复任务运行的结束时间为1970年的bug #516
  11. [Bug] 修复ddl sql中的bug. #487
  12. [Bug] 修复LfsOperator 中相关文件操作的bug #475
  13. [Bug] 修复建表sql中主键太长导致的mysql报错bug #465

...