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.4

29 Nov 19:54
5735a49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

13 Nov 22:50
679fad1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 Nov 19:23
f8a26eb
Compare
Choose a tag to compare

0.4.2

  • Fixed use_ssl default for S3 client - #328

v0.4.1

13 Oct 15:22
c4939d7
Compare
Choose a tag to compare

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 and pull_from_s3 deployment steps to properly create a boto3 session client if the passed credentials are a referenced AwsCredentials block #322

v0.4.0

05 Oct 18:12
525c917
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.7...v0.4.0

v0.3.7

31 Aug 16:10
bde96a7
Compare
Choose a tag to compare

v0.3.6

20 Jul 14:27
b976215
Compare
Choose a tag to compare

Released July 20th, 2023.

Changed

  • Promoted workers to GA, removed beta disclaimers

v0.3.5

14 Jul 19:12
416d55e
Compare
Choose a tag to compare

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

Full Changelog: v0.3.4...v0.3.5

v0.3.4

15 Jun 14:28
61eaab1
Compare
Choose a tag to compare

0.3.4

Released on June 15th, 2023.

Added

  • Added S3Bucket.stream_from to copy objects between buckets - #276

Deprecated

  • prefect_aws.projects module. Use prefect_aws.deployments instead. - #278
  • pull_project_from_s3 step. Use pull_from_s3 instead. - #278
  • push_project_to_s3 step. Use push_to_s3 instead. - #278
  • PullProjectFromS3Output step output. Use PullFromS3Output instead. - #278
  • PushProjectToS3Output step output. Use PushToS3Output instead. - #278

v0.3.3

13 Jun 17:01
39be228
Compare
Choose a tag to compare

0.3.3

Released on June 13th, 2023.

Fixed

  • Change prefect.docker import to prefect.utilities.dockerutils to fix a crash when using custom blocks based on S3Bucket - #273