resque-scheduler v4.5.0 Release Notes
Release Date: 2021-09-25 // about 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
andafter_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