This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: PrefectHQ/prefect-aws
Releases · PrefectHQ/prefect-aws
v0.4.14
What's Changed
- fix docstring for
S3Bucket.read_path
by @kevingrismore in #397 - Update ecs_guide.md formatting by @discdiver in #340
- Fix
S3Bucket.copy_object
target path resolution by @dominictarro in #385 - Generates family field by @jeanluciano in #398
- Add Python 3.12 support and remove 3.7 support by @discdiver in #405
- Update index to reflect current Prefect recs and fix an example by @discdiver in #403
- formats prefix to not be flowrun every time by @jeanluciano in #400
- ECS worker setup guide improvements by @jeanluciano in #401
- Improvement/error handling task creation by @jeanluciano in #406
- Support for capacity provider by @jeanluciano in #407
Full Changelog: v0.4.13...v0.4.14
v0.4.13
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
- Deprecate
ECSTask
block by @desertaxle in #395
Full Changelog: v0.4.12...v0.4.13
v0.4.12
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
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
What's Changed
- Use cached boto3 clients in
ECSWorker
by @kevingrismore in #375 - Remove changelog by @zzstoatzz in #380
- update pytest requirements by @zzstoatzz in #387
- Removes
pytest-lazy-fixture
dependency to allowpytest
to be unpinned by @desertaxle in #388 - Add ECS worker option to use most recent revision in task definition family by @kevingrismore in #370
Full Changelog: v0.4.9...v0.4.10
v0.4.9
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
- Update CHANGELOG.md by @zzstoatzz in #371
- fix client hashing in nested client params case by @zzstoatzz in #373
- prep v0.4.9 by @zzstoatzz in #374
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
- fix typo in docs by @zzstoatzz in #364
- cache boto client instances for performance by @zzstoatzz in #369
- Support MinIO Credentials block as credentials for
push_to_s3
andpull_from_s3
by @kevingrismore in #366
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- Fix
S3Bucket.load()
for nested MinIO Credentials block by @kevingrismore in #359 - Added Lambda function block by @dominictarro in #355
- update changelog by @zzstoatzz in #363
Full Changelog: v0.4.6...v0.4.7