Skip to content

Releases: swift-server/swift-aws-lambda-events

v1.0.0

29 Jan 19:34
0025b1a
Compare
Choose a tag to compare

This library has been in existence for seven years and is utilized by downstream libraries such as Vapor and Hummingbird.
The Swift Server Working Group has resolved to release a v1.0.0 version to ensure API stability in the future.
Subsequent modifications will adhere to semantic versioning conventions.

0.5.0

07 Nov 22:25
cfd688e
Compare
Choose a tag to compare

Main Changes

  • Updated for new AWS Regions by @fitomad
  • Add EventBridge S3Events notifications by @ugocottin

All changes

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

12 Jun 07:40
a0b64e9
Compare
Choose a tag to compare

This releases prepares support for Swift 6, drops support of Swift <= 5.6, adds more support for Cognito triggers and introduces support for Bedrock agents

What's Changed

  • remove support for versions of Swift <= 5.6 by @sebsto in #49
  • addopt strict concurrency by @sebsto in #50
  • cleanup pre Swift 5.6 code by @sebsto in #51
  • Add support for multi-resource statements by @Buratti in #52
  • add support for BedrockAgents by @sebsto in #55
  • Cognito Triggers - PreSignUp, PostConfirmation, PostAuthentication, CustomMessage by @jsonfry in #57

Full Changelog: 0.3.0...0.4.0

0.3.0

23 May 08:36
f015dbf
Compare
Choose a tag to compare

Breaking change for

[ALB]
[APIGateway]
[APIGatewayV2]
[AppSync]
[APIGatewayLambdaAuthorizer]
[FunctionURL]
[LambdaGatewayProxyEvent]

Drop the custom implementation of HTTP types in favor of the standard Swift HTTP Type project.