Releases: bensheldon/good_job
Releases · bensheldon/good_job
v3.26.2
Review the Changelog for more details.
What's Changed
- Load metrics for top nav asynchronously by @binarygit in #1231
- Tiny improvements to french translation by @francois-ferrandis in #1273
- Use require_relative and do not modify $LOAD_PATH in gemspec by @bensheldon in #1283
New Contributors
- @binarygit made their first contribution in #1231
Full Changelog: v3.26.1...v3.26.2
v3.26.1
Review the Changelog for more details.
What's Changed
- Ignore job deserialization errors when mass-retrying through the dashboard by @bensheldon in #1269
Full Changelog: v3.26.0...v3.26.1
v3.26.0
Review the Changelog for more details.
What's Changed
- feat: add italian locale by @metalelf0 in #1268
- Add
GoodJob.current_thread_running?
andGoodJob.current_thread_shutting_down?
for graceful shutdowns by @bensheldon in #1253 - Ensure "shutdown?" behavior is consistent between J Ruby and C Ruby by @bensheldon in #1267
New Contributors
- @metalelf0 made their first contribution in #1268
Full Changelog: v3.25.0...v3.26.0
v3.25.0
Review the Changelog for more details.
New features
- Add customizable extension partials to good_job/jobs#show view by @grncdr in #1200
- Allow disabling of Dashboard Live Polling configuration by @erick-tmr in #1235
Fixes and changes
- Perform inline retries iteratively instead of recursively by @bensheldon in #1246
- Clean up icon helpers for less noisy view rendering by @bensheldon in #1248
- Fix default engine cron value by @hss-mateus in #1258
- Print an error when daemon pidfile dir doesn't exist by @thepry in #1252
New Contributors
- @jpcamara made their first contribution in #1256
- @thepry made their first contribution in #1252
- @grncdr made their first contribution in #1200
- @erick-tmr made their first contribution in #1235
Full Changelog: v3.24.0...v3.25.0
v3.24.0
Review the Changelog for more details.
What's Changed
- Use the job class as the default concurrency key if none is provided by @Earlopain in #1145
- Brazilian Portuguese locale by @hss-mateus in #1226
- Fix batches so that retried-and-successful jobs leave the batch succeeded by @bensheldon in #1243
New Contributors
- @hss-mateus made their first contribution in #1226
Full Changelog: v3.23.0...v3.24.0
v3.23.0
Review the Changelog for more details.
What's Changed
- Fix discard job with nonexistent job class by @yenshirak in #1211
- Add Korean translation (ko) by @hahwul in #1212
- Update Russian translation by @alec-c4 in #1219
- Add an index to better support
smaller_number_is_higher_priority
by @mkrfowler in #1213 - Fix: Interacting with input field should pause the live poll by @sparshalc in #1210
- Add environment label to navbar by @sparshalc in #1206
- Make health probe server more general purpose by @jklina in #1079
- Use Rails executor instead of reloader when wrapping inline execution by @bensheldon in #1225
New Contributors
- @yenshirak made their first contribution in #1208
- @hahwul made their first contribution in #1212
- @alec-c4 made their first contribution in #1219
- @andynu made their first contribution in #1220
Full Changelog: v3.22.0...v3.23.0
v3.22.0
Review the Changelog for more details.
What's Changed
- Add Active Job extension for Labels by @bensheldon in #1188
- Remove redundant
good_jobs.active_job_id
index by @andyatkinson in #1181 - Add "updated at" info in secondary top navbar by @sparshalc in #1204
- Re-add footer with GoodJob version number by @Pauloparakleto in #1201
New Contributors
- @benoittgt made their first contribution in #1195
- @padde made their first contribution in #1193
- @sparshalc made their first contribution in #1204
- @Pauloparakleto made their first contribution in #1201
Full Changelog: v3.21.5...v3.22.0
v3.21.5
Review the Changelog for more details.
What's Changed
- Fix conditional index migration to be rollbackable by @bensheldon in #1176
Full Changelog: v3.21.4...v3.21.5
v3.21.4
Review the Changelog for more details.
What's Changed
- Fix latest migration not affecting
GoodJob.migrated?
by @Earlopain in #1175 - Fix no method error in systemd service by @tagrudev in #1173
New Contributors
Full Changelog: v3.21.3...v3.21.4
v3.21.3
Review the Changelog for more details.
What's Changed
- Recreate cron indexes to be conditional by @defkode in #1163
- Add
--idle-timeout
CLI option to create temporary processes that exit when inactive by @bensheldon in #1159 - [minor] Use symbol form of index name by @andyatkinson in #1171
New Contributors
- @defkode made their first contribution in #1163
- @jklina made their first contribution in #1169
- @andyatkinson made their first contribution in #1171
Full Changelog: v3.21.2...v3.21.3