From d5ea93d0c0bd3da16b410369e480c6967e2cc1d1 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Sat, 3 Aug 2024 01:30:31 +0000 Subject: [PATCH] Add upgrade notes for connection_attempts_timeout changes This adds upgrade notes for #7335. --- doc/release-notes/upgrading.en.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index 1a7110b1374..9ea3fcffa50 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -70,6 +70,9 @@ The records.yaml entry proxy.config.http.connect_attempts_max_retries_dead_serve The records.yaml entry proxy.config.http.connect.dead.policy has been renamed to proxy.config.http.connect.down.policy. +The records.yaml entry proxy.config.http.parent_proxy.connect_attempts_timeout and proxy.config.http.post_connect_attempts_timeout +have been removed. Instead use proxy.config.http.connect_attempts_timeout to control all connection to origin timeouts. + Plugins -------