Skip to content

Releases: akrylysov/algnhsa

v1.1.0

29 Dec 14:06
Compare
Choose a tag to compare

Added

  • New function, which returns a new lambda handler for the given http.Handler (@acoover).

Changed

  • aws-lambda-go upgraded to v1.43.0

v1.0.0

03 Mar 14:02
Compare
Choose a tag to compare

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 to RequestTypeAPIGatewayV1.
  • ProxyRequestFromContext renamed to APIGatewayV1RequestFromContext.
  • APIGatewayV2HTTPRequestFromContext renamed to APIGatewayV2RequestFromContext.
  • TargetGroupRequestFromContext renamed to ALBRequestFromContext.
  • Improved unit tests.
  • Go 1.18 is the minimum supported version now.