Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: resque/resque

v3.0.0

12 Jan 20:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v3.0.0

Note: Resque 3.0 only works with Rails 7.2 and newer.

v2.7.0

30 Dec 16:23
da70131

Choose a tag to compare

Special Notes

Just wanted to give everyone a heads up, that after this version, we're going to start dropping support for older versions of Ruby. The larger ecosystem has moved on and continuing to support the Ruby 2.x branch is proving to be impossible. While Resque will likely continue to work on older versions of Ruby, as we move towards Resque 3, we're going to shift to officially supporting rubies that are still supported and maintained.

I want to thank everyone who contributed to Resque and the associated plugins this year. It's not easy maintaining a widely used project while also holding down a fairly demanding set of personal and professional responsibilities. Everyone's patience and contributions has been greatly appreciated.

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

19 Aug 17:57
2f9d080

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

01 Mar 13:54
811ef35

Choose a tag to compare

Bunch of bug and deprecation warning fixes in this release. Big thanks to everyone who's contributed to this release!

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

06 Sep 12:07
daf45bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

22 Aug 13:23
8ea2e4b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

27 Mar 20:42
be3ade1

Choose a tag to compare

Fixed

  • Escape HTML from the params to avoid XSS (#1790)
  • Remove vegas as a dependency (#1780)

Added

  • Add support for specifying queues that workers should ignore when using globs
  • Allow plugins to have spaces in their name (#1718)

2.2.0

06 Nov 12:03
085f77e

Choose a tag to compare

Added

  • Add 'Retry Failed Jobs' button to Failed page

Fixed

  • Loading railtie when it did not exist #1765
  • Fix closing parent Redis connection in child process after fork
  • Fix the failed queues list on /queues UI when the RedisMultiQueue backend is used #1638

2.1.0

10 Aug 12:54
0974308

Choose a tag to compare

Security

  • Fix XSS via URL path in admin web UI queues view #1687
  • Replace onclick handlers in server code to support Content Security Policies that don't allow 'unsafe-inline'
  • Update jQuery from 1.12.4 to 3.6.0

Added

  • Add requeue_queue method to Resque::Failure::Multiple #1659

  • Confirmation prompt in admin front-end before submitting the retry of all failed jobs. #1753

  • Railtie for default rake task setup when in Rails. #1715

  • Added two new hooks.

    • queue_empty when the job queue empties and the worker becomes idle
    • worker_exit when the worker exits

    See docs/HOOKS.md for
    further details. (@jeremywadsack)

Fixed

  • live poller shouldn't restart itself until it successds or fails. #1740
  • Fix parsing worker_id when queue name includes colon. #1691
  • Prune workers which haven't been registered but have set a heartbeat. #1751
  • Resque::Failure::Multiple.remove did not pass on the queue parameter

2.0.0

06 Nov 18:16
v2.0.0
158c7cc

Choose a tag to compare

Fixed

  • Fix Airbrake failure backend
  • Fix failed jobs page "argument out of range" error

Changed

  • Remove support for Rubies < 2.3
  • Remove support to Rails < 4
  • Reduce the number of redis calls when trying to get the list of queues
  • Only run eager_load! if Rails.application.config.eager_load is true
  • Don't display log message if running without hooks
  • Add Support to Redis 4.0
  • Drop complex Redis identifier logic in favor of simple inspect
  • When a child process is killed, report the signal it was terminated with
  • Report a job that pruned worker was processing

Added

  • Allow to configure statistic data store