Skip to content

Releases: AgnostiqHQ/covalent-awslambda-plugin

v0.21.0

22 Nov 21:20
Compare
Choose a tag to compare
v0.21.0 Pre-release
Pre-release

[0.21.0] - 2022-11-22

Changed

  • Functional tests using pytest and .env file configuration

v0.20.0

28 Oct 00:39
Compare
Choose a tag to compare
Release v0.20.0

v0.19.0

27 Oct 22:51
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release

[0.19.0] - 2022-10-27

Changed

  • Added Alejandro to paul blart group

v0.18.1

27 Oct 20:41
Compare
Choose a tag to compare
v0.18.1 Pre-release
Pre-release

[0.18.1] - 2022-10-27

Fixed

  • Make function_name and s3_bucket_name variables optional.

v0.18.0

27 Oct 12:38
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

[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

25 Oct 19:37
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

[0.17.0] - 2022-10-25

Changed

  • Pinned version of covalent-aws-plugins to be gt than 0.7.0rc0

v0.16.1

21 Oct 14:20
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release

[0.16.1] - 2022-10-21

Fixed

  • Remove unused file.

v0.16.0

21 Oct 00:25
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

[0.16.0] - 2022-10-21

Changed

  • Make function pickling async compatible.

v0.15.0

18 Oct 17:16
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

[0.15.0] - 2022-10-18

Changed

  • Pre-commit auto update.

v0.14.0

18 Oct 15:21
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

[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