Changelog
0.10.6
Released on May 5, 2020.
Features
- Add DaskCloudProviderEnvironment to dynamically launch Dask clusters, e.g. on AWS Fargate - #2360
Enhancements
- Add
botocore_config
option to Fargate agent for setting botocore configuration when interacting with boto3 client - #2170 - Don't create a
None
task for a null condition when usingifelse
- #2449 - Add support for EC2 launch type in Fargate Agent and
FargateTaskEnvironment
- #2421 - Add
flow_id
to context for Flow runs - #2461 - Allow users to inject custom context variables into their logger formats - #2462
- Add option to set backend on
agent install
CLI command - #2478
Task Library
- None
Fixes
- Fix
start_server.sh
script when an env var is undefined - #2450 - Fix
server start
CLI command not respectingversion
kwarg on tagged releases - #2435 - Fix issue with non-JSON serializable args being used to format log messages preventing them from shipping to Cloud - #2407
- Fix issue where ordered Prefect collections use lexical sorting, not numerical sorting, which can result in unexpected ordering - #2452
- Fix issue where Resource Manager was failing due to non-JSON timestamp in log writing - #2474
- Fix periodic error in local agent process management loop - #2419
Deprecations
- None
Breaking Changes
- None