resque v2.3.0 released!
What’s Changed
- Handle when Rails is partially loaded as a Gem by @TSMMark in https://github.com/resque/resque/pull/1799
- Update Redis#pipelined for redis-rb 4.6. by @nevans in https://github.com/resque/resque/pull/1806
- Add Ruby syntax highlighting to rest of markdown docs by @dsinn in https://github.com/resque/resque/pull/1802
- Bump github/codeql-action from 1 to 2 by @dependabot in https://github.com/resque/resque/pull/1800
- Fix pagination by @ytkg in https://github.com/resque/resque/pull/1809
- Update rack-test requirement from ~> 1.1 to ~> 2.0 by @dependabot in https://github.com/resque/resque/pull/1808
- Name GitHub Actions workflow by @mishina2228 in https://github.com/resque/resque/pull/1807
- Update HISTORY.md by @ytkg in https://github.com/resque/resque/pull/1810
- Added support for pausing the queue by setting a Redis key by @pietervogelaar in https://github.com/resque/resque/pull/1803
- Fix - ‘before_run’: undefined local variable or method ‘runner’ by @rocket-turtle in https://github.com/resque/resque/pull/1811
- Update HISTORY.md by @PatrickTulskie in https://github.com/resque/resque/pull/1812
- Version Bump to 2.3.0 by @PatrickTulskie in https://github.com/resque/resque/pull/1813
- Fix ordering of web-runner code by @essjayhch in https://github.com/resque/resque/pull/1816
- Matrix test redis version by @iloveitaly in https://github.com/resque/resque/pull/1814
New Contributors
- @TSMMark made their first contribution in https://github.com/resque/resque/pull/1799
- @dsinn made their first contribution in https://github.com/resque/resque/pull/1802
- @ytkg made their first contribution in https://github.com/resque/resque/pull/1809
- @pietervogelaar made their first contribution in https://github.com/resque/resque/pull/1803
- @rocket-turtle made their first contribution in https://github.com/resque/resque/pull/1811
- @PatrickTulskie made their first contribution in https://github.com/resque/resque/pull/1812
- @essjayhch made their first contribution in https://github.com/resque/resque/pull/1816
Full Changelog: https://github.com/resque/resque/compare/v2.2.1…v2.3.0