Skip to content

Version 1.2.3

Compare
Choose a tag to compare
@vRallev vRallev released this 07 Feb 18:29
· 106 commits to master since this release
  • Add an onCancel() method to get notified when the job is canceled, see #359
  • Expose the meetsRequirements() method to have the option to check all requirements manually, see #349
  • Don't close the database automatically after each interaction, but give an option in the JobConfig class to revert this behavior, see #344
  • Add scheduleAsync() for scheduling jobs asynchronously to avoid IO operations on the main thread