Dependency Bumps
- solo-io/go-utils has been upgraded to v0.21.27.
Breaking Changes
- Add API options for enabling Envoy's X-RateLimit headers. Breaking calls to
projects/gloo/pkg/plugins/ratelimit.GenerateEnvoyConfigForFilterWith which
now requires a boolean parameter specifying whether these headers should be enabled (#2785)
New Features
- Add
httpConnectSslConfig
field toUpstream
to allow users to configure TLS origination to the HTTP Connect proxy. (#6743)
Fixes
- Make changes to weight for weighted destination so that when a weight of 0 is set will show that you have set 0 and not hide it as if it is an unset field (#6424)
- Fix bug where the validation server would get a max recieved message size of 0 instead of the gRPC default if
validationServerGrpcMaxSizeBytes
was not set in theSettings
CR (#6697) - Fix bug where NPE occurs when the destination is nil in the RouteActions. (#6534)
- Ensure that the handler for the /logging endpoint of the stats server is never nil. (#6449)