Skip to content

Commit

Permalink
Release good_job v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 22, 2022
1 parent 6e5ea14 commit 847f4c7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v3.6.0](https://github.com/bensheldon/good_job/tree/v3.6.0) (2022-10-22)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.5.1...v3.6.0)

**Fixed bugs:**

- 3.4.8 release breaks job retrying [\#728](https://github.com/bensheldon/good_job/issues/728)

**Merged pull requests:**

- Redo: When not preserving job records, ensure all prior executions are deleted after successful retry [\#730](https://github.com/bensheldon/good_job/pull/730) ([bensheldon](https://github.com/bensheldon))
- Add configurable limit \(`queue_select_limit`\) when querying candidate jobs [\#727](https://github.com/bensheldon/good_job/pull/727) ([mitchellhenke](https://github.com/mitchellhenke))
- Add index to `good_jobs` to improve querying candidate jobs [\#726](https://github.com/bensheldon/good_job/pull/726) ([mitchellhenke](https://github.com/mitchellhenke))

## [v3.5.1](https://github.com/bensheldon/good_job/tree/v3.5.1) (2022-10-20)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.5.0...v3.5.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.5.1)
good_job (3.6.0)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.6.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e59a8e12c037592d30883573754d8e782c0b319bde227325ee2458da53ee106f
1 change: 1 addition & 0 deletions checksums/good_job-3.6.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86a26c9a97afb4ce1c74ebbc1127d4cdc503efdb59ae3774ad3c32627bfaf333ab509dd24ad39739b7f02573e21bae511eec056b022acb3b143396329e6a0252
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.5.1'
VERSION = '3.6.0'
end

0 comments on commit 847f4c7

Please sign in to comment.