diff --git a/doc/grpc_xds_features.md b/doc/grpc_xds_features.md index 2e63ca2a798..49711c0890e 100644 --- a/doc/grpc_xds_features.md +++ b/doc/grpc_xds_features.md @@ -41,4 +41,5 @@ Features | gRFCs | [C++, Python,
Ruby, PHP](https://github.com/grpc/grpc/re ---------|--------|--------------|------|------|------ **xDS Infrastructure in gRPC client channel:** | [A27](https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md) | v1.30.0 | v1.30.0 | v1.30.0 | v1.2.0 | **Load Balancing:** | [A27](https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md) | v1.30.0 | v1.30.0 | v1.30.0 | v1.2.0 | -Request matching based on:Request routing to multiple clusters based on [weights](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-weightedcluster) | [A28](https://github.com/grpc/proposal/blob/master/A28-xds-traffic-splitting-and-routing.md) | v1.31.0 | v1.31.0 | v1.31.0 | | +Request matching based on:Request routing to multiple clusters based on [weights](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-weightedcluster) | [A28](https://github.com/grpc/proposal/blob/master/A28-xds-traffic-splitting-and-routing.md) | v1.31.0 | v1.31.0 | v1.31.0 | | +Case insensitive prefix/full path matching: | | v1.34.0 | v1.34.0 | v1.34.0 | |