This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new b3ec103a76 Documentation updates (#11711)
b3ec103a76 is described below
commit b3ec103a76f44c56164e9471d0335f3748301f58
Author: Chris McFarlen <[email protected]>
AuthorDate: Fri Aug 16 19:04:25 2024 -0500
Documentation updates (#11711)
Co-authored-by: Chris McFarlen <[email protected]>
---
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 020f61168c..2299fa0810 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
@@ -237,3 +243,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 <proxy-protocol>` is used.