Skip to content

Releases: bensheldon/good_job

v2.9.4

31 Jan 16:43
Compare
Choose a tag to compare

Review the Changelog for more details.

Bug Fixes

  • Guard LogSubscriber against tagged logger without a formatter by @bensheldon in #504
  • Markdown lint fixes + Added missing responsive meta tag by @zeevy in #492
  • Fix navbar toggler by @JuanVqz in #506

What's Changed

New Contributors

Full Changelog: v2.9.3...v2.9.4

v2.9.3

23 Jan 15:38
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Use *_url route helpers for Dashboard assets to avoid being overridden by config.asset_host by @bensheldon in #493

Full Changelog: v2.9.2...v2.9.3

v2.9.2

19 Jan 04:52
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Use websearch_to_tsquery or (plainto_tsquery for Postgres < v11) for Dashboard search filter by @bensheldon in #488

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

13 Jan 05:43
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Start async adapters once ActiveRecord and ActiveJob have loaded, potentially before Rails.application.initialized? by @bensheldon in #483

Full Changelog: v2.9.0...v2.9.1

v2.9.0

09 Jan 16:57
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

Full Changelog: v2.8.1...v2.9.0

v2.8.1

03 Jan 16:21
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Add indexes to good_jobs.finished_at and have GoodJob.cleanup_preserved_jobs delete all executions for a given job by @bensheldon in #477

Full Changelog: v2.8.0...v2.8.1

v2.8.0

31 Dec 23:53
Compare
Choose a tag to compare

Review the Changelog for more details.

New features

  • Allow Scheduler to automatically clean up preserved jobs every N jobs or seconds by @bensheldon in #465
  • Track processes in the database and on the Dashboard by @bensheldon in #472

Full Changelog: v2.7.4...v2.8.0

v2.7.4

16 Dec 06:46
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Add nonce: true to javascript_include_tag in dashboard by @bouk in #468

New Contributors

  • @bouk made their first contribution in #468

Full Changelog: v2.7.3...v2.7.4

v2.7.3

30 Nov 15:57
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Fix Railtie configuration assignment when Rails configuration is a Hash, not an OrderedOptions by @bensheldon in #464

Full Changelog: v2.7.2...v2.7.3

v2.7.2

29 Nov 17:58
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Defer async initialization until Rails fully initialized by @bensheldon in #454
  • Allow GoodJob global configuration accessors to also be set via Rails config hash by @bensheldon in #460
  • Use ActiveRecord::Relation::QueryAttribute when setting up bindings for exec_query by @bensheldon in #461

Full Changelog: v2.7.1...v2.7.2