Releases: open-task-framework/otf-addons-aws
Releases · open-task-framework/otf-addons-aws
Release list
v26.28.0
v26.18.0
What's Changed
- Fix a bug where the S3 client was not being properly closed and garbage collected, which could lead to resource leaks and issues with too many open connections. This was caused by the
tidymethod not setting thes3_clientattribute toNoneafter closing it, which meant that the botocore objects were not being garbage collected. - Replace Localstack with Floci & updated all related tests.
v24.38.0
What's Changed
- Add lambda function calling by @adammcdonagh in #2
- Schema validation by @adammcdonagh in #3
- New linting & new opentaskpy verison by @adammcdonagh in #5
- Fix schemas by @adammcdonagh in #6
- Add codecov and badges by @adammcdonagh in #7
- Bump opentaskpy version by @adammcdonagh in #8
- Triggering Fargate tasks by @adammcdonagh in #9
- Triggering fargate by @adammcdonagh in #10
- Add missing schemas for S3 by @adammcdonagh in #12
- Add support for AssumeRole in AWS remote handlers by @adammcdonagh in #13
- Ensure AssumeRole gets called correctly by @adammcdonagh in #16
- Add support for forcing S3 transfers to proxy by @adammcdonagh in #19
- Update opentaskpy version and fix logging and tests by @adammcdonagh in #21
- Handle newline characters in SSM better by @adammcdonagh in #22
- Better handle exceptions. Token refreshing by @adammcdonagh in #25
- Better S3 logging by @adammcdonagh in #26
- Fix logging for S3 destination directory by @adammcdonagh in #27
- Logging updates by @adammcdonagh in #28
- Fix bad test by @adammcdonagh in #29
- Fix token refreshing issue by @adammcdonagh in #31
- Add destination file rename to S3 transfers by @iwilson-oa in #32
- Formatting fix and fix pre-commit configuration by @adammcdonagh in #33
- STS Token fixes & S3 local copy fix by @adammcdonagh in #35
- Add wider window for refreshing token in AWS remote handlers by @adammcdonagh in #36
- Fix ListObjectsV2 pagination & add new PCA option by @adammcdonagh in #39
- Add SSM cacheable variables plugin by @adammcdonagh in #40
- Add variable caching write using Secrets Manager by @adammcdonagh in #41
- Feat/allow encryption by @adammcdonagh in #42
- JSON schema improvements by @adammcdonagh in #43
- Update botocore read_timeout by @adammcdonagh in #45
- Fix JSON schema by @adammcdonagh in #46
- Add aggressive keep-alives for long running lambdas by @adammcdonagh in #47
- Adjust AWS (SSM) lookup plugin to log an error and use "UNKNOWN" for … by @iwilson-oa in #49
- Fix/ssm pytest by @iwilson-oa in #50
Full Changelog: 0.3.0...v24.38.0
v24.28.1
What's Changed
- Add lambda function calling by @adammcdonagh in #2
- Schema validation by @adammcdonagh in #3
- New linting & new opentaskpy verison by @adammcdonagh in #5
- Fix schemas by @adammcdonagh in #6
- Add codecov and badges by @adammcdonagh in #7
- Bump opentaskpy version by @adammcdonagh in #8
- Triggering Fargate tasks by @adammcdonagh in #9
- Triggering fargate by @adammcdonagh in #10
- Add missing schemas for S3 by @adammcdonagh in #12
- Add support for AssumeRole in AWS remote handlers by @adammcdonagh in #13
- Ensure AssumeRole gets called correctly by @adammcdonagh in #16
- Add support for forcing S3 transfers to proxy by @adammcdonagh in #19
- Update opentaskpy version and fix logging and tests by @adammcdonagh in #21
- Handle newline characters in SSM better by @adammcdonagh in #22
- Better handle exceptions. Token refreshing by @adammcdonagh in #25
- Better S3 logging by @adammcdonagh in #26
- Fix logging for S3 destination directory by @adammcdonagh in #27
- Logging updates by @adammcdonagh in #28
- Fix bad test by @adammcdonagh in #29
- Fix token refreshing issue by @adammcdonagh in #31
- Add destination file rename to S3 transfers by @iwilson-oa in #32
- Formatting fix and fix pre-commit configuration by @adammcdonagh in #33
- STS Token fixes & S3 local copy fix by @adammcdonagh in #35
- Add wider window for refreshing token in AWS remote handlers by @adammcdonagh in #36
- Fix ListObjectsV2 pagination & add new PCA option by @adammcdonagh in #39
- Add SSM cacheable variables plugin by @adammcdonagh in #40
- Add variable caching write using Secrets Manager by @adammcdonagh in #41
- Feat/allow encryption by @adammcdonagh in #42
- JSON schema improvements by @adammcdonagh in #43
- Update botocore read_timeout by @adammcdonagh in #45
New Contributors
- @iwilson-oa made their first contribution in #32
Full Changelog: 0.3.0...v24.28.1