Bump good_job from 4.9.0 to 4.9.3 #1969

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-4.9.3 into main 2025-03-10 21:15:51 +08:00
dependabot[bot] commented 2025-03-10 15:08:56 +08:00 (Migrated from github.com)

Bumps good_job from 4.9.0 to 4.9.3.

Release notes

Sourced from good_job's releases.

v4.9.3

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3

v4.9.2

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2

v4.9.1

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1

Changelog

Sourced from good_job's changelog.

v4.9.3 (2025-03-10)

Full Changelog

Closed issues:

  • perform_job.good_job notification for successful jobs has error_event: :discarded #1609

Merged pull requests:

v4.9.2 (2025-03-09)

Full Changelog

Fixed bugs:

  • Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue #1615 (bensheldon)

v4.9.1 (2025-03-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • [dashboard] Scheduled tasks are shown "backwards" #1580
  • Update form_with calls to be compatible with Rails 8 #1610 (sallyhall)
  • Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (#1603) #1605 (Intrepidd)

Closed issues:

  • Cron did not enqueue jobs #1600
  • Same job performed by all threads #1599
  • Option for bin/rails g good_job:install to purge Solid gems #1593
  • Jobs are not being picked up at the expected rate #1578
  • Question about GoodJob Batches in tests #1479
Commits
  • 51d90b4 Release good_job v4.9.3
  • 1103d47 Fix instrumentation of "perform_job.good_job" event (#1616)
  • 4195430 Release good_job v4.9.2
  • e6f570f Quiet duplicate cron enqueue logging by pretending it was halted at before_en...
  • be20e83 Release good_job v4.9.1
  • 383a87f Add index on good_jobs: [:concurrency_key, :created_at] to improve performanc...
  • 5b82975 Order Dashboard jobs in more "natural" order (#1604)
  • 17fbd2a Update README.md to fix GoodJob.current_thread_running? method name
  • 21e5e79 Update form_with calls to be compatible with Rails 8 (#1610)
  • See full diff 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.9.0 to 4.9.3. <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.9.3</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v493-2025-03-10">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Fix instrumentation of &quot;perform_job.good_job&quot; event by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1616">bensheldon/good_job#1616</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3">https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3</a></p> <h2>v4.9.2</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v492-2025-03-09">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1615">bensheldon/good_job#1615</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2">https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2</a></p> <h2>v4.9.1</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v491-2025-03-09">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Update <code>form_with</code> calls to be compatible with Rails 8 by <a href="https://github.com/sallyhall"><code>@​sallyhall</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1610">bensheldon/good_job#1610</a></li> <li>Order Dashboard jobs in more &quot;natural&quot; order by <a href="https://github.com/francois"><code>@​francois</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1604">bensheldon/good_job#1604</a></li> <li>Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (<a href="https://redirect.github.com/bensheldon/good_job/issues/1603">#1603</a>) by <a href="https://github.com/Intrepidd"><code>@​Intrepidd</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1605">bensheldon/good_job#1605</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sallyhall"><code>@​sallyhall</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1610">bensheldon/good_job#1610</a></li> <li><a href="https://github.com/francois"><code>@​francois</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1604">bensheldon/good_job#1604</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1">https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1</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.9.3">v4.9.3</a> (2025-03-10)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>perform_job.good_job notification for successful jobs has error_event: :discarded <a href="https://redirect.github.com/bensheldon/good_job/issues/1609">#1609</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix instrumentation of &quot;perform_job.good_job&quot; event <a href="https://redirect.github.com/bensheldon/good_job/pull/1616">#1616</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.9.2">v4.9.2</a> (2025-03-09)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue <a href="https://redirect.github.com/bensheldon/good_job/pull/1615">#1615</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.9.1">v4.9.1</a> (2025-03-09)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Order Dashboard jobs in more &quot;natural&quot; order <a href="https://redirect.github.com/bensheldon/good_job/pull/1604">#1604</a> (<a href="https://github.com/francois">francois</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>[dashboard] Scheduled tasks are shown &quot;backwards&quot; <a href="https://redirect.github.com/bensheldon/good_job/issues/1580">#1580</a></li> <li>Update <code>form_with</code> calls to be compatible with Rails 8 <a href="https://redirect.github.com/bensheldon/good_job/pull/1610">#1610</a> (<a href="https://github.com/sallyhall">sallyhall</a>)</li> <li>Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (<a href="https://redirect.github.com/bensheldon/good_job/issues/1603">#1603</a>) <a href="https://redirect.github.com/bensheldon/good_job/pull/1605">#1605</a> (<a href="https://github.com/Intrepidd">Intrepidd</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Cron did not enqueue jobs <a href="https://redirect.github.com/bensheldon/good_job/issues/1600">#1600</a></li> <li>Same job performed by all threads <a href="https://redirect.github.com/bensheldon/good_job/issues/1599">#1599</a></li> <li>Option for bin/rails g good_job:install to purge Solid gems <a href="https://redirect.github.com/bensheldon/good_job/issues/1593">#1593</a></li> <li>Jobs are not being picked up at the expected rate <a href="https://redirect.github.com/bensheldon/good_job/issues/1578">#1578</a></li> <li>Question about GoodJob Batches in tests <a href="https://redirect.github.com/bensheldon/good_job/issues/1479">#1479</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/51d90b4262070079f34615fcea9e8a8806f7de42"><code>51d90b4</code></a> Release good_job v4.9.3</li> <li><a href="https://github.com/bensheldon/good_job/commit/1103d473ed44645c16e184d7592430dc7c5e9157"><code>1103d47</code></a> Fix instrumentation of &quot;perform_job.good_job&quot; event (<a href="https://redirect.github.com/bensheldon/good_job/issues/1616">#1616</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/41954306a683146bf4ab4f27e7102dca0d05e281"><code>4195430</code></a> Release good_job v4.9.2</li> <li><a href="https://github.com/bensheldon/good_job/commit/e6f570fb57b7d2eae7c696f8c076e675cadb4609"><code>e6f570f</code></a> Quiet duplicate cron enqueue logging by pretending it was halted at before_en...</li> <li><a href="https://github.com/bensheldon/good_job/commit/be20e830d7e358cc68b7a0fbfd1b79d6bf5a9f77"><code>be20e83</code></a> Release good_job v4.9.1</li> <li><a href="https://github.com/bensheldon/good_job/commit/383a87f7085e6b8764fb1cb18edcbf66fdb1d1a5"><code>383a87f</code></a> Add index on good_jobs: [:concurrency_key, :created_at] to improve performanc...</li> <li><a href="https://github.com/bensheldon/good_job/commit/5b82975443658119a0da27bb59971c216fbc0118"><code>5b82975</code></a> Order Dashboard jobs in more &quot;natural&quot; order (<a href="https://redirect.github.com/bensheldon/good_job/issues/1604">#1604</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/17fbd2ac715b44ea2b789ffe3e728d16b066eaa2"><code>17fbd2a</code></a> Update README.md to fix <code>GoodJob.current_thread_running?</code> method name</li> <li><a href="https://github.com/bensheldon/good_job/commit/21e5e79f24809dd89c7c231944b0e2264f755bca"><code>21e5e79</code></a> Update <code>form_with</code> calls to be compatible with Rails 8 (<a href="https://redirect.github.com/bensheldon/good_job/issues/1610">#1610</a>)</li> <li>See full diff in <a href="https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.3">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.9.0&new-version=4.9.3)](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.