Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump good_job from 3.28.2 to 4.1.1 #1472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps good_job from 3.28.2 to 4.1.1.

Release notes

Sourced from good_job's releases.

v4.1.1

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.1.0...v4.1.1

v4.1.0

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.0.3...v4.1.0

v4.0.3

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.0.2...v4.0.3

v4.0.2

... (truncated)

Changelog

Sourced from good_job's changelog.

v4.1.1 (2024-07-31)

Full Changelog

Implemented enhancements:

  • Convert Concurrency extension to use transaction-level (xact) advisory locks #1439 (bensheldon)

Fixed bugs:

  • Fix N+1 on dashboard batches index page #1442 (bensheldon)
  • Remove duplicate word on batches show page #1441 (Earlopain)
  • Ensure remaining inline jobs are unlocked when one job raises in Adapter#enqueue_all #1438 (bensheldon)

Closed issues:

  • Using Good Job to track all ActiveJob executions, even those with perform_now #1448
  • RuntimeError when running good_job executable after updating v3 -> v4 #1445
  • 2.99 -> 3.0.2 migration not applying cleanly from a fresh DB #1435
  • [Enhance] Enhance performance via counter cache #1375
  • Change how svg images are inserted into partials #1364

Merged pull requests:

  • Improve some Spanish transcriptions #1452 (sebastian-cloudnonic)
  • All running jobs now have performed_at set so use that in status query; fix flaky test that took advisory lock in before block #1444 (bensheldon)
  • Handle empty asset format in Frontends controller #1443 (bensheldon)
  • Update development dependencies, Ruby 3.3.4 #1437 (bensheldon)
  • Refactor inline adapter to enable deferred execution after enqueue to allow batch-callbacks to use transaction-based advisory lock #1433 (bensheldon)
  • German translation pass #1432 (Earlopain)
  • Add Brakeman to linters #1431 (bensheldon)
  • Remove references to and ignore good_jobs.retried_good_job_id column #1430 (bensheldon)
  • Refactor Concurrency extension for Rails 6.1+ compatibility #1429 (bensheldon)
  • Use svg use for svg icons #1428 (Earlopain)
  • Replace references to "Discrete" executions with simply Executions; deprecate GoodJob::DiscreteExecution #1427 (bensheldon)
  • Refactor Adapter to reference jobs, not executions #1426 (bensheldon)

v1.99.2 (2024-07-18)

Full Changelog

v4.1.0 (2024-07-16)

Full Changelog

Implemented enhancements:

... (truncated)

Commits
  • 0e758d7 Release good_job v4.1.1
  • a3bf936 Improve some Spanish transcriptions (#1452)
  • 02fb0b6 Refactor inline adapter to enable deferred execution after enqueue to allow b...
  • eaace45 Convert Concurrency extension to use transaction-level (xact) advisory locks ...
  • fa3660d All running jobs now have performed_at set so use that in status query; fix...
  • fbd216f Fix N+1 on dashboard batches index page (#1442)
  • f464ff9 Handle empty asset format in Frontends controller (#1443)
  • 17d3369 Use svg use for svg icons (#1428)
  • b7018c1 Remove duplicate word on batches show page (#1441)
  • 0a2ffa8 German translation pass (#1432)
  • 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.28.2 to 4.1.1.
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v3.28.2...v4.1.1)

---
updated-dependencies:
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants