v1.30.1-patch1
·
23 commits
to main
since this release
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)