MaintenanceTasks v1.2.0
·
1146 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::Migrationclasses. #367 - Handle scenario where there is no
runobject 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