Changelog
0.14.12
Released on March 10, 2021.
Enhancements
- Upgrade hasura to 1.3.3 in Prefect Server - #4126
- Add
--docker-client-timeout
flag to docker agent, for configuring the timeout for all docker API requests - #4232 - Make
--slug
flag optional inprefect server create-tenant
- #4240 - Move
command
,environment
,cpu
,memory
,execution_role_arn
, andtask_role_arn
configuration for ECS tasks from definition time to run time in the ECS agent - #4211 - Register (and deregister) a new task definition for every flow run in ECS agent - #4211
Task Library
- Adds new filesystem
Copy
andRemove
tasks - #4202
Fixes
- Don't forward
nout
to mapped tasks - #4206 - Fix
Task
signature generation in the presence of with variadic kwargs - #4235 - Ensure
Flow
is serializable usingpickle
- #4209