Skip to content

Releases: apache/incubator-streampark

v2.1.2-incubating-rc1

01 Nov 15:33
fcc4071
Compare
Choose a tag to compare
v2.1.2-incubating-rc1 Pre-release
Pre-release

Release-2.1.2-incubating-rc1
release note: https://streampark.apache.org/download/release-note/2.1.2

v2.1.1-incubating

30 Jun 11:02
952bf14
Compare
Choose a tag to compare

v2.1.0-incubating

02 May 12:52
2d56a01
Compare
Choose a tag to compare

v2.0.0-incubating

20 Feb 08:59
6788eba
Compare
Choose a tag to compare

v2.0.0-incubating-rc7

14 Feb 04:19
6788eba
Compare
Choose a tag to compare
v2.0.0-incubating-rc7 Pre-release
Pre-release

Release-2.0.0-incubating-rc7
release note: https://streampark.apache.org/download/release-note/2.0.0

v2.0.0-incubating-rc6

05 Feb 08:18
f144237
Compare
Choose a tag to compare
v2.0.0-incubating-rc6 Pre-release
Pre-release

Release-2.0.0-incubating-rc6
release note: https://streampark.apache.org/download/release-note/2.0.0

v1.2.3 release

06 May 10:10
3ff5e6e
Compare
Choose a tag to compare

Change Log

New Features

  1. [Feat] New added Scala 2.12 support
  2. [Feat] New added Flink 1.15 support
  3. [Feat] New added RestApi integration capability with external systems
  4. [Feat] New added ES 5 / 6 / 7 Datastream connector
  5. [Feat] New added Flink Cluster cluster management ( yarn | k8s )
  6. [Feat] New added Flink SQL Pulsar connector
  7. [Feat] New added Flink SQL Http connector

Enhance / Bug Fix

  1. [Bug] Fixed bugs related to kerberos certification renewal in hadoop 3 environment
  2. [Bug] Fix the bug that may not output logs when compiling the project
  3. [Bug] Fix the bug that the tm managed memory parameter cannot be set to 0
  4. [Bug] Fix the bug that the savepoint cannot be correctly recognized when the job is resumed when the jobId is 0**0
  5. [Bug] Fix the bug that the compile button does not appear after the project is modified, and the project cannot be recompiled
  6. [Bug] Enhance the verification of scala version when adding Flink Home
  7. [Bug] Refactored Datastream connector module, re-divided module and package names
  8. [Bug] The example program of the connector is migrated to streamx-quickstart

更新日志

新特性

  1. [新特性] 新增对 Scala 2.12 的支持
  2. [新特性] 新增对 Flink 1.15 的支持
  3. [新特性] 新增 RestApi 与外部系统的集成能力
  4. [新特性] 新增 ES 5 / 6 / 7 Datastream connector
  5. [新特性] 新增 Flink Cluster 集群管理 ( yarn | k8s )
  6. [新特性] 新增 Flink SQL Pulsar connector
  7. [新特性] 新增 Flink SQL Http connector

Bug修复

  1. [Bug] 修复 hadoop 3 环境下 kerberos 认证续期相关的 bug
  2. [Bug] 修复项目编译可能存在的不能输出日志的 bug
  3. [Bug] 修复 tm managed memory参数设置不能为0的 bug
  4. [Bug] 修复 jobId 为 0**0 导致任务恢复时不能正确识别 savepoint 的 bug
  5. [Bug] 修复项目修改后未出现编译按钮, 不能重新编译项目的bug
  6. [Bug] 增强在添加 Flink Home 时对 scala 版本的验证
  7. [Bug] 重构 Datastream connector模块,模块和包名重新划分
  8. [Bug] 连接器的示例程序迁移至 streamx-quickstart

v1.2.2 release

26 Mar 10:03
106986a
Compare
Choose a tag to compare

Change Log

New Feature

  1. [Feat] Support Remote deployment mode
  2. [Feat] Support Yarn-session deployment mode
  3. [Feat] Support Yarn-perjob deployment mode
  4. [Feat] Support Apache Doris datastream connector
  5. [Feat] Support Redis datastream connector
  6. [Feat] Support Flink Cluster cluster management
  7. [Feat] Support setting the remote maven repo address to download dependencies
  8. [Feat] Support specifying maven build parameters when building the project
  9. [Feat] Integrate project and app standardized launch process
  10. [Feat] None require enforced install maven at the deployment machine

