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.
- Remove the experimental badge from the
ECSTask
block — #137
Released on Obtober 19th, 2022.
get_directory
andput_directory
methods onS3Bucket
. TheS3Bucket
block is now usable for remote flow storage with deployments. - #82
Released on October 14th, 2022.
- 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
toS3Bucket
methods to allow calling them in sync contexts - #119. - Add
ECSTask.task_customizations
for customization of arbitary fields in the run task payload — #120
- Fix configuration to submit doc edits via GitHub - #110
- Removed invalid ecs task register fields - #126
Released on September 13th, 2022.
- Increased default timeout on the
ECSTask
block - #106
Released on September 12th, 2022.
Released on August 2nd, 2022.
- Converted
AwsCredentials
into aBlock
#45
- Removed
.result()
andis_complete
on test flow calls. #45
Released on April 18th, 2022.
AwsClientParameters
for added configuration of theboto3
S3 client - #29- Contributed by davzucky
- Added boto3 client type hinting via
types-boto3
- #26- Contributed by davzucky
Released on March 9th, 2022.