Bump good_job from 4.1.1 to 4.2.0 #1102

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-4.2.0 into main 2024-08-19 21:42:02 +08:00
dependabot[bot] commented 2024-08-19 15:55:51 +08:00 (Migrated from github.com)

Bumps good_job from 4.1.1 to 4.2.0.

Release notes

Sourced from good_job's releases.

v4.2.0

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0

Changelog

Sourced from good_job's changelog.

v4.2.0 (2024-08-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • respect perform_throttle even if perform_limit is provided #1470 (doits)
  • Do not use advisory lock on heartbeat in production #1451 (bensheldon)

Closed issues:

  • perform_limit and perform_throttle don't work both #1469
  • Edge rails changes breaking binding commits #1466
  • Dynamic creation of CronEntries #1457
  • Batch callback job not enqueued after success of retried job #1450

Merged pull requests:

Commits
  • 43ec2ad Release good_job v4.2.0
  • 2da97eb respect perform_throttle even if perform_limit is provided (#1470)
  • cc9784d Update compatibility matrix, remove compatibility code (#1465)
  • 59c3300 Update cron documentation to remove confusion about multiple processes (#1467)
  • a61fc09 Run tests with warnings enabled (#1462)
  • 72ba713 Fix a few method redefinition warnings (#1459)
  • a19bd1d Do not use advisory lock on heartbeat in production (#1451)
  • 4201534 Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating...
  • b0c9707 Add retry functionality for batches (#1456)
  • aebdb97 Bump rexml from 3.3.2 to 3.3.3 (#1455)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [good_job](https://github.com/bensheldon/good_job) from 4.1.1 to 4.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/releases">good_job's releases</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v420-2024-08-16">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Add retry functionality for batches by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1456">bensheldon/good_job#1456</a></li> <li>Do not use advisory lock on heartbeat in production by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1451">bensheldon/good_job#1451</a></li> <li>Fix a few method redefinition warnings by <a href="https://github.com/Earlopain"><code>@​Earlopain</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1459">bensheldon/good_job#1459</a></li> <li>Fix perform_throttle even if perform_limit is provided by <a href="https://github.com/doits"><code>@​doits</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1470">bensheldon/good_job#1470</a></li> <li>Remove <code>smaller_number_is_higher_priority</code> option from v4 by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1453">bensheldon/good_job#1453</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/doits"><code>@​doits</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1470">bensheldon/good_job#1470</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0">https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md">good_job's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.2.0">v4.2.0</a> (2024-08-16)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Add retry functionality for batches <a href="https://redirect.github.com/bensheldon/good_job/pull/1456">#1456</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>respect perform_throttle even if perform_limit is provided <a href="https://redirect.github.com/bensheldon/good_job/pull/1470">#1470</a> (<a href="https://github.com/doits">doits</a>)</li> <li>Do not use advisory lock on heartbeat in production <a href="https://redirect.github.com/bensheldon/good_job/pull/1451">#1451</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li><code>perform_limit</code> and <code>perform_throttle</code> don't work both <a href="https://redirect.github.com/bensheldon/good_job/issues/1469">#1469</a></li> <li>Edge rails changes breaking binding commits <a href="https://redirect.github.com/bensheldon/good_job/issues/1466">#1466</a></li> <li>Dynamic creation of CronEntries <a href="https://redirect.github.com/bensheldon/good_job/issues/1457">#1457</a></li> <li>Batch callback job not enqueued after success of retried job <a href="https://redirect.github.com/bensheldon/good_job/issues/1450">#1450</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Update cron documentation to remove confusion about multiple processes <a href="https://redirect.github.com/bensheldon/good_job/pull/1467">#1467</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Update compatibility matrix, remove compatibility code <a href="https://redirect.github.com/bensheldon/good_job/pull/1465">#1465</a> (<a href="https://github.com/Earlopain">Earlopain</a>)</li> <li>Run tests with warnings enabled <a href="https://redirect.github.com/bensheldon/good_job/pull/1462">#1462</a> (<a href="https://github.com/Earlopain">Earlopain</a>)</li> <li>Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating all <a href="https://redirect.github.com/bensheldon/good_job/pull/1460">#1460</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Fix a few method redefinition warnings <a href="https://redirect.github.com/bensheldon/good_job/pull/1459">#1459</a> (<a href="https://github.com/Earlopain">Earlopain</a>)</li> <li>Bump rexml from 3.3.2 to 3.3.3 <a href="https://redirect.github.com/bensheldon/good_job/pull/1455">#1455</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Remove <code>smaller_number_is_higher_priority</code> option from v4 <a href="https://redirect.github.com/bensheldon/good_job/pull/1453">#1453</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/43ec2ad42c46c116f5ee203310d91aa7d17eaa68"><code>43ec2ad</code></a> Release good_job v4.2.0</li> <li><a href="https://github.com/bensheldon/good_job/commit/2da97ebccdeaf3015b607edc94ad21e84e3ce5f4"><code>2da97eb</code></a> respect perform_throttle even if perform_limit is provided (<a href="https://redirect.github.com/bensheldon/good_job/issues/1470">#1470</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/cc9784d27b206f50a06806dfb9245735b75447cc"><code>cc9784d</code></a> Update compatibility matrix, remove compatibility code (<a href="https://redirect.github.com/bensheldon/good_job/issues/1465">#1465</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/59c3300bde2b64bfc135e7f37fb93a59db7db899"><code>59c3300</code></a> Update cron documentation to remove confusion about multiple processes (<a href="https://redirect.github.com/bensheldon/good_job/issues/1467">#1467</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/a61fc09cdc06ba89a9615da90778459f13a837a8"><code>a61fc09</code></a> Run tests with warnings enabled (<a href="https://redirect.github.com/bensheldon/good_job/issues/1462">#1462</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/72ba71347563fb2162e4f7d56ef6c45ca40fa408"><code>72ba713</code></a> Fix a few method redefinition warnings (<a href="https://redirect.github.com/bensheldon/good_job/issues/1459">#1459</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/a19bd1d00eeacebc4773b1a6a3ff2e4fd8b29fed"><code>a19bd1d</code></a> Do not use advisory lock on heartbeat in production (<a href="https://redirect.github.com/bensheldon/good_job/issues/1451">#1451</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/420153472772bb8367e135fdd908639c6ba36788"><code>4201534</code></a> Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating...</li> <li><a href="https://github.com/bensheldon/good_job/commit/b0c9707b487652d69264cb145ec8ec9c2aa74263"><code>b0c9707</code></a> Add retry functionality for batches (<a href="https://redirect.github.com/bensheldon/good_job/issues/1456">#1456</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/aebdb977bd419726def14e5cf4bb7aa7259200cb"><code>aebdb97</code></a> Bump rexml from 3.3.2 to 3.3.3 (<a href="https://redirect.github.com/bensheldon/good_job/issues/1455">#1455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=good_job&package-manager=bundler&previous-version=4.1.1&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.