Releases: swift-server/swift-openapi-lambda
Releases · swift-server/swift-openapi-lambda
2.0.0-beta.1
This library now support the upcoming release of AWS Lambda Runtime for Swift v2.
This change affects the public API (some Sendable added) and requires a major version bump.
we release a v2 to align this library's major with the Swift AWS Lambda Runtime's major.
There is now a comprehensive example in the new Examples
directory to show case
- how to transform an existing
APIProtocol
to a Lambda function - show how to use
LoggingMiddleware
(optional) - show how to use a
LambdaAuthorizer
and / or anAuthenticationMiddleware
(optional) - show how to integrate with
SwiftServiceLifecycle
(optional) - show how to deploy with
sam
:sam build && sam deploy
What's Changed
SemVer Major
Full Changelog: 0.3.0...2.0.0-beta.1
0.3.0
0.2.1
What's Changed
SemVer Patch
Other Changes
- fix badge by @sebsto in #15
- Update release.yml by @FranzBusch in #17
New Contributors
- @FranzBusch made their first contribution in #13
- @heyzooi made their first contribution in #19
Full Changelog: 0.2.0...0.2.1
0.2.0
🚨 Add support for query string parameters (thank you @emlynmu for the contribution)
What's Changed
- migrate to swift-test by @sebsto in #9
- use SwiftLang's license header check by @sebsto in #10
- Fix Query String Parameters Being Ignored by @emlynmu in #11
New Contributors
Full Changelog: 0.1.2...0.2.0