You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSV support: Tasks can process CSV files as their collection via upload in the UI or using a --csv option in the CLI. Applications must have ActiveStorage configured to use this. #300#302#308#313#317#318#322
Allow calling process, collection, and count on Task for easier testing. #296
Prevent a crash and mark the Run as errored if the Task has been deleted. #293
If you forgot to define the collection or process method, previously the Task would cause an exception when you started running it. Now it is rescued like other Task exceptions, and the run appears as errored. #311