Skip to content

v1.29.3-patch2

Compare
Choose a tag to compare
@nfuden nfuden released this 07 May 14:07
· 24 commits to main since this release
c503b14

Fixes

  • Fall back to attempting to decode Base64Url if Base64 decoding fails in the Inja transformation base64_decode callback. This can happen especially when attempting to decode JWTs. (#329)
  • Fixes an issue where the Lambda filter would choke on unexpected JSON input when unwrapAsApiGateway was enabled. Specifically, the filter would fail to parse non-string header values under the multiValueHeaders key in the Lambda response. (solo-io/gloo#8867)