Prefect v0.13.15 Release Notes

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

    0.13.15

    ๐Ÿš€ Released on November 11, 2020.

    ๐Ÿ”‹ Features

    • โž• Add API for storing task run artifacts in the backend - #3581

    โœจ Enhancements

    • ๐Ÿ‘ Allow for setting Client headers before loading tenant when running with Prefect Server - #3515
    • Checkpoint all iterations of Looped tasks - #3619
    • โž• Add ref option to GitHub storage for specifying branches other than master - #3638
    • โž• Added ExecuteNotebook task for running Jupyter notebooks - #3599
    • โฑ Pass day_or croniter argument to CronClock and CronSchedule - #3612
    • Client.create_project and prefect create project will skip creating the project if the project already exists - #3630
    • ๐Ÿš€ Update deployments extension to AppsV1Api - #3637
    • PrefectSecret and EnvVarSecret tasks no longer require secret names be provided at flow creation time - #3641

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix issue with retrying mapped pipelines on dask - #3519
    • โš™ Task arguments take precedence when generating task_run_name - #3605
    • ๐Ÿ›  Fix breaking change in flow registration with old server versions - #3642
    • Task arguments take precedence when generating templated targets and locations - #3627

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“œ Environment variable config values now parse without requiring escaping backslashes - #3603

    Contributors