Skip to content

2.3.1

Latest

Choose a tag to compare

@sebsto sebsto released this 22 Oct 11:13
b1553d2

This release is the first one in the repo new home (/awslabs).

It fixes two bugs in the LocalServer (the one started when you run your function locally during development or CI)

  • You can now invoke your streaming function multiple times without having to restart the server
  • You can now invoke the same test server in parallel. This is particularly useful for your CI

We also changed some of the legal docs (CONTRIBUTING, NOTICE, and the license headers) to match AWS's defaults.

As usual, continue to share your feedback and open issues. The full change log is below.

What's Changed

SemVer Patch

  • Allow multiple invocations of streaming Lambda functions with the local test server by @sebsto in #590
  • change references from /swift-server to /awslabs by @sebsto in #591
  • fix ci : check libFoundation on HelloWorld example by @sebsto in #593
  • [ci] Use APIGatewayV2 for link foundation check by @sebsto in #595
  • Replace standard documents and processes with AWS ones by @sebsto in #574
  • Accept multiple POST /invoke requests to allow parallel testing by @sebsto in #585

Full Changelog: 2.3.0...2.3.1