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.4
What's Changed
- ecs guide fixes and clarifications by @kevingrismore in #329
- Update ecs guide to remove pinned Prefect docs references by @discdiver in #338
- mask prefect api key by @jakekaplan in #341
New Contributors
- @kevingrismore made their first contribution in #329
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Read AWS Secrets with 'SecretString' by @nick-amplify in #274
New Contributors
- @nick-amplify made their first contribution in #274
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
0.4.1
Released October 13th, 2023.
Added
- AWS S3 copy and move tasks and
S3Bucket
methods - #316
Fixed
ECSWorker
issue where defining a custom network configuration with a subnet would erroneously report it as missing from the VPC when more than one subnet exists in the VPC. #321- Updated
push_to_s3
andpull_from_s3
deployment steps to properly create a boto3 session client if the passed credentials are a referencedAwsCredentials
block #322
v0.4.0
What's Changed
- Bump tibdex/github-app-token from 1 to 2 by @dependabot in #311
- Bump actions/checkout from 3 to 4 by @dependabot in #306
- Add as_posix to s3 push file paths in deployment step by @markbruning in #314
- Conditional imports to support operating with
pydantic>2
installed by @chrisguidry in #317
New Contributors
- @markbruning made their first contribution in #314
- @chrisguidry made their first contribution in #317
Full Changelog: v0.3.7...v0.4.0
v0.3.7
Released August 31st, 2023
Changed
v0.3.6
Released July 20th, 2023.
Changed
- Promoted workers to GA, removed beta disclaimers
v0.3.5
What's Changed
- Update ecs_guide.md to fix typo and make capitalization consistent by @discdiver in #281
- Update Code Owners by @jawnsy in #284
- Sync Collection with changes to prefect-collection-template by @prefect-collection-synchronizer in #286
- Update
ECSWorker
description by @desertaxle in #272 - Fix
S3Bucket.stream_from
source path resolution by @dominictarro in #291 - dont break on debug logs by @jakekaplan in #296
- fix date on changelog for v0.3.5 by @jakekaplan in #297
New Contributors
- @jawnsy made their first contribution in #284
- @jakekaplan made their first contribution in #296
Full Changelog: v0.3.4...v0.3.5
v0.3.4
0.3.4
Released on June 15th, 2023.
Added
- Added
S3Bucket.stream_from
to copy objects between buckets - #276
Deprecated
prefect_aws.projects
module. Useprefect_aws.deployments
instead. - #278pull_project_from_s3
step. Usepull_from_s3
instead. - #278push_project_to_s3
step. Usepush_to_s3
instead. - #278PullProjectFromS3Output
step output. UsePullFromS3Output
instead. - #278PushProjectToS3Output
step output. UsePushToS3Output
instead. - #278