Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-aws

v0.4.14

17 Apr 14:58
1e21cd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.13...v0.4.14

v0.4.13

15 Mar 13:20
5fc8a3a
Compare
Choose a tag to compare

This release deprecates the ECSTask block. It will not be available after Sep 2024. It has been replaced by the ECS worker, which offers enhanced functionality and better performance.

For upgrade instructions, see https://docs.prefect.io/latest/guides/upgrade-guide-agents-to-workers/.

What's Changed

Full Changelog: v0.4.12...v0.4.13

v0.4.12

12 Mar 19:04
1add0b9
Compare
Choose a tag to compare

What's Changed

  • Call existing function for getting recent revision from family by @kevingrismore in #393

Full Changelog: v0.4.11...v0.4.12

0.4.11

06 Mar 19:18
72c106f
Compare
Choose a tag to compare

What's Changed

  • Fixed Batch docs to reference the correct order of arguments for the batch_submit task by @jamsi in #391
  • Adds porting of network configuration to generated base job templates by @desertaxle in #392

New Contributors

Full Changelog: v0.4.10...v0.4.11

v0.4.10

29 Feb 16:59
a2070b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.4.10

v0.4.9

24 Jan 18:47
933c6aa
Compare
Choose a tag to compare

This PR includes a fix for a bug in the recently added boto client caching where nested config within AwsClientParameters was not being hashed correctly.

See the fix here.

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8

23 Jan 16:13
7a25492
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

03 Jan 18:38
50d5f63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

11 Dec 18:46
6aca613
Compare
Choose a tag to compare

0.4.6

Released December 11th, 2023.

Added

Ability to publish ECSTask block as an ecs work pool - #353

v0.4.5

30 Nov 18:15
6865af7
Compare
Choose a tag to compare

0.4.5

Released November 30th, 2023.

Fixed

  • Bug where Prefect API key provided to ECS tasks was masked - #347