$npx -y @buildinternet/releases show rel_EoEKXquGfOePsVCJslMNx
1.18.0-rc1 (February 6, 2024)
BREAKING CHANGES:
config-entries: Allow disabling request and idle timeouts with negative values in service router and service resolver config entries. [GH-19992]
telemetry: Adds fix to always use the value of telemetry.disable_hostname when determining whether to prefix gauge-type metrics with the hostname of the Consul agent. Previously, if only the default metric sink was enabled, this configuration was ignored and always treated as true, even though its default value is false. [GH-20312]
connect: Add CaseInsensitive flag to service-routers that allows paths and path prefixes to ignore URL upper and lower casing. [GH-19647]
connect: Replace usage of deprecated Envoy field envoy.config.core.v3.HeaderValueOption.append. [GH-20078]
connect: Replace usage of deprecated Envoy fields envoy.config.route.v3.HeaderMatcher.safe_regex_match and envoy.type.matcher.v3.RegexMatcher.google_re2. [GH-20013]
resource: lowercase names enforced for v2 resources only. [GH-19218]
BUG FIXES:
connect: Fix regression with SAN matching on terminating gateways GH-20360 [GH-20417]
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]
raft: Fix panic during downgrade from enterprise to oss. [GH-19311]