Releases: jiawesoft/jiascheduler
Releases · jiawesoft/jiascheduler
v1.0.4
What's Changed
- add Dockerfile docker-compose.yml and docker.yml by @lijc210 in #16
- update docker deploy document by @lijc210 in #19
- Add connection timeout detection logic for comet by @iwannay in #20
- Change entity time fields default timezone to Local by @iwannay in #27
- Fix timezone and duplicate ip issue by @iwannay in #30
- add Docker Deployment to README.md by @lijc210 in #31
- Fix the issue where the job timeout of 0 is not taking effect by @iwannay in #32
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-alpha
The first version may be unstable, so do not use it directly for production.
v1.0.0.alpha2
Fixed database initialization failure due to long index fields
v1.0.0.alpha3
Fixed some malicious bugs that are affecting normal use, some of which are related to databases, so you will need to update your DDL.
v1.0.0.alpha4
Use instance_id and mac_address to replace IP to ensure uniqueness, you will need to update your DDL
v1.0.0.alpha5
Fixed cannot kill the job process and it's children
Fixed the instance list cannot be selected as a single option when starting a job or starting a timer
v1.0.0.alpha6
Add team features
Add the feature to enable daemon jobs to reside in the background
Fixed some bugs and optimize some details