Skip to content

Commit

Permalink
Release good_job v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 22, 2025
1 parent 19234ee commit 358def5
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.8.0](https://github.com/bensheldon/good_job/tree/v4.8.0) (2025-01-22)

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

**Implemented enhancements:**

- Add ability to pause jobs by queue, job class, or label \(experimental\) [\#1575](https://github.com/bensheldon/good_job/pull/1575) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- perform\_now enqueues a job when raising exception [\#1570](https://github.com/bensheldon/good_job/issues/1570)

**Merged pull requests:**

- Use Ruby 3.4.1 for development [\#1579](https://github.com/bensheldon/good_job/pull/1579) ([bensheldon](https://github.com/bensheldon))
- Fix generator tests [\#1577](https://github.com/bensheldon/good_job/pull/1577) ([bensheldon](https://github.com/bensheldon))
- Add the logger gem as a dependency to fix rails head [\#1576](https://github.com/bensheldon/good_job/pull/1576) ([bensheldon](https://github.com/bensheldon))
- fix: typo in en.yml when discarding jobs [\#1569](https://github.com/bensheldon/good_job/pull/1569) ([nickstanish](https://github.com/nickstanish))
- Bump the all group with 60 updates [\#1567](https://github.com/bensheldon/good_job/pull/1567) ([dependabot[bot]](https://github.com/apps/dependabot))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.6.0...v4.7.0)
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.7.0)
good_job (4.8.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.8.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
104c2393ced2669cf83e1119c595a5e22f0d9b919235040d54ad8ce637222652
1 change: 1 addition & 0 deletions checksums/good_job-4.8.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c582e4c211ab6823cd9f0c81a1d678cf3ba33bf501e049e4f01d6064f0b37235c982d27adad7539a825d89e7dd88a3582aee0d3e980a232eb7bebfb0a144b238
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.7.0'
VERSION = '4.8.0'

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

0 comments on commit 358def5

Please sign in to comment.