Releases: hummingbird-project/hummingbird-lambda
Releases · hummingbird-project/hummingbird-lambda
v2.0.0 Release Candidate 3
Using Hummingbird 2.0
v2.0.0 Release Candidate 2
v2.0.0 Release Candidate 1
Merge pull request #35 from hummingbird-project/jo/update-dependencies Update dependencies
v2.0.0 Beta 6
Use Hummingbird v2.0.0 Release Candidate
v2.0.0 Beta 5
Breaking changes
- Changes required by RequestContext associatedtype Source in #30
v2.0.0 Beta 4
Minor release changes
- Update for changes in swift-aws-lambda-events v0.3.0
v2.0.0 Beta 3
Breaking changes
- Use
swift-extras-base64
v1.0
Version 2.0.0 Beta 2
Minor release changes
- Include
HummingbirdLambdaTesting
in list of Package products
Version 2.0.0 Beta 1
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
toLambdaFunction
HBAPIGatewayLambda
toAPIGatewayLambdaFunction
HBAPIGatewayV2Lambda
toAPIGatewayV2LambdaFunction
- 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.
v1.0.0 Release Candidate 6
Patch fixes
- Use rawStringQuery from APIGatewayV2 event to build query values