Back to Prefect

prefect-aws

docs/v3/release-notes/integrations/prefect-aws.mdx

3.6.30.dev37.8 KB
Original Source

0.7.7

Released on March 30, 2026

Enhancements

Maintenance

  • Remove internal Runner usage from bundle execution paths #21252 by @desertaxle
  • Bump prefect lower bound to >=3.6.24

0.7.6

Released on March 19, 2026

Features

Enhancements

Bug Fixes

Documentation

Maintenance

  • Fix integration API reference generation #20789 by @desertaxle
  • Bump prefect lower bound to >=3.6.22

0.7.5

Released on February 12, 2026

Features

Maintenance


0.7.4

Released on January 15, 2026

Features

Bug Fixes


0.7.3

Released on January 07, 2026

Bug Fixes

  • Refactor deployment steps to use AwsCredentials.get_s3_client() #20140 by @bdalpe

0.7.2

Released on December 19, 2025

Features

Bug Fixes

  • Allow EC2 task definitions to omit launchType for capacity providers #19630 by @zzstoatzz

0.7.1

Released on November 07, 2025

Bug Fixes

  • Fix missing required cluster and launchType parameters in run_task API Call for ECS worker #19335 by @desertaxle

0.7.0

Released on October 31, 2025

Bug Fixes

  • Fix CRASHED state marking when containers exit with a non-zero exit code in an ECS task #19310 by @leetrout

Breaking Changes


0.6.0

Released on October 14, 2025

With this release the ECS worker now uses an event-based architecture that receives task state changes via EventBridge and SQS, replacing the previous polling-based design. This dramatically improves crash detection responsiveness and reduces API overhead. The worker gracefully degrades to limited functionality if SQS is unavailable, ensuring continued operation even during infrastructure issues.

See the ECS worker documentation for setup instructions.

Features

0.5.16

Released on August 27, 2025

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