Releases: bensheldon/good_job
Releases · bensheldon/good_job
v3.15.2
Review the Changelog for more details.
What's Changed
- Use batched queries in
GoodJob::self.cleanup_preserved_jobs
by @bensheldon in #934
Full Changelog: v3.15.1...v3.15.2
v3.15.1
Review the Changelog for more details.
What's Changed
- Fix setting of locale via routes
mount ... defaults: { locale: :en }
by @bensheldon in #923 - Use
GoodJob.capsule
in CLI instead of creating a new Capsule by @bensheldon in #916 - Set
successfully_enqueued?
when usingperform_all_later
by @bensheldon in #917
New Contributors
Full Changelog: v3.15.0...v3.15.1
v3.15.0
Review the Changelog for more details.
What's Changed
- Extract more Dashboard strings into localization strings by @patriciomacadden in #899
- Locales for de by @eric-christian in #903
- Add translate_hash to handle missing translation keys that return hashes; only show translatable/available locales in dropdown by @bensheldon in #891
- Extract shared methods/scopes into a BaseExecution to share between Execution and Job models by @bensheldon in #894
New Contributors
- @ain2108 made their first contribution in #902
- @eric-christian made their first contribution in #903
- @patriciomacadden made their first contribution in #899
Full Changelog: v3.14.2...v3.15.0
v3.14.2
v3.14.1
Review the Changelog for more details.
What's Changed
- Allow joining executions to jobs scoped by state by @segiddins in #886
- Add execution_result to event payload for perform_job.good_job by @segiddins in #885
New Contributors
- @segiddins made their first contribution in #886
Full Changelog: v3.14.0...v3.14.1
v3.14.0
Review the Changelog for more details.
What's Changed
- Deprecate definition of job priority, change to "smaller number is higher priority" to align with Active Job definition by @bensheldon in #883
Full Changelog: v3.13.0...v3.14.0
v3.13.0
Review the Changelog for more details.
What's Changed
- If logging to STDOUT in CLI set $stdout.sync = true by @blafri in #882
- Don't load all Executions on Jobs Dashboard by @bensheldon in #878
New Contributors
Full Changelog: v3.12.8...v3.13.0
v3.12.8
Review the Changelog for more details.
What's Changed
- Add
raise: false
to FrontendsController after action skip by @simi in #881 - Rewrite flaky tests: don't allow nil timeout for restart by @bensheldon in #872
New Contributors
Full Changelog: v3.12.7...v3.12.8
v3.12.7
Review the Changelog for more details.
What's Changed
- Rename "assets" to "frontends" to avoid Asset Pipeline collisions by @bensheldon in #874
Full Changelog: v3.12.6...v3.12.7
v3.12.6
Review the Changelog for more details.
What's Changed
- Extract GoodJob::Capsule by @bensheldon in #861
- Update and cleanup js and css assets; add Stimulus by @bensheldon in #870
Full Changelog: v3.12.5...v3.12.6