Skip to content

v1.0.0

Compare
Choose a tag to compare
@akrylysov akrylysov released this 03 Mar 14:02
· 9 commits to master since this release

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.