- Add support for Sequel 5 (Florent Piteau) #7
- Fix mysql deadlocks while reserving jobs (Lyle Franklin) #6
- Update specs to use the RSpec 3.6.0
- Fix Sequel deprecation warnings when using
filter
- Use fully qualified name when rescuing Sequel::Error
- Update
delayed-job
dependency to~> 4.1.0
(James Goodhouse)
- Allow overriding the Job table name
BREAKING CHANGE
In order to support the Job's table name override, requiring delayed_job_sequel
no longer set the backend. You will have to do it manually (for example in an
initializer):
::Delayed::Worker.backend = :sequel
- Compatibility with Ruby 2.0, 2.1 and JRuby
- Fix a locking race condition in job reservation (Jonathan Tron, Mark Rushakoff) #2
- Update Sequel dependency to allow versions from
3.38
to4.x
- Update DelayedJob dependency to allow
~> 4.0.0