resque-scheduler v4.5.0 Release Notes

Release Date: 2021-09-25 // over 2 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support Ruby 3
    • โž• Add optional argument to remove_schedule to control reloading of the schedule

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix XSS vulnerability on the /delayed/search page
    • ๐Ÿ‘ท Ensure that jobs are directly created for jobs enqueued at Time.now
    • Fix queuing to custom job queues in enqueue_delayed_selection
    • Ensure before_enqueue and after_enqueue callbacks are called in all cases of queuing a job
    • ๐Ÿ›  Fix redis error when running resque-scheduler without Redis

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change CI from Travis to GitHub Actions
    • โฑ Only allow rufus-scheduler versions lower than 3.7
    • โšก๏ธ Update vagrant configuration