Skip to content

1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@sebsto sebsto released this 26 Aug 11:09
· 20 commits to main since this release
5ecc24f

TL;DR

This is the last 1.0.0-alpha.x release. We started to work on a v2 that will embrace Swift6, structured concurrency, service lifecycles amongst other changes. You can read more about the proposed changes in this PR.

Thank you to all contributors.

Some notable changes

  • You can now use an environment variable to specify the local lambda invocation endpoint (by @jsonfry in #321)

  • You can now package project's resources in the generated ZIP file (by @camdenfullmer in #333)

  • You can now have tasks that will run after a response is returned, but before the runtime fetches the next event (aka detached tasks) (by @Buratti in #334) - This API will change for v2

Detailed list of changes

New Contributors

Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.3