0.5.16
Bug Fixes- Fix exposed typing imports and remove start signal for observer to avoid the ECS worker hanging on start up #18798 by @desertaxle
0.5.15
Released on August 26, 2025 This release fixes a bug whereprefect-aws
depended on mypy_boto3_sqs
unnecessarily and caused an error on start up.
0.5.14
Released on August 26, 2025 This release introduces significant improvements to ECS worker management and observability. The newprefect-aws
CLI simplifies ECS worker deployment with commands to deploy and manage ECS workers using CloudFormation templates.
Additionally, event replication capabilities have been added to the ECS worker, enabling real-time monitoring of ECS task state changes through SQS and EventBridge. This creates a foundation for more stateless ECS worker operations and ensures events aren’t lost if workers go down during flow execution.
See the ECS worker documentation for CLI usage examples and deployment guides.
Features
- Add event replication to
ECSWorker
#18681 by @desertaxle - Add
prefect-aws
Docker images #18750 by @desertaxle - Add CDK stacks for ECS worker infrastructure #18755 by @desertaxle
- Add
prefect-aws
CLI for ECS worker management #18771 by @desertaxle
- Fix MinIOCredentials hashing with nested config dictionaries #18752 by @zzstoatzz
- Add SQS queue and EventBridge setup to ECS worker manual deployment guide #18789 by @desertaxle