Prefect v0.13.17 Release Notes

Release Date: 2020-11-24 // over 3 years ago
  • ๐Ÿ”„ Changelog

    0.13.17

    ๐Ÿš€ Released on November 24, 2020.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Improved support for Tasks returning multiple results - #3697

    โœจ Enhancements

    • ๐Ÿ‘ Allow chaining of Task imperative dependency calls - #3696
    • Add task_definition_arn to ECSRun run-config - #3681
    • Rerun resource_manager tasks when restarting flows from failed - #3689
    • โš  Raise nice warning if user passes Task instance to Task constructor, rather than when calling the Task (or using Task.map/Task.set_dependencies) - #3691
    • Always use tenant slug in output of Client get_cloud_url function - #3692

    Task Library

    • โž• Add enhancement to StartFlowRun task to create link artifact for started flow run - #3692
    • โž• Add a new postgres task PostgresExecuteMany - #3703
    • โž• Add debug logging for Docker tasks PullImage and BuildImage - #3672
    • ShellTask returns output on failure - #3649
    • ShellTask allows streaming of output independently of the number of lines returned - #3649

    ๐Ÿ›  Fixes

    • ๐Ÿ‘‰ Make serialized_hash handle unordered task sets correctly - #3682
    • ๐Ÿ— Docker storage build error logs were not always displayed - #3693
    • ๐Ÿ›  Fix automatic quoting of Docker storage environment variable values - #3694
    • ๐Ÿ‘‰ Use exist_ok flag in os.makedirs to avoid race condition in local storage class - #3679

    Contributors