Skip to content

Got some new code for y'all

Compare
Choose a tag to compare
@cicdw cicdw released this 28 Jul 20:24
0644ba1

Changelog

0.12.6

Released on July 28, 2020.

Features

  • Add flatten operator for unnesting and flat-maps - #2898

Enhancements

  • Add retry_on_api_error flag to client methods - #3012
  • Add reg_allow_list option for Docker Agent - #3026
  • Update FargateTaskEnvironment to throw if task definition is inconsistent with existing task definition - #3031

Fixes

  • Cleanup to ShellTask to close open stdout file which was observable in some cases - #3002
  • Fix check of flow existence in storage object get_flow to only occur when provided - #3027
  • Use full name and tag when Docker Storage determines if build was successful - #3029
  • Prevent duplicated agent labels - #3029

Deprecations

  • prefect.utilities.tasks.unmapped moved to prefect.utilities.edges.unmapped - #2898

Breaking Changes

  • Remove dbt extra from dependencies - #3018

Contributors