Releases: PowerJob/PowerJob
Releases · PowerJob/PowerJob
PowerJob-V3.4.8
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
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 🚀
- support HttpProcessor
- support ShellProcessor
- support PythonProcessor
- support FileCleanupProcessor
PowerJob-V3.4.6
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
PowerJob-V3.4.4
PowerJob-V3.4.3
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
PowerJob-V3.4.1
PowerJob-V3.4.0-bugfix
BugFix 🐛
【严重】修复 powerjob-worker 在高负载情况下存在的内存泄漏问题 #122
请升级 powerjob-worker 或 powerjob-worker-spring-boot-starter 到 3.4.0-bugfix
及以上版本
PowerJob-V3.4.0
兼容性声明 ⚠️
- 数据库表结构变化【workflow_instance_info 】:新增 expected_trigger_time 字段(bigint)
- 该版本的 powerjob-server 仍向下兼容所有 v3.x.x 版本的 powerjob-worker
Features 🚀
BugFix 🐛
Others 👀
- 修正部分语法错误 #113