Releases: akrylysov/algnhsa
Releases · akrylysov/algnhsa
v1.1.0
v1.0.0
Fixed
- API Gateway V2: Fixed response header support.
- API Gateway V2: Fixed handling request cookies.
- API Gateway V2: Fixed multi-value query parameters.
- ALB: Fixed double escaping of query parameters.
Changed
RequestTypeAPIGateway
renamed toRequestTypeAPIGatewayV1
.ProxyRequestFromContext
renamed toAPIGatewayV1RequestFromContext
.APIGatewayV2HTTPRequestFromContext
renamed toAPIGatewayV2RequestFromContext
.TargetGroupRequestFromContext
renamed toALBRequestFromContext
.- Improved unit tests.
- Go 1.18 is the minimum supported version now.