New Features
- Add support for the new
inheritablePathMatchersvalue onRouteconfig. This new setting is similar to theinheritableMatchersboolean value that allows delegated routes (i.e., routes on route tables) to optionally opt into inheriting HTTP header, method, or query parameter matching from the parent route. The newinheritablePathMatchersis used to optionally opt into inheriting HTTP path matcher config from the parent. (#3726)
Fixes