Releases: bensheldon/good_job
Releases · bensheldon/good_job
v3.27.4
Review the Changelog for more details.
What's Changed
- Fix status tabs for Spanish translation by @bensheldon in #1307
- Fix localization formatting of
confirm_force_discard
by @bensheldon in #1309 - Implement enqueue_after_transaction_commit? by @luizkowalski in #1311
New Contributors
- @luizkowalski made their first contribution in #1311
Full Changelog: v3.27.3...v3.27.4
v3.27.3
Review the Changelog for more details.
What's Changed
- Revert "Start async adapters
after_initialize
instead of once Active Job and Active Record are loaded and Rails initialized?" by @bensheldon in #1303
Full Changelog: v3.27.2...v3.27.3
v3.27.2
Review the Changelog for more details.
What's Changed
- Invoke inline Bootstrap Color Mode javascript above CSS link tag to better avoid flash of un-themed content by @bensheldon in #1298
- Use scope-resolutioned constants in Notifier loop by @bensheldon in #1300
Full Changelog: v3.27.1...v3.27.2
v3.27.1
Review the Changelog for more details.
What's Changed
- Start async adapters
after_initialize
instead of once Active Job and Active Record are loaded and Rails initialized? by @bensheldon in #1297
Full Changelog: v3.27.0...v3.27.1
v3.27.0
Review the Changelog for more details.
New features
- Implement throttling options in concurrency extension by @marckohlbrugge in #1270
- Add
enabled_by_default: false
as option for cron configuration by @bensheldon in #1289
Improvements
- Load metrics for job statuses asynchronously by @binarygit in #1286
- Ensure job execution Advisory Lock query uses bind parameters by @bensheldon in #1287
- fix(ui-dropdown): use dropdown-end on locales dropdown by @WailanTirajoh in #1296
Refactors
New Contributors
- @marckohlbrugge made their first contribution in #1270
- @mec made their first contribution in #1293
- @WailanTirajoh made their first contribution in #1295
Full Changelog: v3.26.2...v3.27.0
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