Prefect v0.13.14 Release Notes

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

    0.13.14

    ๐Ÿš€ Released on November 5, 2020.

    ๐Ÿ”‹ Features

    • flow.register accepts an idempotency key to prevent excessive flow versions from being created - #3590
    • โž• Added flow.serialized_hash() for easy generation of hash keys from the serialized flow - #3590

    โœจ Enhancements

    • โž• Add option to select cursor_type for MySQLFetch task - #3574
    • โž• Add new ECSAgent and ECSRun run config - #3585
    • ๐Ÿ‘ป Display exception information on prefect create project failure - #3589
    • 0๏ธโƒฃ prefect diagnostics no longer displays keys that have values matching the default config - #3593
    • ๐Ÿ‘ Allow use of multiple image pull secrets in KubernetesAgent, DaskKubernetesEnvironment - #3596
    • โž• Added FROM to explicitly chain exceptions in src/prefect/tasks/twitter - #3602
    • โž• Add UTC offset to default logging.datefmt; logging timestamp converter now follows Python default behavior - #3607
    • ๐Ÿ‘Œ Improve error message when API responds with 400 status code - #3615

    ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ Deprecate prefect agent start <kind> in favor of prefect agent <kind> start - #3610
    • ๐Ÿ—„ Deprecate prefect agent install <kind> in favor of prefect agent <kind> install - #3610

    Contributors