GoodJob v1.10.0 Release Notes

Release Date: 2021-06-29 // almost 3 years ago
  • ๐Ÿ‘ท Full Changelog

    Implemented enhancements:

    • โšก๏ธ Add rails g good_job:update command to add idempotent migration files, including active_job_id, concurrency_key, cron_key columns #266 (bensheldon)

    ๐Ÿ›  Fixed bugs:

    • Use pg_advisory_unlock_all after each thread's job execution; fix Lockable return values; improve test stability #285 (bensheldon)
    • Dashboard AssetsController does not raise if verify_authenticity_token is not in the callback chain #284 (bensheldon)

    Closed issues:

    • ๐Ÿฑ [Question] Dashboard assets not showing #282

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ท Separately cache Appraisal gems in GH Action #280 (bensheldon)
    • ๐Ÿ‘ท Use custom RSpec doc formatter to show spec examples that are running #279 (bensheldon)
    • โšก๏ธ Update development dependencies #278 (bensheldon)
    • ๐Ÿ›  Fix Scheduler integration spec to ensure jobs are run in the Scheduler under test #276 (bensheldon)
    • โž• Add example benchmark for job throughput #275 (bensheldon)
    • ๐Ÿ‘ Allow Lockable to be passed custom column, key, and Postgres advisory lock/unlock function #273 (bensheldon)