Releases: swift-server/swift-aws-lambda-runtime
Releases · swift-server/swift-aws-lambda-runtime
0.5.0
- Fixes platform requirements (#214)
- SNS MessageAttributes are optional (#208) - Thanks @DwayneCoussement
- Inline and specialize LambdaHandlers (#201)
- Small Performance Improvements (#199)
- Updated S3.Event (#195) - Thanks @mufumade
- Async/await support (#186)
- Multiple updates to CI setup, code formatting, etc (#189, #190, #191, #196, #197, #198, #202, #207, #211)
- Adopt SSWG security guidelines (#209)
0.4.0
- Fixed typo in LambdaRunner.swift documentation (#171) - Thanks @filletofish
- Removed symbolicate-linux-fatal from Docker (#173)
- Properties of HTTPResponses are now
var
inAPIGateway.Response
,APIGateway.V2.Response
,ALB.TargetGroupResponse
(#176) - Fixed the visibility of the JWT in
APIGateway.V2.Request
(#178) - Thanks @JBosecker - Fixed typo in SQS example (#181) - Thanks @mattmassicotte
- Fixed the queryStringParameters variable for
ALB.TargetGroupResponse
(#182) - Thanks @proggeramlug - Fixed typo in README.md (#183) - Thanks @mr-j-tree
- Use welcoming language everywhere (#184)
- Added support for AppSync events (#187) - Thanks @DwayneCoussement
- Added CI support for Swift 5.4 (#189)
0.3.0
0.2.0
- Add an option to start the local debugging server based on an env variable #87
- Add a User-Agent when using the Lambda Runtime API #98 by @bmoffatt
- Handle lambda error correctly in mock server #104
- Add example scripts and docs for Serverless Framework #113 by @Andrea-Scuderi
- Rename
payload
toevent
#115 - Added header when reporting failing invocations or initializations #128 by @Ro-M
- Added shutdown to the
ByteBufferLambdaHandler
#122 - Add initialization context #126
- Added SES Event type #130 by @adam-fowler
- add syncShutdown to LambdaHandler #132
- Improved readme docs and examples