Skip to content

2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@sebsto sebsto released this 03 Sep 16:32
· 9 commits to main since this release
d8ee71f

Here is v2.0.0 beta 3, with two set of changes

  1. The LocalServer that the library starts when you run your function locally for testing can now be configured with three environment variables
    LOCAL_LAMBDA_HOST (default to 127.0.0.1)
    LOCAL_LAMBDA_PORT (defaults to 7000)
    LOCAL_LAMBDA_ENDPOINT (defaults to /invoke). This is renamed from LOCAL_LAMBDA_SERVER_ENDPOINT for consistency.

If you have testing scripts that use LOCAL_LAMBDA_SERVER_ENDPOINT, you'll need to update them.

  1. We remove the .platform[.macOS(v15)] requirement from Package.swift. The requirement is now enforced at code level (if you don't compile on macOS15, it will fail). This will simplify inclusions of the library in other packages that have a less strict .platform constraint.

What's Changed

SemVer Minor

SemVer Patch

  • refactor the Swift Settings in Package.swift by @sebsto in #558

Full Changelog: 2.0.0-beta.2...2.0.0-beta.3