Changelog
Released on January 6, 2021.
Features
- Support for specifying
run_config
for an individual flow run - #3903
Enhancements
- Allow the usage of a
profile_name
onget_boto_client
- #3916 - Support executing Prefect agents/flows without having the
prefect
CLI on path - #3918
Task Library
- Add support for specifying a
run_config
inStartFlowRun
- #3903 - Task to add Trello card for task library - #3910
Fixes
- Remove unused
description
field onTask
serializer - #3917 - Fix edge case in
apply_map
that resulted in cycles in theFlow
graph - #3920 - Support storing multiple local flows with the same name when using
Local
storage - #3923 - Fix bug in
prefect.context
contextmanager that resulted in context fields reverting to their initially configured values - #3924