JobRunr v0.9.1 Release Notes

Release Date: 2020-04-21 // about 4 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘Œ Support for method references - a background job can now be enqueued as follows: BackgroundJob.enqueue(Service::myJobToRun)
    • ๐Ÿ‘Œ Support for H2 databases

    ๐Ÿ›  Bugfixes

    • dashboard figures were not always shown
    • ๐Ÿ‘ป Cron.weekly(Sunday) returned an exception
    • ๐Ÿ‘ท Job names where not correctly shown for Jobs that got enqueued by a Recurring Job