Skip to content

MaintenanceTasks v1.4.0

Compare
Choose a tag to compare
@adrianna-chang-shopify adrianna-chang-shopify released this 07 Jun 15:27
· 761 commits to main since this release
64ad4a5

This release makes change to the database schema. Please see upgrade instructions in the README.

New features

  • Support for batched ActiveRecord::Relation collections. #409
  • Tasks support custom parameter usage. #413, #428

Fixes

  • Post-install message removed. #426
  • Ensure bin/ prefix specified with Rails commands. #429
  • Return a Duration instead of a Time, Run#estimated_completion_time => Run#time_to_completion. #430