Skip to content

Commit

Permalink
Release good_job v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 10, 2022
1 parent 7d57c89 commit eebf63f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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

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

**Fixed bugs:**

- Copy forward concurrency key value when retrying a job, rather than regenerating it [\#622](https://github.com/bensheldon/good_job/issues/622)
- All concurrency controlled jobs throw exceptions and are rescheduled if they are called using perform\_now [\#591](https://github.com/bensheldon/good_job/issues/591)

**Closed issues:**

- Queue config not respecting limits [\#659](https://github.com/bensheldon/good_job/issues/659)
- UI engine does not work without explicit require [\#646](https://github.com/bensheldon/good_job/issues/646)
- Should `:inline` adapter mode retry jobs? [\#611](https://github.com/bensheldon/good_job/issues/611)
- Error Job Not Preserved [\#594](https://github.com/bensheldon/good_job/issues/594)
- Jobs never get run... [\#516](https://github.com/bensheldon/good_job/issues/516)
- Release GoodJob 3.0 [\#507](https://github.com/bensheldon/good_job/issues/507)
- Improve security of Gem releases [\#422](https://github.com/bensheldon/good_job/issues/422)

**Merged pull requests:**

- Preserve initial concurrency key when retrying jobs [\#657](https://github.com/bensheldon/good_job/pull/657) ([bensheldon](https://github.com/bensheldon))
- Add Dashboard troubleshooting note to explicitly require the engine [\#654](https://github.com/bensheldon/good_job/pull/654) ([bensheldon](https://github.com/bensheldon))
- Removes wrong parentheses [\#653](https://github.com/bensheldon/good_job/pull/653) ([esasse](https://github.com/esasse))

## [v3.0.1](https://github.com/bensheldon/good_job/tree/v3.0.1) (2022-07-02)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.0.0...v3.0.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.0.1)
good_job (3.0.2)
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.0.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b401eea4bcb9e2a43bbc5bf9f5c6797af9eef96c687353635983f09d5400cdfe
1 change: 1 addition & 0 deletions checksums/good_job-3.0.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ae2264e03c4049da5e36c4ea7d93f79481a7c7139d41a2bbbd7c9981508e66ddffd1a7084c276d2ac9ca13baf1b24860c4982bfe94a79b706aa406ea774916ca
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.0.1'
VERSION = '3.0.2'
end

0 comments on commit eebf63f

Please sign in to comment.