Prefect v0.12.5 Release Notes

Release Date: 2020-07-21 // almost 4 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿš€ Released on July 21, 2020.

    ๐Ÿ”‹ Features

    • โž• Add resource_manager api for cleaner setup/cleanup of temporary resources - #2913

    โœจ Enhancements

    • Add new_flow_context to FlowRunTask for configurable context - #2941
    • ๐Ÿ‘ All storage types now support file-based storage - #2944
    • 0๏ธโƒฃ Turn work stealing ON by default on Dask K8s environment - #2973
    • Send regular heartbeats while waiting to retry / dequeue - #2977
    • Cached states now validate based on hashed_inputs for more efficient storage - #2984
    • 0๏ธโƒฃ Simplify creation of optional parameters with default of None - #2995

    Task Library

    • Implement AWSSecretsManager task - #2069
    • โšก๏ธ Update return value and config for DbtShellTask - #2980

    ๐Ÿ›  Fixes

    • Don't send idempotency key when running against a local backend - #3001
    • ๐Ÿ›  Fix bug in DaskExecutor when running with external cluster where dask clients could potentially be leaked - #3009

    ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ All states have deprecated the usage of cached_inputs - #2984

    ๐Ÿ’ฅ Breaking Changes

    • โœ‚ Remove password from Postgres tasks' initialization methods for security - #1345

    Contributors