Releases: bensheldon/good_job
Releases · bensheldon/good_job
v4.11.1
Review the Changelog for more details.
What's Changed
- Add
require rails
to good_job/engine.rb to allowbundle console
usage by @bensheldon in #1653
Full Changelog: v4.11.0...v4.11.1
v4.11.0
Review the Changelog for more details.
What's Changed
- Fix Probe Server handling server shutdown on SIGINT when daemonized by @bensheldon in #1644
- Add GoodJob::Adapter#stopping to support Active Job continuations feature by @bensheldon in #1646
Full Changelog: v4.10.2...v4.11.0
v4.10.2
Review the Changelog for more details.
What's Changed
- Fix the path for the extended dashboard views in README.md by @zarembas in #1638
- Fix Dashboard retries by wrapping in original/application locale by @bensheldon in #1643
New Contributors
Full Changelog: v4.10.1...v4.10.2
v4.10.1
Review the Changelog for more details.
What's Changed
- Preserve job locale when retrying on dashboard by @Earlopain in #1634
Full Changelog: v4.10.0...v4.10.1
v4.10.0
Review the Changelog for more details.
What's Changed
- Improve dashboard performance when searching for job ID by @francois in #1619
- Fix enqueue_after_transaction_commit config by @santib in #1626
- Fix Batches dashboard deserealization error by @JulianPasquale in #1628
- Update
GoodJob.migrated?
for latest migration by @Earlopain in #1631
New Contributors
- @santib made their first contribution in #1626
- @JulianPasquale made their first contribution in #1628
Full Changelog: v4.9.3...v4.10.0
v4.9.3
Review the Changelog for more details.
What's Changed
- Fix instrumentation of "perform_job.good_job" event by @bensheldon in #1616
Full Changelog: v4.9.2...v4.9.3
v4.9.2
Review the Changelog for more details.
What's Changed
- Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue by @bensheldon in #1615
Full Changelog: v4.9.1...v4.9.2
v4.9.1
Review the Changelog for more details.
What's Changed
- Update
form_with
calls to be compatible with Rails 8 by @sallyhall in #1610 - Order Dashboard jobs in more "natural" order by @francois in #1604
- Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (#1603) by @Intrepidd in #1605
New Contributors
- @sallyhall made their first contribution in #1610
- @francois made their first contribution in #1604
Full Changelog: v4.9.0...v4.9.1
v4.9.0
Review the Changelog for more details.
What's Changed
- Add
GoodJob.cli?
to check if the current process was started by thegood_job
executable by @bensheldon in #1592
Full Changelog: v4.8.2...v4.9.0
v4.8.2
Review the Changelog for more details.
What's Changed
- Expect
Job#scheduled_at
to always be present; remove nil checks by @bensheldon in #1585 - Fix passing a block to
advisory_lock
in tests by @Earlopain in #1587 - Ensure that executions are properly ordered in the dashboard by @Earlopain in #1588
Full Changelog: v4.8.1...v4.8.2