Skip to content

Commit

Permalink
Release good_job v3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 30, 2023
1 parent 16656dc commit b999bf4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v3.18.1](https://github.com/bensheldon/good_job/tree/v3.18.1) (2023-08-30)

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

**Implemented enhancements:**

- Respect the configured execution mode, even within the CLI [\#1056](https://github.com/bensheldon/good_job/pull/1056) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Bug: calling `GoodJob.restart` in Puma on\_worker\_boot starts GoodJob regardless of it being in async mode or not [\#1054](https://github.com/bensheldon/good_job/issues/1054)
- \[Feature Request?\] Config Option to Inline Child-Jobs in Worker Processes [\#1052](https://github.com/bensheldon/good_job/issues/1052)
- \[Feature Request\] Hook to extend cron schedules [\#1050](https://github.com/bensheldon/good_job/issues/1050)

**Merged pull requests:**

- `GoodJob.restart` should not start capsules \(job execution\) when in a webserver but not in async mode [\#1055](https://github.com/bensheldon/good_job/pull/1055) ([bensheldon](https://github.com/bensheldon))

## [v3.18.0](https://github.com/bensheldon/good_job/tree/v3.18.0) (2023-08-30)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.17.4...v3.18.0)
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.18.0)
good_job (3.18.1)
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.18.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
69c8bf9cb4512ac2bef0b4b02725e23dbff17e9c0c6707ff15f0a5730021e022
1 change: 1 addition & 0 deletions checksums/good_job-3.18.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f8b6cf162e50809bd3b3b6eb017f9bb1f9236e2adc27bb387688ead2276d298c23725845786900e00f1d0ca7c616ac848e87d8542fb8e1ef3c89677365e0467b
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module GoodJob
# GoodJob gem version.
VERSION = '3.18.0'
VERSION = '3.18.1'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit b999bf4

Please sign in to comment.