-
Notifications
You must be signed in to change notification settings - Fork 9
Commit d0fa6f5
authored
Bump good_job from 4.9.0 to 4.9.3 (#3343)
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 "perform_job.good_job" 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 "natural" 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 "perform_job.good_job" 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 "natural" 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 "backwards" <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 "perform_job.good_job" 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 "natural" 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 />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedCollapse file: Gemfile.lock
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
| 300 | + | |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
| 385 | + | |
386 | 386 |
| |
387 |
| - | |
| 387 | + | |
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
| 512 | + | |
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
| |||
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 |
| - | |
| 635 | + | |
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
|
0 commit comments