Skip to content

Latest commit

 

History

History
106 lines (60 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

106 lines (60 loc) · 3.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Remove the experimental badge from the ECSTask block — #137

Added

Changed

Deprecated

Removed

Fixed

Security

0.1.6

Released on Obtober 19th, 2022.

Added

  • get_directory and put_directory methods on S3Bucket. The S3Bucket block is now usable for remote flow storage with deployments. - #82

0.1.5

Released on October 14th, 2022.

Added

  • Add ECSTask.cloudwatch_logs_options for customization of CloudWatch logging — #116
  • Added config parameter to AwsClientParameters to support advanced configuration (e.g. accessing public S3 buckets) #117
  • Add @sync_compatible to S3Bucket methods to allow calling them in sync contexts - #119.
  • Add ECSTask.task_customizations for customization of arbitary fields in the run task payload — #120

Fixed

  • Fix configuration to submit doc edits via GitHub - #110
  • Removed invalid ecs task register fields - #126

0.1.4

Released on September 13th, 2022.

Changed

  • Increased default timeout on the ECSTask block - #106

0.1.3

Released on September 12th, 2022.

Added

  • client_waiter task - #43
  • ECSTask infrastructure block - #85

0.1.2

Released on August 2nd, 2022.

Added

  • batch_submit task - #41
  • MinIOCredentials block - #46
  • S3Bucket block - #47

Changed

  • Converted AwsCredentials into a Block #45

Deprecated

Removed

  • Removed .result() and is_complete on test flow calls. #45

0.1.1

Added

Released on April 18th, 2022.

  • AwsClientParameters for added configuration of the boto3 S3 client - #29
  • Added boto3 client type hinting via types-boto3 - #26

0.1.0

Released on March 9th, 2022.

Added

  • s3_download, s3_upload and s3_list_objects tasks
  • read_secret task - #6
  • update_secret task - #12
  • create_secret and delete_secret tasks - #13