This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.0.x by this push: new bf4aeeb Deprecated a bunch of configs for filenames bf4aeeb is described below commit bf4aeeb772bf347feadc14e5789caebb4b77aecf Author: Leif Hedstrom <l...@ogre.com> AuthorDate: Tue Nov 5 17:38:26 2019 -0700 Deprecated a bunch of configs for filenames --- doc/release-notes/upgrading.en.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index fb2505d..f7a46b8 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -75,6 +75,25 @@ Removed records.config settings The following settings are simply gone, and have no purpose: * `proxy.config.config_dir` (see PROXY_CONFIG_CONFIG_DIR environment variable) +* `proxy.config.cache.storage_filename` (see next section as well) + +Deprecated records.config settings +---------------------------------- +The following configurations still exist, and functions, but are considered +deprecated and will be removed in a future release. We **strongly** encourage +you to avoid using any of these: + + * :ts:cv:`proxy.config.http.parent_proxy.file` + * :ts:cv:`proxy.config.socks.socks_config_file` + * :ts:cv:`proxy.config.cache.control.filename` + * :ts:cv:`proxy.config.cache.ip_allow.filename` + * :ts:cv:`proxy.config.cache.hosting_filename` + * :ts:cv:`proxy.config.cache.volume_filename` + * :ts:cv:`proxy.config.dns.splitdns.filename` + * :ts:cv:`proxy.config.log.config.filename` + * :ts:cv:`proxy.config.url_remap.filename` + * :ts:cv:`proxy.config.ssl.server.multicert.filename` + * :ts:cv:`proxy.config.ssl.servername.filename` Deprecated or Removed Features ------------------------------