2.0.0-beta.3
Pre-release
Pre-release
Here is v2.0.0 beta 3, with two set of changes
- 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.
- We remove the
.platform[.macOS(v15)]
requirement fromPackage.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
Full Changelog: 2.0.0-beta.2...2.0.0-beta.3