Skip to content

Version 1.2.1

Compare
Choose a tag to compare
@vRallev vRallev released this 23 Nov 12:38
· 114 commits to master since this release
  • Add option to override the default background executor, see #292
  • Don't keep a strong reference to finished jobs to allow freeing memory, see #299
  • Allow running a daily job immediately once, this is helpful for testing purposes, see #317
  • Allow enforcing requirements for daily jobs, see #313
  • Remove the Cat dependency for logging, see 295
  • Add @NonNull annotation to param parameter, see #321 (thanks for the contribution @Jawnnypoo)