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 510e711317 Upgrade notes: Removal of mgmt libraries (#11684)
510e711317 is described below
commit 510e71131727e0ebf09722440e95457569cddb41
Author: Chris McFarlen <[email protected]>
AuthorDate: Fri Aug 16 16:56:56 2024 -0500
Upgrade notes: Removal of mgmt libraries (#11684)
* Upgrade notes: Removal of mgmt libraries
* Only document mgmt_c going away
* cleanup
---------
Co-authored-by: Chris McFarlen <[email protected]>
---
doc/release-notes/upgrading.en.rst | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index 38f921dbd2..d1b95b37d6 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -47,6 +47,10 @@ removed in the next major release of ATS.
* Next Protocol Negotiation (NPN) support has been deprecated from ATS and
will be removed in the next major release.
+* Removed Libraries
+
+ * mgmt_c - Client library for traffic_manager
+
Changes to Features
~~~~~~~~~~~~~~~~~~~
The following features have been changed in this version of ATS.
@@ -56,14 +60,11 @@ The following features have been changed in this version of
ATS.
Changed in-line ACLs to match before activated ACL rules.
For details refer to: https://github.com/apache/trafficserver/pull/11033
and :ref:`acl-filters`.
-
-
* Administrative API (RPC)
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.
-
API Changes
-----------
The following APIs have changed, either in semantics, interfaces, or both.