Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 1.28 KB

4.3.0 (2017-11-27)

  • Add support for Sequel 5 (Florent Piteau) #7

4.2.2 (2017-08-03)

  • Fix mysql deadlocks while reserving jobs (Lyle Franklin) #6

4.2.1 (2017-05-19)

  • Update specs to use the RSpec 3.6.0
  • Fix Sequel deprecation warnings when using filter
  • Use fully qualified name when rescuing Sequel::Error

4.2.0 (2016-06-10)

  • Update delayed-job dependency to ~> 4.1.0 (James Goodhouse)

4.1.0 (2015-02-12)

  • 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

4.0.1 (2013-02-04)

  • Compatibility with Ruby 2.0, 2.1 and JRuby

4.0.0 (2013-10-29)

  • Fix a locking race condition in job reservation (Jonathan Tron, Mark Rushakoff) #2
  • Update Sequel dependency to allow versions from 3.38 to 4.x
  • Update DelayedJob dependency to allow ~> 4.0.0