Skip to content

v1.30.1-patch1

Compare
Choose a tag to compare
@ashishb-solo ashishb-solo released this 14 May 14:55
· 23 commits to main since this release
83d90c9

Dependency Bumps

  • envoyproxy/envoy has been upgraded to v1.30.1.

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)