Skip to content

Commit

Permalink
Release good_job v3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 30, 2023
1 parent 17a02d8 commit 5f841e4
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.16.4](https://github.com/bensheldon/good_job/tree/v3.16.4) (2023-07-30)

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

**Implemented enhancements:**

- Add database\_connection\_pool stats to `GoodJob::Process.current_state` [\#1019](https://github.com/bensheldon/good_job/pull/1019) ([dixpac](https://github.com/dixpac))

**Fixed bugs:**

- Move `Execution#active_job` to BaseExecution to share with Job; refactor `Batch#active_jobs` to use job directly [\#1022](https://github.com/bensheldon/good_job/pull/1022) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Notifier errored: ArgumentError: wrong number of arguments \(given 1, expected 0\) [\#1016](https://github.com/bensheldon/good_job/issues/1016)
- Understanding Database Connections and Cron [\#1013](https://github.com/bensheldon/good_job/issues/1013)
- Experiencing various database exceptions with Rails 7.1 [\#796](https://github.com/bensheldon/good_job/issues/796)

**Merged pull requests:**

- Refactor Notifier to ensure \#restart is threadsafe [\#1021](https://github.com/bensheldon/good_job/pull/1021) ([bensheldon](https://github.com/bensheldon))
- Notifier and CronManager share a 2-thread executor within the capsule [\#1018](https://github.com/bensheldon/good_job/pull/1018) ([bensheldon](https://github.com/bensheldon))
- Clarify database connections and recurring processes in README.md [\#1015](https://github.com/bensheldon/good_job/pull/1015) ([blumhardts](https://github.com/blumhardts))
- Deprecate `GoodJob::Lockable` and rename to `GoodJob::AdvisoryLockable` [\#1012](https://github.com/bensheldon/good_job/pull/1012) ([bensheldon](https://github.com/bensheldon))

## [v3.16.3](https://github.com/bensheldon/good_job/tree/v3.16.3) (2023-07-18)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.16.2...v3.16.3)
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.16.3)
good_job (3.16.4)
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.16.4.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a992ef2ab4671d063fe40223da73ea9fffd0d5ffc3ef3aebcb5cc3f1434c8e0c
1 change: 1 addition & 0 deletions checksums/good_job-3.16.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add8574c2ab79fb3acfd3310a214fa29bb961133cf0878dc3e1956d5396b35bd776e534c2fdcac2460bbf81eabdd486947768491b0b171cc714d0f2e6929339f
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.16.3'
VERSION = '3.16.4'

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

0 comments on commit 5f841e4

Please sign in to comment.