Skip to content

Releases: jiawesoft/jiascheduler

v1.0.4

02 Mar 04:57
Compare
Choose a tag to compare

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

17 Feb 15:10
Compare
Choose a tag to compare

v1.0.2

16 Feb 14:22
da8d485
Compare
Choose a tag to compare

What's Changed

  • Add connection timeout detection
  • Improve error messages in the installation interface for better clarity

v1.0.1

11 Feb 01:10
Compare
Choose a tag to compare
  1. Fix the anomaly in job authorization when the team is empty
  2. Fix the team ID conversion error caused by incorrect base numbering

PS: This update only involves jiascheduler-console; other applications do not need to be updated.

v1.0.0

09 Feb 11:38
Compare
Choose a tag to compare

Several months have elapsed since the alpha version, and now the first usable official version is being released.

v1.0.0-alpha

18 Nov 15:10
Compare
Choose a tag to compare

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