Skip to content

Releases: bensheldon/good_job

v4.11.1

30 Jun 16:40
6ab0320
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Add require rails to good_job/engine.rb to allow bundle console usage by @bensheldon in #1653

Full Changelog: v4.11.0...v4.11.1

v4.11.0

30 Jun 16:35
a054221
Compare
Choose a tag to compare

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

29 May 17:51
49befb9
Compare
Choose a tag to compare

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

20 May 16:53
ba50e07
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

Full Changelog: v4.10.0...v4.10.1

v4.10.0

26 Apr 17:36
27eb283
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: v4.9.3...v4.10.0

v4.9.3

10 Mar 03:19
51d90b4
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

Full Changelog: v4.9.2...v4.9.3

v4.9.2

09 Mar 22:17
4195430
Compare
Choose a tag to compare

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

09 Mar 15:24
be20e83
Compare
Choose a tag to compare

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

Full Changelog: v4.9.0...v4.9.1

v4.9.0

07 Feb 15:49
b557525
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Add GoodJob.cli? to check if the current process was started by the good_job executable by @bensheldon in #1592

Full Changelog: v4.8.2...v4.9.0

v4.8.2

26 Jan 16:48
fdf9a01
Compare
Choose a tag to compare

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