Skip to content

Releases: AgnostiqHQ/covalent-awslambda-plugin

v0.13.0

15 Oct 11:37
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

[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 and DeploymentPackageBuilder

Tests

  • Updated the lambda unit tests

v0.12.0

14 Oct 19:53
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

[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 the event input

v0.11.2

06 Oct 15:05
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release

[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

05 Oct 12:35
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

[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

03 Oct 12:03
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

[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

30 Sep 21:16
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

[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

30 Sep 14:52
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

[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

22 Sep 19:48
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

[0.8.3] - 2022-09-22

Fixed

  • Reverted temporarily to old RemoteExecutor API
  • Moved uploading deployment archive off the main thread

v0.8.2

20 Sep 06:23
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

[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

16 Sep 20:00
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

[0.8.1] - 2022-09-16

Fixed

  • Added missing await to asyncio.sleep statements

Updated

  • Added asyncio.sleep to unblock main thread when polling