Releases: AgnostiqHQ/covalent-awslambda-plugin
Releases · AgnostiqHQ/covalent-awslambda-plugin
v0.13.0
[0.13.0] - 2022-10-15
Changed
- Updated
AWSLambdaExecutor
to use an existing lambda function to execute tasks using the lambda base docker image - Removed
setup/teardown
andDeploymentPackageBuilder
Tests
- Updated the lambda unit tests
v0.12.0
[0.12.0] - 2022-10-14
Added
- Adding
Dockerfile
to build the base Lambda executor image - Update lambda
exec.py
to extract task specific metadata from theevent
input
v0.11.2
[0.11.2] - 2022-10-06
Fixed
- Store
BASE_COVALENT_AWS_PLUGINS_ONLY
in a temporary file rather than storing it as an environment variable.
v0.11.1
[0.11.1] - 2022-10-05
Fixed
- Falling back to config file defaults when using executor via instantiation of executor class
Docs
- Updated docs to include more information about required/optional config values, and provide information about each cloud resource that needs to be provisioned.
v0.11.0
[0.11.0] - 2022-10-03
Changed
- Revert: updated pinned covalent version for lambda zip file, and pinned to covalent-aws-plugins pre-release
v0.10.0
[0.10.0] - 2022-09-30
Changed
- Updated pinned covalent version for lambda zip file, and pinned to covalent-aws-plugins pre-release
v0.9.0
[0.9.0] - 2022-09-30
Added
- Logic to specify that only the base covalent-aws-plugins package is to be installed.
Operations
- Added license workflow
v0.8.3
[0.8.3] - 2022-09-22
Fixed
- Reverted temporarily to old RemoteExecutor API
- Moved uploading deployment archive off the main thread
v0.8.2
[0.8.2] - 2022-09-20
Fixed
- Function errors no longer cause the executor to poll indefinitely
- Exceptions in Lambda handler are returned
- Moved blocking steps off the main thread
v0.8.1
[0.8.1] - 2022-09-16
Fixed
- Added missing await to asyncio.sleep statements
Updated
- Added asyncio.sleep to unblock main thread when polling