v4.0.1
版本发布时间: 2021-04-05 17:10:13
PowerJob/PowerJob最新发布版本:v5.1.0(2024-08-12 00:46:05)
PowerJob-Framework
Features 🚀
- support PostgreSQL database (need to add config
spring.datasource.remote.hibernate.properties.hibernate.dialect=tech.powerjob.server.persistence.config.dialect.PowerJobPGDialect
in application.properties) #153 - upgrade guava version to improve security #CVE-2020-8908
- enhance front-end console which can displays more worker cluster information now, including tag, last active time, etc.
BugFix 🐛
- fix the bug of server election #246
- fix database table builder sql error #247
- fix a NPE problem that occurs when no worker connects to the server #244
- fix the bug of front-end error displaying worker cluster #245