Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.1 KB

v3.0.11

  • Ensure threadsafety (thanks to adstage-david)

v3.0.9

  • Fixed that all jobs stopped processing

v3.0.8

  • Unique extensions for Web GUI by @rickenharp. Uniqueness will now be removed when a job is.

v3.0.7

  • Internal refactoring
  • Improved coverage
  • Rubocop style validation

v3.0.5

  • Fixed the different test modes (major thanks to @salrepe)

v3.0.2

  • Removed runtime dependency on mock_redis (add gem 'mock_redis' to your desired group to use it)

v2.7.0

  • Use mock_redis when testing in fake mode
  • Replace minitest with rspec
  • Add codeclimate badge
  • Update travis with redis-server

v2.6.5

v2.1.0

Extracted the unique jobs portion from sidekiq main repo since @mperham dropped support for it.