0.14.22
Released on June 15, 2021.
Enhancements
- Use
functools.update_wrapper
forFunctionTask
- #4608 - Add ability to merge reference tasks when combining two flows - #4644
- Add client side check for key value size - #4655
- Ensure stack traces are included in logs during task run exceptions - #4657
- Add
poll_interval
parameter toStartFlowRun
to define the polling interval when waiting for the flow run to finish - #4641 - Add ability to set task timeouts with
timedelta
objects - #4619
Fixes
- Add ssh documentation - #4539