MaintenanceTasks v1.2.0
adrianna-chang-shopify
released this
29 Mar 13:13
·
832 commits
to main
since this release
New features
- The Active Storage service used for storing CSV files can now be configured in the gem. #372
- Make progress information available in the info card, rather than in the title attribute of the progress bar. #377
Fixes
- Minimum accepted version used in
ActiveRecord::Migration
classes. #367 - Handle scenario where there is no
run
object when an error is raised and rescued withinTaskJob
. #375
Other Changes
- Pagy removed as a dependency. Runs are now paginated using cursor-based pagination. #371