pypi prefect 0.8.0
Universal Deploy

latest releases: 3.1.1.dev1, 3.1.0, 3.0.12.dev3...
4 years ago

Changelog

0.8.0

Released on Dec 11, 2019

Features

  • Universal Deploy: Added new Local Agent to run Flows from Local Storage, Azure Storage, S3 Storage, and GCS Storage - #1819
  • Added Azure Blob Storage for Flows - #1831
  • Added GCS Storage for Flows - #1809
  • Added S3 Storage for Flows - #1753

Enhancements

  • Add convenience parents() and children() classmethods to all State objects for navigating the hierarchy - #1784
  • Add --rbac flag to prefect agent install for Kubernetes Agent - #1822
  • Add flow_run_name to the context - #1815
  • Add prefect agent install option to output supervisord.conf file for Local Agent - #1819
  • Add convenience parents() and children() classmethods to all State objects for navigating the hierarchy - #1784
  • Add new not_all_skipped trigger and set it as the default for merge tasks - #1768

Task Library

  • Azure Blob tasks now use newer BlockBlobService with connection string authentication - #1831

Fixes

  • Fix issue with flow.visualize() for mapped tasks which are skipped - #1765
  • Fix issue with timeouts only being softly enforced - #1145, #1686
  • Log agent errors using write_run_logs instead of the deprecated write_run_log - #1791
  • Fix issue with flow.update() not transferring constants - #1785

Deprecations

  • flow.deploy is deprecated in favor of flow.register - #1819

Breaking Changes

  • Default Flow storage is now Local instead of Docker - #1819
  • Docker based LocalAgent is renamed DockerAgent - #1819
  • prefect agent start now defaults to new LocalAgent - #1819

Don't miss a new prefect release

NewReleases is sending notifications on new releases.