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 where prefect-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 new prefect-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 Bug Fixes
  • Fix MinIOCredentials hashing with nested config dictionaries #18752 by @zzstoatzz
Documentation
  • Add SQS queue and EventBridge setup to ECS worker manual deployment guide #18789 by @desertaxle