Prefect v0.13.10 Release Notes

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

    0.13.10

    ๐Ÿš€ Released on October 6, 2020.

    โœจ Enhancements

    • โž• Add option to template task run name at runtime when using backend API - #2100
    • Add set_task_run_name Client function - #2100
    • ๐Ÿ‘‰ Use from to explicitly chain exceptions - #3306
    • โšก๏ธ Update error message when registering flow to non-existant project - #3418
    • Add flow.run_config, an experimental design for configuring deployed flows - #3333
    • ๐Ÿ‘ Allow python path in Local storage - #3351
    • Enable agent registration for server users - #3385

    Task Library

    • โž• Add keypair auth for snowflake - #3404
    • โž• Add new RenameFlowRunTask for renaming a currently running flow - #3285.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix mypy typing for target kwarg on base Task class - #2100
    • ๐Ÿ›  Fix Fargate Agent not parsing cpu and memory provided as integers - #3423
    • ๐Ÿ›  Fix MySQL Tasks breaking on opening a context - #3426

    Contributors