Added
- support for `subPath` in volume mounts
- context management to workflow types. This supports the `with` clause and adds all tasks to a workflow automatically
- task exit hook
- HTTP artifact
- global workflow parameters
- input parameter caching through memoization
- bucket field to GCS/S3 artifact, which was missing
Removed
- assertion that `input_from` cannot be used with artifacts, which supports artifact input on fanned out tasks now