Releases: bensheldon/good_job
Releases · bensheldon/good_job
v2.9.4
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
- Test with Ruby 3.1 by @aried3r in #498
- Update Code of Conduct to Contributor Covenant 2.1 by @bensheldon in #501
New Contributors
Full Changelog: v2.9.3...v2.9.4
v2.9.3
Review the Changelog for more details.
What's Changed
- Use
*_url
route helpers for Dashboard assets to avoid being overridden byconfig.asset_host
by @bensheldon in #493
Full Changelog: v2.9.2...v2.9.3
v2.9.2
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
- @zeevy made their first contribution in #484
- @phallstrom made their first contribution in #485
Full Changelog: v2.9.1...v2.9.2
v2.9.1
Review the Changelog for more details.
What's Changed
- Start async adapters once
ActiveRecord
andActiveJob
have loaded, potentially beforeRails.application.initialized?
by @bensheldon in #483
Full Changelog: v2.9.0...v2.9.1
v2.9.0
Review the Changelog for more details.
What's Changed
- Add JRuby / JDBC support for LISTEN by @bensheldon in #479
Full Changelog: v2.8.1...v2.9.0
v2.8.1
Review the Changelog for more details.
What's Changed
- Add indexes to
good_jobs.finished_at
and haveGoodJob.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
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
v2.7.3
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
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 forexec_query
by @bensheldon in #461
Full Changelog: v2.7.1...v2.7.2