Skip to content

Commit

Permalink
Release good_job v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 16, 2024
1 parent 2da97eb commit 43ec2ad
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [v4.2.0](https://github.com/bensheldon/good_job/tree/v4.2.0) (2024-08-16)

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

**Implemented enhancements:**

- Add retry functionality for batches [\#1456](https://github.com/bensheldon/good_job/pull/1456) ([bensheldon](https://github.com/bensheldon))

**Fixed bugs:**

- respect perform\_throttle even if perform\_limit is provided [\#1470](https://github.com/bensheldon/good_job/pull/1470) ([doits](https://github.com/doits))
- Do not use advisory lock on heartbeat in production [\#1451](https://github.com/bensheldon/good_job/pull/1451) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- `perform_limit` and `perform_throttle` don't work both [\#1469](https://github.com/bensheldon/good_job/issues/1469)
- Edge rails changes breaking binding commits [\#1466](https://github.com/bensheldon/good_job/issues/1466)
- Dynamic creation of CronEntries [\#1457](https://github.com/bensheldon/good_job/issues/1457)
- Batch callback job not enqueued after success of retried job [\#1450](https://github.com/bensheldon/good_job/issues/1450)

**Merged pull requests:**

- Update cron documentation to remove confusion about multiple processes [\#1467](https://github.com/bensheldon/good_job/pull/1467) ([bensheldon](https://github.com/bensheldon))
- Update compatibility matrix, remove compatibility code [\#1465](https://github.com/bensheldon/good_job/pull/1465) ([Earlopain](https://github.com/Earlopain))
- Run tests with warnings enabled [\#1462](https://github.com/bensheldon/good_job/pull/1462) ([Earlopain](https://github.com/Earlopain))
- Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating all [\#1460](https://github.com/bensheldon/good_job/pull/1460) ([bensheldon](https://github.com/bensheldon))
- Fix a few method redefinition warnings [\#1459](https://github.com/bensheldon/good_job/pull/1459) ([Earlopain](https://github.com/Earlopain))
- Bump rexml from 3.3.2 to 3.3.3 [\#1455](https://github.com/bensheldon/good_job/pull/1455) ([dependabot[bot]](https://github.com/apps/dependabot))
- Remove `smaller_number_is_higher_priority` option from v4 [\#1453](https://github.com/bensheldon/good_job/pull/1453) ([bensheldon](https://github.com/bensheldon))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v1.99.2...v4.1.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.1.1)
good_job (4.2.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.2.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
edc45ed71889269abfe360309ab3c469228789ac5c52f0c2ecc12760b1e07dae
1 change: 1 addition & 0 deletions checksums/good_job-4.2.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
395ea30eafde506fef02d42cbb770e00f8e62747a00bae4a7f3b6edc3a160f228584cf5dd6988e6ee487332cc1d04ef9a62b98b421239380c865835c3c99a9c8
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.1.1'
VERSION = '4.2.0'

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

0 comments on commit 43ec2ad

Please sign in to comment.