Releases: AgnostiqHQ/covalent-awslambda-plugin
Releases · AgnostiqHQ/covalent-awslambda-plugin
v0.21.0
[0.21.0] - 2022-11-22
Changed
- Functional tests using pytest and .env file configuration
v0.20.0
v0.19.0
[0.19.0] - 2022-10-27
Changed
- Added Alejandro to paul blart group
v0.18.1
[0.18.1] - 2022-10-27
Fixed
- Make
function_name
ands3_bucket_name
variables optional.
v0.18.0
[0.18.0] - 2022-10-27
Changed
- Updated base aws lambda executor image to explicitly install covalent assuming python slim-buster
COVALENT_BASE_IMAGE
used.
v0.17.0
[0.17.0] - 2022-10-25
Changed
- Pinned version of covalent-aws-plugins to be gt than 0.7.0rc0
v0.16.1
[0.16.1] - 2022-10-21
Fixed
- Remove unused file.
v0.16.0
[0.16.0] - 2022-10-21
Changed
- Make function pickling async compatible.
v0.15.0
[0.15.0] - 2022-10-18
Changed
- Pre-commit auto update.
v0.14.0
[0.14.0] - 2022-10-18
Docs
- Updated
README
to reflect executor UX changes
Changed
- Made
AWSLambdaExecutor
async compatible
Added
- new methods to the Lambda executor to upload exception json files to S3 bucket
- updated polling to poll for both result/exception file
- added timeout to
_poll_task