From 4a588dbe7f570b4cf64c3cb1ce869c1d464802ad Mon Sep 17 00:00:00 2001 From: Chris McFarlen Date: Fri, 16 Aug 2024 17:56:40 -0500 Subject: [PATCH] Documentation updates --- doc/release-notes/upgrading.en.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index 59330e35add..8637a7d7183 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -65,6 +65,11 @@ The following features have been changed in this version of ATS. Moved away from the binary serialization mechanism used to comunicate between |TS| and the tools to a JSON-RPC text based protocol. Underlying Unix Domain Socket protocol remains the same. Check :ref:`jsonrpc-protocol` for more details. +* Other changes + + * It is now a fatal error when ATS cannot bind or listen to a configured port + * Propagate socket options specified in :ts:cv:`proxy.config.net.sock_option_flag_in` to newly accepted connections + API Changes ----------- The following APIs have changed, either in semantics, interfaces, or both. @@ -74,6 +79,7 @@ The following APIs have changed, either in semantics, interfaces, or both. * TSHttpTxnAborted * TSMimeHdrPrint * Enum values for hooks and events have been changed (ABI incompatible change) + * TSSslSecretGet * New TS API @@ -226,3 +232,5 @@ The ``cqtx`` log field has been removed, but can be replaced by ``cqhm pqu cqpv` The ``cqhv`` log field has been removed. The ``cpu``, ``cquc``, ``cqup``, and ``cqus`` log fields have new names, ``pqu``, ``pquc``, ``pqup``, and ``pqus``. The old names have been deprecated. + +The ``chi`` log field now represents the IP address of the previous hop if :ref:`Proxy Protocol ` is used.