Skip to content

Commit

Permalink
Release good_job v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 11, 2022
1 parent 248bb98 commit a8214ce
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

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

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

**Implemented enhancements:**

- Improve Dashboard display of parameters \(CronEntry kwargs; Process configuration; Job and Execution database values\) [\#662](https://github.com/bensheldon/good_job/pull/662) ([bensheldon](https://github.com/bensheldon))

**Fixed bugs:**

- Don't delegate `GoodJob::Job#status` to executions to avoid race condition [\#661](https://github.com/bensheldon/good_job/pull/661) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- How to suppress repetitive logs in development? [\#658](https://github.com/bensheldon/good_job/issues/658)
- 500 Internal Server Error Exception in web interface trying to view running jobs [\#656](https://github.com/bensheldon/good_job/issues/656)
- Cron schedule page in dashboard not showing kwargs [\#608](https://github.com/bensheldon/good_job/issues/608)
- Paralelism x database connections [\#569](https://github.com/bensheldon/good_job/issues/569)

**Merged pull requests:**

- Show job/cron/process counts in the Navbar [\#663](https://github.com/bensheldon/good_job/pull/663) ([bensheldon](https://github.com/bensheldon))
- Dequeing should be first-in first-out [\#651](https://github.com/bensheldon/good_job/pull/651) ([jrochkind](https://github.com/jrochkind))

## [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)
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.2)
good_job (3.1.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.1.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20e68a5969eeb40760123d42091e29ce9d6b6c142485b1a3a86414ef60f0143e
1 change: 1 addition & 0 deletions checksums/good_job-3.1.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86674d0722101bf5fd0e9bb3d7da88e72d906ee153cfd303b8af2e281d8d474cd9cd473194eb2d464cae3d84ff89fc6ed913ea4f9ccb4505205c0902d4994116
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.2'
VERSION = '3.1.0'
end

0 comments on commit a8214ce

Please sign in to comment.