Skip to content

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

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.