v4.6.0
What's Changed
- rufus-scheduler picks timezone from rails configuration by @mrahul17 in #711
- Minor fix for CHANGELOG and README by @mishina2228 in #728
- Replace
Resque.redis.exists
withResque.redis.exists?
by @mishina2228 in #729 - Require 'mocha/test_unit' instead of 'mocha/setup' by @mishina2228 in #730
- Remove support for Ruby < 2.3 by @mishina2228 in #731
- Fix view styles and typos by @mishina2228 in #733
- CI against Ruby 3.1 by @mishina2228 in #739
- GitHub is HTTPS by default by @mishina2228 in #737
- Fix test dependencies by @mishina2228 in #738
- Fix deprecated uses of
Redis#pipelined
by @casperisfine in #740 - Delay an existing job or schedule a new job by @cbisnett in #645
- Fix reading configuration from environment for boolean values by @carsonreinke in #735
- Adding rufus scheduler matrix to gh actions by @iloveitaly in #742
- Bump actions/checkout from 2 to 3 by @dependabot in #743
- Unblock rufus-scheduler upgrade by fixing shutdown by @carsonreinke in #736
- Bump github/codeql-action from 1 to 2 by @dependabot in #746
- Bump actions/checkout from 2 to 3 by @dependabot in #744
- Update CHANGELOG.md by @PatrickTulskie in #747
- Version bump to 4.6.0 by @PatrickTulskie in #748
- Document "queue with parameters feature" by @mchwalek in #749
New Contributors
- @mrahul17 made their first contribution in #711
- @mishina2228 made their first contribution in #728
- @casperisfine made their first contribution in #740
- @cbisnett made their first contribution in #645
- @dependabot made their first contribution in #743
- @PatrickTulskie made their first contribution in #747
- @mchwalek made their first contribution in #749
Full Changelog: v4.5.0...v4.6.0