Maintenance Tasks v1.8.0
This release introduces a new API for tasks that do not need to iterate over a collection
. See instructions in the README to learn more about using tasks that only need to perform a unit of work once.
What's Changed
- Truncate the error message when message is too long by @joelpinheiro in #494
- Support Tasks that perform a single iteration by @adrianna-chang-shopify in #570
New Contributors
- @joelpinheiro made their first contribution in #494
Full Changelog: v1.7.0...v1.8.0