Skip to content

Maintenance Tasks v1.7.0

Compare
Choose a tag to compare
@adrianna-chang-shopify adrianna-chang-shopify released this 28 Jan 20:35
· 555 commits to main since this release
358db9c

This release brings optimistic locking to the gem to handle race conditions. In order to opt into optimistic locking, you'll need to run the necessary migration to add a lock_version column to your maintenance_tasks_runs table. See instructions in the README to learn more about copying gem migrations to your app.

New features

Deprecations

Bug Fixes

  • Support Sorbet-annotated task code display in task UI by @tyetraskshopify in #524
  • Race conditions now handled via optimistic locking by @adrianna-chang-shopify in #549

Other Changes

New Contributors

Full Changelog: v1.6.0...v1.7.0