10000 Releases · PowerJob/PowerJob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: PowerJob/PowerJob

PowerJob-V3.4.8

07 Mar 15:55
Compare
Choose a tag to compare

There is a 99.99% chance that this will be the last version of PowerJob v3.x. Enjoy this stable version and look forward to the upcoming, incredibly powerful v4.x release~🎉🎉🎉

PowerJob-Framework

Features 🚀

  • support dynamic setting of binding IP according to JVM startup parameters(-Dpowerjob.network.local.address) #227

PowerJob-OfficialProcessor

How to use? -> wiki

Bugfix 🐛

  • fixed the problem that the official processor could not be used due to packaging failure

PowerJob-V3.4.7

22 Feb 17:08
Compare
Choose a tag to compare

PowerJob-Framework

Features 🚀

  • Deprecated build-in ShellProcessor(com.github.kfcfans.powerjob.worker.core.processor.built.ShellProcessor), please use the official processor instead. (click for more detail)
  • Deprecated build-in PythonProcessor(com.github.kfcfans.powerjob.worker.core.processor.built.PythonProcessor), please use the official processor instead. (click for more detail)

BugFix 🐛

  • fix the bug that the script processor does not work properly #222

PowerJob-OfficialProcessor

How to use? -> wiki

Features 🚀

PowerJob-V3.4.6

17 Feb 16:34
Compare
Choose a tag to compare

Features 🚀

  • support to disable swagger-ui by config(oms.swagger.enable=false) #203
  • add HTTP protocol to support multi-language client (python client is under heavy development, stay tuned!) #209
  • add extension interface[WorkerFilter] (server side) and [SystemMetricsCollector](worker side) for user-customized worker filter logic #215
  • more friendly error output when running shell scripts in a Windows environment #161 #212

BugFix 🐛

  • fix the bug that system will be killed when database had some problem #213 #210
  • fix the bug that server throws NullPointerException when instanceTimeLimit is null #207

PowerJob will soon release version 4.x, which will bring more powerful workflow support and full multi-language support. If your current version is working well, it is not recommended to upgrade to v3.4.6, as v3.4.6's server do not work well with other versions of the server.

PowerJob-V3.4.5

31 Jan 15:30
Compare
Choose a tag to compare

Features 🚀

  • Support for specifying the NIC using the NIC name and display name #179

BugFix 🐛

  • Fixed unintended JobInstance failure problem #190
  • Fixed the problem that JobQuery could not be serialized #183
  • Fixed the bug of restarting after the JobInstance is stopped #180

PowerJob-V3.4.4

17 Jan 09:32
Compare
Choose a tag to compare

Features 🚀

  • OpenAPI enhancements to support task queries #158
  • Support custom status check interval by using -Dpowerjob.worker.status-check.normal.period #166

BugFix 🐛

  • Fixed the bug of inaccurate concurrency control #164 #168
  • Fixed a possible NPE issue when cleaning the log table #165

PowerJob-V3.4.3

10 Jan 10:37
Compare
Choose a tag to compare

Features 🚀

  • Note: This version has exactly the same features as v3.4.2
  • Translate for internationalization #155

🎉🎉🎉
We hope our foreign friends will enjoy this powerful scheduling framework!
😄😄😄

PowerJob-V3.4.2

03 Jan 07:10
Compare
Choose a tag to compare

Features 🚀

  • Optimize online logger to reduce the performance overhead on the powerjob-worker side
  • Auto update Swagger API version #139 #142

BugFix 🐛

  • Fixed the bug of repeatedly cleaning historical data when using the powerjob-server cluster #144
  • Fixed the bug of inaccurate judgment of worker idle state #146
  • Fixed the bug of occasionally can't find TaskTracker #147
  • Fixed the bug of database locks were not released as expected

PowerJob-V3.4.1

20 Dec 14:04
Compare
Choose a tag to compare

Features 🚀

  • 支持扩展 ServerIdProvider 来自定义 powerjob-server 集群唯一ID的生成策略 #133
  • 支持 spring-boot-starter-actuator 健康检查端点 #133

BugFix 🐛

  • 修复了重跑功能无法在非主控制节点使用的问题 #128

Others 👀

  • 代码结构优化:使用 AOP 统一转发请求 #131
  • README_enUS.md 优化 #119

PowerJob-V3.4.0-bugfix

06 Dec 12:19
Compare
Choose a tag to compare

BugFix 🐛

【严重】修复 powerjob-worker 在高负载情况下存在的内存泄漏问题 #122


请升级 powerjob-worker 或 powerjob-worker-spring-boot-starter 到 3.4.0-bugfix 及以上版本

PowerJob-V3.4.0

29 Nov 13:39
Compare
Choose a tag to compare

兼容性声明 ⚠️

  • 数据库表结构变化【workflow_instance_info 】:新增 expected_trigger_time 字段(bigint)
  • 该版本的 powerjob-server 仍向下兼容所有 v3.x.x 版本的 powerjob-worker

Features 🚀

  • 引入多级时间轮优化调度性能 #110
  • 新增时间表达式校验功能 #116

BugFix 🐛

  • 修复无秒级任务时的sql报错问题 #111
  • 修复部分情况下工作流提前调度的问题 #108
  • 修复日志表删除时无状态判断的问题 #109
  • 修复生产环境下日志无法输出到标准输出流的问题 #114

Others 👀

  • 修正部分语法错误 #113
0