Bump good_job from 3.26.2 to 3.27.1 #562

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-3.27.1 into main 2024-03-26 01:36:13 +08:00
dependabot[bot] commented 2024-03-25 16:07:45 +08:00 (Migrated from github.com)

Bumps good_job from 3.26.2 to 3.27.1.

Release notes

Sourced from good_job's releases.

v3.27.1

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.27.0...v3.27.1

v3.27.0

Review the Changelog for more details.

New features

Improvements

Refactors

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.26.2...v3.27.0

Changelog

Sourced from good_job's changelog.

v3.27.1 (2024-03-24)

Full Changelog

Fixed bugs:

  • Start async adapters after_initialize instead of once Active Job and Active Record are loaded and Rails initialized? #1297 (bensheldon)

v3.27.0 (2024-03-24)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Disabling probe #1290
  • Set an implicit order on models #1242

Merged pull requests:

Commits
  • f13fad1 Release good_job v3.27.1
  • cb41396 Start async adapters after_initialize instead of once Active Job and Active...
  • aed894f Release good_job v3.27.0
  • f6d65af Use both .dropdown-menu-end and .min-w-auto
  • 17f33fb fix(ui-dropdown): use dropdown-end on locales dropdown (#1296)
  • 1acb721 docs(readme): remove double "using" (#1295)
  • 14950d7 Set an implicit order on models (#1293)
  • 401e11e Add enabled_by_default: false as option for cron configuration (#1289)
  • bf549ba CI: install gems after loading cache, not before (#1288)
  • c4f14d2 Implement throttling options in concurrency extension (#1270)
  • 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 3.26.2 to 3.27.1. <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>v3.27.1</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3271-2024-03-24">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Start async adapters <code>after_initialize</code> instead of once Active Job and Active Record are loaded and Rails initialized? by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1297">bensheldon/good_job#1297</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.27.0...v3.27.1">https://github.com/bensheldon/good_job/compare/v3.27.0...v3.27.1</a></p> <h2>v3.27.0</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3270-2024-03-24">Changelog</a> for more details.</em></p> <h2>New features</h2> <ul> <li>Implement throttling options in concurrency extension by <a href="https://github.com/marckohlbrugge"><code>@​marckohlbrugge</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1270">bensheldon/good_job#1270</a></li> <li>Add <code>enabled_by_default: false</code> as option for cron configuration by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1289">bensheldon/good_job#1289</a></li> </ul> <h2>Improvements</h2> <ul> <li>Load metrics for job statuses asynchronously by <a href="https://github.com/binarygit"><code>@​binarygit</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1286">bensheldon/good_job#1286</a></li> <li>Ensure job execution Advisory Lock query uses bind parameters by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1287">bensheldon/good_job#1287</a></li> <li>fix(ui-dropdown): use dropdown-end on locales dropdown by <a href="https://github.com/WailanTirajoh"><code>@​WailanTirajoh</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1296">bensheldon/good_job#1296</a></li> </ul> <h2>Refactors</h2> <ul> <li>Set an implicit order on models by <a href="https://github.com/mec"><code>@​mec</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1293">bensheldon/good_job#1293</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marckohlbrugge"><code>@​marckohlbrugge</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1270">bensheldon/good_job#1270</a></li> <li><a href="https://github.com/mec"><code>@​mec</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1293">bensheldon/good_job#1293</a></li> <li><a href="https://github.com/WailanTirajoh"><code>@​WailanTirajoh</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1295">bensheldon/good_job#1295</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.26.2...v3.27.0">https://github.com/bensheldon/good_job/compare/v3.26.2...v3.27.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/v3.27.1">v3.27.1</a> (2024-03-24)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.27.0...v3.27.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Start async adapters <code>after_initialize</code> instead of once Active Job and Active Record are loaded and Rails initialized? <a href="https://redirect.github.com/bensheldon/good_job/pull/1297">#1297</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v3.27.0">v3.27.0</a> (2024-03-24)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.26.2...v3.27.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Add <code>enabled_by_default: false</code> as option for cron configuration <a href="https://redirect.github.com/bensheldon/good_job/pull/1289">#1289</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Load metrics for job statuses asynchronously <a href="https://redirect.github.com/bensheldon/good_job/pull/1286">#1286</a> (<a href="https://github.com/binarygit">binarygit</a>)</li> <li>Implement throttling options in concurrency extension <a href="https://redirect.github.com/bensheldon/good_job/pull/1270">#1270</a> (<a href="https://github.com/marckohlbrugge">marckohlbrugge</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>fix(ui-dropdown): use dropdown-end on locales dropdown <a href="https://redirect.github.com/bensheldon/good_job/pull/1296">#1296</a> (<a href="https://github.com/WailanTirajoh">WailanTirajoh</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Disabling probe <a href="https://redirect.github.com/bensheldon/good_job/issues/1290">#1290</a></li> <li>Set an implicit order on models <a href="https://redirect.github.com/bensheldon/good_job/issues/1242">#1242</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>docs(readme): remove double &quot;using&quot; <a href="https://redirect.github.com/bensheldon/good_job/pull/1295">#1295</a> (<a href="https://github.com/WailanTirajoh">WailanTirajoh</a>)</li> <li>Set an implicit order on models <a href="https://redirect.github.com/bensheldon/good_job/pull/1293">#1293</a> (<a href="https://github.com/mec">mec</a>)</li> <li>CI: install gems after loading cache, not before <a href="https://redirect.github.com/bensheldon/good_job/pull/1288">#1288</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Ensure job execution Advisory Lock query uses bind parameters <a href="https://redirect.github.com/bensheldon/good_job/pull/1287">#1287</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/f13fad14aaef61948f6492f050a524e3e3ee81ed"><code>f13fad1</code></a> Release good_job v3.27.1</li> <li><a href="https://github.com/bensheldon/good_job/commit/cb413960ea0386991cc3395536a7e817d9dde353"><code>cb41396</code></a> Start async adapters <code>after_initialize</code> instead of once Active Job and Active...</li> <li><a href="https://github.com/bensheldon/good_job/commit/aed894f8c4e1432994501f79f71dd77299e53f41"><code>aed894f</code></a> Release good_job v3.27.0</li> <li><a href="https://github.com/bensheldon/good_job/commit/f6d65af706d2f7abd78ca856c0450585d101c43e"><code>f6d65af</code></a> Use both .dropdown-menu-end and .min-w-auto</li> <li><a href="https://github.com/bensheldon/good_job/commit/17f33fbf989b11680b3efd48a0e988c438801952"><code>17f33fb</code></a> fix(ui-dropdown): use dropdown-end on locales dropdown (<a href="https://redirect.github.com/bensheldon/good_job/issues/1296">#1296</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/1acb7218a35b0ff868be8f26cf9407672b6a4c5d"><code>1acb721</code></a> docs(readme): remove double &quot;using&quot; (<a href="https://redirect.github.com/bensheldon/good_job/issues/1295">#1295</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/14950d7c4e2d9f8f702f110bec5fd5180a042016"><code>14950d7</code></a> Set an implicit order on models (<a href="https://redirect.github.com/bensheldon/good_job/issues/1293">#1293</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/401e11eb8fba55f47abc9c5932faf3180d6bcf04"><code>401e11e</code></a> Add <code>enabled_by_default: false</code> as option for cron configuration (<a href="https://redirect.github.com/bensheldon/good_job/issues/1289">#1289</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/bf549ba74de9acf0ab9433dc841855ab7e7a575a"><code>bf549ba</code></a> CI: install gems after loading cache, not before (<a href="https://redirect.github.com/bensheldon/good_job/issues/1288">#1288</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/c4f14d2d081c8936514692037af208d3e9930844"><code>c4f14d2</code></a> Implement throttling options in concurrency extension (<a href="https://redirect.github.com/bensheldon/good_job/issues/1270">#1270</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bensheldon/good_job/compare/v3.26.2...v3.27.1">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=3.26.2&new-version=3.27.1)](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.