Prefect v0.12.6 Release Notes

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

    0.12.6

    ๐Ÿš€ Released on July 28, 2020.

    ๐Ÿ”‹ Features

    • โž• Add flatten operator for unnesting and flat-maps - #2898

    โœจ Enhancements

    • Add retry_on_api_error flag to client methods - #3012
    • ๐Ÿ‘ Add reg_allow_list option for Docker Agent - #3026
    • โšก๏ธ Update FargateTaskEnvironment to throw if task definition is inconsistent with existing task definition - #3031

    ๐Ÿ›  Fixes

    • Cleanup to ShellTask to close open stdout file which was observable in some cases - #3002
    • ๐Ÿ›  Fix check of flow existence in storage object get_flow to only occur when provided - #3027
    • ๐Ÿ— Use full name and tag when Docker Storage determines if build was successful - #3029
    • Prevent duplicated agent labels - #3029

    ๐Ÿ—„ Deprecations

    • ๐Ÿšš prefect.utilities.tasks.unmapped moved to prefect.utilities.edges.unmapped - #2898

    ๐Ÿ’ฅ Breaking Changes

    • โœ‚ Remove dbt extra from dependencies - #3018

    Contributors