api: add a new api(/v1/exported-services) to list all the exported service and their consumers. [GH-20015]
connect: Add CaseInsensitive flag to service-routers that allows paths and path prefixes to ignore URL upper and lower casing. [GH-19647]
BUG FIXES:
audit-logs: (Enterprise Only) Fixes non ASCII characters in audit logs because of gzip. [GH-20345]
connect: Fix issue where re-persisting existing proxy-defaults using http protocol fails with a protocol-mismatch error. [GH-20481]
connect: Fix regression with SAN matching on terminating gateways GH-20360 [GH-20417]
connect: Remove code coupling where the xDS capacity controller could negatively affect raft autopilot performance. [GH-20511]
logging: add /api prefix to v2 resource endpoint logs [GH-20352]
mesh: Fix bug where envoy extensions could not be configured with "permissive" mTLS mode. Note that envoy extensions currently do not apply to non-mTLS traffic in permissive mode. [GH-20406]