Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-14 | 1.3 kB | |
v8.0.1 source code.tar.gz | 2025-07-14 | 6.0 MB | |
v8.0.1 source code.zip | 2025-07-14 | 6.8 MB | |
Totals: 3 Items | 12.8 MB | 2 |
JobRunr and JobRunr Pro v8.0.1
This is a bugfix release for JobRunr v8.0.0 that fixes an issue related to the parsing of CRON expressions and a crash on the frontend regarding SSE. v8.0.1 also includes a few minor improvements related to the new feature in JobContext.runStepOnce
. See below for an overview of the included changes.
Improvements
- Improve runStepOnce implementation for v8 by @rdehuyss in https://github.com/jobrunr/jobrunr/pull/1344
- improve carbon aware scheduled message in case of disabled config by @wgroeneveld in https://github.com/jobrunr/jobrunr/pull/1346
Bugfixes
- sync schedule.durationBetweenSchedules() fix for recurring job cron strings that throw
IllegalArgumentException
by @wgroeneveld in https://github.com/jobrunr/jobrunr/pull/1340 - Add extra job stats for Kotlin+JobStatsSSE Test by @wgroeneveld in https://github.com/jobrunr/jobrunr/pull/1341
- Fixes jobdetail view crash due to Carbonchart + SSE by @wgroeneveld in https://github.com/jobrunr/jobrunr/pull/1345
- Improve internal idempotency consistency when creating jobs from a recurring job by @rdehuyss in https://github.com/jobrunr/jobrunr/pull/1349
Full Changelog: https://github.com/jobrunr/jobrunr/compare/v8.0.0...v8.0.1