Dependency Bumps
- solo-io/protoc-gen-ext has been upgraded to v0.0.14.
New Features
- Possibility to configure custom auth server to retrieve request body as bytes (Support Envoys packAsBytes) (#3937)
Fixes
- Gloo Edge now proactively reports warnings on virtual services that have matchers that are short-circuited.
To enable, update the GlooSettings
such thatspec.gateway.validation.warnRouteShortCircuiting=true
The cases now additionally covered are:- routes that have simple OR regex header matchers, ensuring each one of the OR'ed matchers can be reached
- the same logic, but with method matchers
In addition, we support aggressively reporting errors on virtual services with invalid regex matchers. (no need
to enable short-circuiting reporting) (#3334)
- Switching CSRF mode from enabled to shadow mode does not apply default enabled value to filter. (#4053)