Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-01 | 1.5 kB | |
v2.5.0.tar.gz | 2023-03-01 | 133.7 kB | |
v2.5.0.zip | 2023-03-01 | 169.9 kB | |
Totals: 3 Items | 305.1 kB | 0 |
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 https://github.com/resque/resque/pull/1846 - Escape
Resque.redis_id
for stats page by @mishina2228 in https://github.com/resque/resque/pull/1834 - Escape resque info values (#1785) by @BrianBorge in https://github.com/resque/resque/pull/1832
- Update mocha requirement from ~> 1.11 to ~> 2.0 by @dependabot in https://github.com/resque/resque/pull/1843
- Raise an error when no available Rack server was found by @mishina2228 in https://github.com/resque/resque/pull/1836
- Show correctly the values of hash and none type on stats tab by @mishina2228 in https://github.com/resque/resque/pull/1838
- Update CI matrix by @mishina2228 in https://github.com/resque/resque/pull/1850
- typo:Log the worker name when starting the task by @bazzargh in https://github.com/resque/resque/pull/1837
- Cut out codes in
Resque::Server.helpers
block into a module by @mishina2228 in https://github.com/resque/resque/pull/1851
New Contributors
- @kyoshidajp made their first contribution in https://github.com/resque/resque/pull/1846
- @BrianBorge made their first contribution in https://github.com/resque/resque/pull/1832
- @bazzargh made their first contribution in https://github.com/resque/resque/pull/1837
Full Changelog: https://github.com/resque/resque/compare/v2.4.0...v2.5.0