Prefect v0.13.11 Release Notes

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

    0.13.11

    ๐Ÿš€ Released on October 14, 2020.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow for schedules that emit custom Flow Run labels - #3483

    โœจ Enhancements

    • ๐Ÿ‘ป Use explicit exception chaining - #3306
    • S3List filtering using the LastModified value - #3460
    • โž• Add Gitlab storage - #3461
    • Extend module storage capabilities - #3463
    • ๐Ÿ‘Œ Support adding additional flow labels in prefect register flow - #3465
    • 0๏ธโƒฃ Strict Type for default value of a Parameter - #3466
    • Enable automatic script upload for file-based storage when using S3 and GCS - #3482
    • Allow for passing labels to client.create_flow_run - #3483
    • ๐Ÿ’ป Display flow group ID in registration output URL instead of flow ID to avoid redirect in UI - #3500
    • โž• Add informative error log when local storage fails to load flow - #3475

    Task Library

    • โž• Add cancel flow run task - #3484
    • โž• Add new BatchSubmit task for submitting jobs to AWS batch - #3366
    • โž• Add new AWSClientWait task for waiting on long-running AWS jobs - #3366
    • โž• Add GetAttr task - #3481

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix default profile directory creation behavior - #3037
    • ๐Ÿ›  Fix DaskKubernetesEnvironment overwriting log attributes for custom specs - #3231
    • ๐Ÿ›  Fix default behavior for dbt_kwargs in the dbt task to provide an empty string - #3280
    • ๐Ÿ›  Fix containerDefinitions environment validation - #3452
    • ๐Ÿ‘ Raise a better error when calling flow.register() from within a Flow context - #3467
    • ๐Ÿ›  Fix task cancellation on Python 3.8 to properly interrupt long blocking calls - #3474

    Contributors