resque v3.0.0 released!
What’s Changed
- Upstream Active Job adapter by @zzak in https://github.com/resque/resque/pull/1906
- docs: cleanup by @dijonkitchen in https://github.com/resque/resque/pull/1903
- Remove Rails 7.1 section from README by @dijonkitchen in https://github.com/resque/resque/pull/1917
- Rack 3.x support by @and9000 in https://github.com/resque/resque/pull/1912
- Drop support for EOL Ruby, Redis, and Rack versions by @PatrickTulskie in https://github.com/resque/resque/pull/1922
- Fix re-queued job timezone data by @luizbettoni in https://github.com/resque/resque/pull/1918
- Add shutdown hooks by @djmb in https://github.com/resque/resque/pull/1916
- Fix shutdown hook test isolation by @PatrickTulskie in https://github.com/resque/resque/pull/1924
- Fix a double redis.get to pause-all-workers in each work loop by @mdkent in https://github.com/resque/resque/pull/1919
- Support a dynamic sleep INTERVAL by @mdkent in https://github.com/resque/resque/pull/1920
- Exclude Ruby 3.2 from Rails main tests as Rails requires Ruby >= 3.3 by @PatrickTulskie in https://github.com/resque/resque/pull/1926
- Version 3.0 by @PatrickTulskie in https://github.com/resque/resque/pull/1923
New Contributors
- @zzak made their first contribution in https://github.com/resque/resque/pull/1906
- @dijonkitchen made their first contribution in https://github.com/resque/resque/pull/1903
- @and9000 made their first contribution in https://github.com/resque/resque/pull/1912
- @luizbettoni made their first contribution in https://github.com/resque/resque/pull/1918
- @djmb made their first contribution in https://github.com/resque/resque/pull/1916
- @mdkent made their first contribution in https://github.com/resque/resque/pull/1919
Full Changelog: https://github.com/resque/resque/compare/v2.7.0…v3.0.0
Note: Resque 3.0 only works with Rails 7.2 and newer.