Enhance / Bug Fix

  1. [Bug] Fixed submit job bug on Yarn mode in some hadoop versions
  2. [Bug] Fixed Flink Sql formatting bug
  3. [Bug] Fixed caused by closing the packageProgram bug in some Flink versions
  4. [Bug] Fixed uneffective scala version checking bug when adding Flink Sql dependencies
  5. [Bug] Add the timeout param when starting and stopping task
  6. [Bug] Fixed switch Flink deployment mode bug of page confusion

更新日志

新特性

  1. [新特性] 新增 Remote 部署模式
  2. [新特性] 新增 Yarn-session 部署模式
  3. [新特性] 新增 Yarn-perjob 部署模式
  4. [新特性] 统一项目构建上线流程
  5. [新特性] 新增 Apache Doris datastream connector
  6. [新特性] 新增 Redis datastream connector
  7. [新特性] 新增 Flink Cluster集群管理
  8. [新特性] 内置 maven 不强制要求部署机安装 maven
  9. [新特性] maven 支持设置远程仓库地址, 加速依赖下载
  10. [新特性] 项目构建时支持指定 maven 构建参数

Bug修复

  1. [Bug] on Yarn 模式下在 hadoop 某些版本存在的任务提交失败的 bug
  2. [Bug] Flink Sql 添加依赖时检查到不匹配 scala 版本未能阻止添加的bug
  3. [Bug] Flink Sql 格式化存在的 bug
  4. [Bug] 在 Flink 某些版本下关闭 packageProgram导致的 bug
  5. [Bug] 任务编辑和添加切换Flink 部署模式导致页面错乱的 bug
  6. [Bug] 任务在启动和停止时加入超时, 时间内未成功状态设置为失败

v1.2.1 release

26 Jan 15:16
6d4e28d
Compare
Choose a tag to compare

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
  4. [Feat] Support update project info #650

Enhance / Bug Fix

  1. [Enhancement] New Official website
  2. [Enhancement] add code style framework #480
  3. [Enhancement] project build optimization, better support for front-end and back-end packaging #533
  4. [Enhancement] add scala version checking when download flink refer dependencies #551
  5. [Enhancement] Added yarn queue options #596
  6. [Bug] no response when commit build requst on the project page #458
  7. [Bug] hadoop-user-name not work #449
  8. [Bug] get flink version bug #447
  9. [Bug] wrong jar file chosen when building #473
  10. [Bug] Unable to add role #467
  11. [Bug] fixed flink job run statue #536
  12. [Bug] fixed soft link of path bug #519
  13. [Bug] fixed job the endTime value #516
  14. [Bug] fixed ddl sql bug. #487
  15. [Bug] fixed some legacy bugs for LfsOperator #475
  16. [Bug] fixed specified key too long #465
  17. [Bug] There is a problem with the developer role permission assignment of StreamX #583
  18. [Bug] editor follows the front-end theme to switch themes enhancement #620
  19. [Bug] The parameter jvm-metaspace.size setting is invalid #562

更新日志

新特性

  1. [新特性] 本地上传 Jar 类型任务支持 #237
  2. [新特性] Flink K8s 自动集成 Hadoop 构建 #436
  3. [新特性] Flink 任务构建 / 运行分离 #437
  4. [新特性] 项目支持修改 #650

改进 / Bug修复

  1. [改进] 全新官网上线,文档重新归类
  2. [改进] 增加 Checkstyle 进一步规范编码格式 #480
  3. [改进] 优化打包,前后端可以 混合|分离 打包 #533
  4. [改进] FlinkSql 任务自动检测pom依赖里的scala版本 #551
  5. [改进] 新增常用参数 yarn queue 设置 #596
  6. [Bug] 修复构建项目时前端看不到实时日志的bug #458
  7. [Bug] 修复 hadoop-user-name 不生效的bug #449
  8. [Bug] 修复 Flink version 获取可能失败的bug #447
  9. [Bug] 修复 Custom-Code 模式下选择 FatJar 存在的bug #473
  10. [Bug] 修复不能添加系统角色的bug #467
  11. [Bug] 修复 Flink 任务状态重启后不准确的bug #536
  12. [Bug] 修复添加 Flink home 时软链接导致的bug #519
  13. [Bug] 修复任务运行的结束时间错误的bug #516
  14. [Bug] 修复 ddl sql 中的bug #487
  15. [Bug] 修复 LfsOperator 中相关文件操作的bug#475
  16. [Bug] 修复 ddl sql 中主键太长导致报错的bug #465
  17. [Bug] 修复新增用户授权后重新登录空白页面的bug #583
  18. [Bug] 修复 Editor 不能跟随系统主题同步切换的bug #620
  19. [Bug] 修复任务参数 jvm-metaspace.size 单位错误的bug #562

v1.2.1 beta.1

21 Dec 05:46
e506293
Compare
Choose a tag to compare

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

...