Bunch of bug and deprecation warning fixes in this release. Big thanks to everyone who's contributed to this release!
What's Changed
- Replace
File.exists?
withFile.exist?
by @kyoshidajp in #1846 - Escape
Resque.redis_id
for stats page by @mishina2228 in #1834 - Escape resque info values (#1785) by @BrianBorge in #1832
- Update mocha requirement from ~> 1.11 to ~> 2.0 by @dependabot in #1843
- Raise an error when no available Rack server was found by @mishina2228 in #1836
- Show correctly the values of hash and none type on stats tab by @mishina2228 in #1838
- Update CI matrix by @mishina2228 in #1850
- typo:Log the worker name when starting the task by @bazzargh in #1837
- Cut out codes in
Resque::Server.helpers
block into a module by @mishina2228 in #1851
New Contributors
- @kyoshidajp made their first contribution in #1846
- @BrianBorge made their first contribution in #1832
- @bazzargh made their first contribution in #1837
Full Changelog: v2.4.0...v2.5.0