What's Changed
- Made the
nextRuntime
parameter ofJob
optional. It will now be calculated automatically based on the job trigger if not provided. - Added an optional
jobId
parameter in all shortcut methods to allow setting a custom ID if needed. - Fixed synchronization issue in the
runningJobs
map inside theCoroutineExecutor
. - Improved some test cases and increased test coverage.
Full Changelog: 1.1.5...1.1.6