v2.0.0-rc2
📦 consul-connectView on GitHub →
🐛 2 fixes🔧 7 symbols
Summary
Version 2.0.0-rc2 introduces significant security hardening, including increased default HTTP timeouts and path normalization fixes for gateways, alongside bug fixes for XDS and API gateway service resolution.
Migration Steps
- If you rely on the previous, shorter HTTP server timeouts for agent long-polling, be aware that default `read_timeout` and `write_timeout` have increased to 15 minutes (from 30 seconds). These are still configurable via the `http_config` block if necessary.
🐛 Bug Fixes
- Fixed an issue where mesh-gateway in remote mode on AWS EKS was failing because Envoy's EDS endpoint validation expected an IP address for AWS NLB hostnames. EDS load assignment is now skipped for non-peer remote mesh gateway targets with hostname based gateways.
- Resolved an issue in the API gateway where service subsets were not being resolved correctly during the API gateway discovery chain synthesis.