Skip to content

Commit

Permalink
Release good_job v3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 28, 2023
1 parent 46626e6 commit c5573c7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v3.19.3](https://github.com/bensheldon/good_job/tree/v3.19.3) (2023-09-28)

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

**Closed issues:**

- Explicitly write that jobs with higher priority jobs run first \(unlike Que or DelayedJob\) at readme. [\#991](https://github.com/bensheldon/good_job/issues/991)

**Merged pull requests:**

- Correct `discrete_execution#status` method [\#1092](https://github.com/bensheldon/good_job/pull/1092) ([coreyaus](https://github.com/coreyaus))
- Use ActiveSupport::BroadcastLogger [\#1089](https://github.com/bensheldon/good_job/pull/1089) ([bensheldon](https://github.com/bensheldon))
- Log thread name for gem development debugging [\#1085](https://github.com/bensheldon/good_job/pull/1085) ([bensheldon](https://github.com/bensheldon))
- Describe ApplicationController hook in README [\#1082](https://github.com/bensheldon/good_job/pull/1082) ([maxim](https://github.com/maxim))
- \[Docs\] Explain how `priority` works in GoodJob [\#1005](https://github.com/bensheldon/good_job/pull/1005) ([coreyaus](https://github.com/coreyaus))

## [v3.19.2](https://github.com/bensheldon/good_job/tree/v3.19.2) (2023-09-22)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.19.1...v3.19.2)
Expand Down Expand Up @@ -1044,7 +1060,7 @@

- Add cron\_enabled attribute to good\_job and pass it to process current state [\#675](https://github.com/bensheldon/good_job/pull/675) ([saksham-jain](https://github.com/saksham-jain))
- Reverse Dashboard Filter Hierarchy to be: queues+jobs then state [\#666](https://github.com/bensheldon/good_job/pull/666) ([bensheldon](https://github.com/bensheldon))
- Allow cron entries to be temporarily disabled and re-enabled through the Dashboard [\#649](https://github.com/bensheldon/good_job/pull/649) ([alex-klepa](https://github.com/alex-klepa))
- Allow cron entries to be temporarily disabled and re-enabled through the Dashboard [\#649](https://github.com/bensheldon/good_job/pull/649) ([sasha-id](https://github.com/sasha-id))
- Add Configuration.total\_estimated\_threads to report number of threads consumed by GoodJob [\#645](https://github.com/bensheldon/good_job/pull/645) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
good_job (3.19.2)
good_job (3.19.3)
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.19.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ecbd2c60d179ceed88abb5c02c055f748198ab93c813c41c3c66f6b96820e0b1
1 change: 1 addition & 0 deletions checksums/good_job-3.19.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cbf7c9005d4cd79ec2fc3e9a9cab89bdd53ed1c14f0dacf7c7fc538832c4e8e9c3b322788178e084df2fca2ebe1974c3d4b1ce34409e18ef0bd4d437b7084a4b
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.19.2'
VERSION = '3.19.3'

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

0 comments on commit c5573c7

Please sign in to comment.