Skip to content

Releases: akkoro/assemblylift

v0.4.0-alpha.1

28 Apr 15:34
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

This fixes intermittent request failure in the hyper runtime.

v0.4.0-alpha.0

27 Apr 18:56
Compare
Choose a tag to compare
v0.4.0-alpha.0 Pre-release
Pre-release

See this blog post for details!

v0.3.2

07 Oct 01:50
a16ceb4
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Includes PRs #57 and #58

v0.3.1

10 Aug 02:35
dca9511
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Includes PRs #51 and #52

v0.3.0

08 Aug 05:56
a241982
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Read here for details about this release.

v0.2.9

06 Feb 20:40
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release

This release includes #34, which upgrades Wasmer to 1.0 and adds new function parameters.

The AWS Lambda guest crate (assemblylift-awslambda-guest) has been updated to 0.2.4 -- be sure to uprev your existing functions!

The AWS Lambda host crate (assemblylift-awslambda-host) has been updated 0.2.3; after redeploying your Asml app you may verify that you are running the new version in your CloudWatch logs.

v0.2.8

30 Dec 05:20
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

Includes #32 and #33 which parameterize LambdaContext and implement service authorizers respectively. See PRs for details!

The LambdaContext struct is defined in the awslambda-guest crate -- you'll need to update your existing functions to pull 0.2.3 for the new interface :) (new functions will be generated using an updated template!)

v0.2.7

24 Dec 01:19
b2c3c34
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

This release includes #31, which adds support for user-supplied terraform.

You can add your terraform code as a module inside user_tf, relative to the project root. You should be able to use data blocks to import AssemblyLift-managed infra. Please open an issue if you run into issues!

v0.2.6

21 Dec 19:04
6638ddc
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

Includes PRs #28 and #30

v0.2.5

16 Oct 01:22
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Forgot to uprev core-io-guest in lambda-guest; this patch fixes that :)