Skip to content

Commit

Permalink
Release good_job v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Dec 12, 2024
1 parent 125be6d commit 07ef185
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v4.6.0](https://github.com/bensheldon/good_job/tree/v4.6.0) (2024-12-12)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.5.1...v4.6.0)

**Implemented enhancements:**

- Set job execution thread priority to `-3` when in async mode [\#1560](https://github.com/bensheldon/good_job/pull/1560) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Attaching metadata to jobs [\#1558](https://github.com/bensheldon/good_job/issues/1558)
- Lower Ruby Thread priority for jobs by default when running in Async mode [\#1554](https://github.com/bensheldon/good_job/issues/1554)
- NoMethodError: undefined method `\<' for nil \(process.rb:125 in stale?\) [\#1363](https://github.com/bensheldon/good_job/issues/1363)
- Install PgHero on the Demo app [\#1166](https://github.com/bensheldon/good_job/issues/1166)

**Merged pull requests:**

- Bump rails-html-sanitizer from 1.6.0 to 1.6.1 [\#1557](https://github.com/bensheldon/good_job/pull/1557) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add PGHero to the demo app [\#1294](https://github.com/bensheldon/good_job/pull/1294) ([mec](https://github.com/mec))

## [v4.5.1](https://github.com/bensheldon/good_job/tree/v4.5.1) (2024-11-29)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.5.0...v4.5.1)
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 (4.5.1)
good_job (4.6.0)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-4.6.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a5287e96f2d756199107954a1621e2c1ab3fd6cc6f6a7021ae8cd5e9773d264a
1 change: 1 addition & 0 deletions checksums/good_job-4.6.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5057a9bf9bc45c8462e4ff90a14c13e6e15fedf553ba53ef3964de96fdf65061cbe57a269c359268d9f53f0ceafceaeba2a6c2623ff10fc98b8b0db5f93b31c4
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 = '4.5.1'
VERSION = '4.6.0'

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

0 comments on commit 07ef185

Please sign in to comment.