Skip to content

Version 2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 14 Mar 10:33
· 3 commits to main since this release
33919cc

This is the first beta release of HummingbirdLambda v2. Below is a list of the changes since the last alpha

Major release changes

  • The "HB" prefix on symbols has been removed. To help transition from previous symbols with the "HB" prefix we have added deprecated typealiases for the old symbols. eg typealias HBRequest = Request.
  • At the same time we have renamed
  • HBLambda to LambdaFunction
  • HBAPIGatewayLambda to APIGatewayLambdaFunction
  • HBAPIGatewayV2Lambda to APIGatewayV2LambdaFunction
  • Added lambda test framework HummingbirdLambdaTesting

Patch release changes

  • Fixed extracting of multi-value query and header values from APIGatewayV2 events.

Other changes

  • 2.0 code has now been merged into main branch.