Releases: resque/resque-pool
Releases · resque/resque-pool
v0.8.0
What's Changed
Breaking Changes
- 💥 Minimum resque version is now 2.2 (1.22 is no longer supported) by @nevans in #261
- 💥 Minimum ruby version is now 3.0 (2.0 is no longer supported) by @nevans in #262
Added
- Introduce siginfo-hook and SIGINFO 29 signal handling by @Overbryd in #191
- Support a dynamic sleep INTERVAL by @mdkent in #251
This requiresresque3.0+ (see resque/resque#1920).
Fixed
- fix typo in log message by @rilian in #193
- 🐛 Fix
Logging.reopen_logs!for ruby 3.4+ by @nevans in #257 - 🐛 Fix
--lock FILEoptions parser setup by @nevans in #265
Documentation
- 📚 Update README for old redis gem by @nevans in #266
- 📚 Update CI badge in README by @nevans in #267
- 📚 Rearrange/improve CLI options help text by @nevans in #270
- 📚 Update resque-pool(1) manpage by @nevans in #271
Miscellaneous
- Convert to Github actions by @nevans in #203
- Adding code scanning action by @nevans in #210
- ⬆️ 💎 Add ruby 3.2 to the CI metrix by @nevans in #244
- ⬆️ 💎 Add ruby 3.3 to the CI metrix by @nevans in #245
- ✅ Test different versions of resque and redis by @nevans in #246
- Update gemspec metadata by @nevans in #247
- ⬆️ Bump actions/checkout from 3 to 4 by @dependabot[bot] in #242
- ⬆️ Bump github/codeql-action from 2 to 3 by @dependabot[bot] in #249
- ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #250
- ⬆️ Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #252
- ⬆️ Update CI matrix with modern versions by @nevans in #254
- ⬆️ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #253
- ✅ Trigger CI for every PR by @nevans in #255
- ⬆️(deps): Update resque requirement from >= 1.22, < 3 to >= 1.22, < 4 by @dependabot[bot] in #256
- ✅ Cut CI matrix in half: only one OS per resque by @nevans in #260
- ✅⬆️ Add resque 3.0 to CI matrix by @nevans in #258
- 📦 Add releases.yml to assist with release notes by @nevans in #264
- ⬆️ Upgrade ronn to ronn-ng (dev dependency) by @nevans in #263
- ✅⬆️ Add ruby 4.0 to CI matrix by @nevans in #259
- 🔒 Configure Trusted Publisher by @nevans in #269
New Contributors
- @rilian made their first contribution in #193
- @Overbryd made their first contribution in #191
- @dependabot[bot] made their first contribution in #212
- @mdkent made their first contribution in #251
Full Changelog: v0.7.1...v0.8.0