Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions doc/release-notes/upgrading.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ Removed Plugins
The following plugins have been removed from the ATS source code in this version of ATS:

* mysql_remap - Dynamic remapping of URLs using data from a MySQL database.
* acme
* cache_key_genid
* fast_cgi

Changes to Features
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -234,6 +237,25 @@ Metrics
``proxy.process.cache.volume_X.stripes`` that counts cache stripes
- All metric names that ended in ``_stat`` have had that suffix dropped and no
longer end with ``_stat``
- The metric ``proxy.node.cache.contents.num_doc`` was removed
- The metric ``proxy.node.config.reconfigure_required`` was renamed to
``proxy.process.proxy.reconfigure_required``
- The metric ``proxy.node.config.reconfigure_time`` was renamed to
``proxy.process.proxy.reconfigure_time``
- The metric ``proxy.node.config.restart_required.proxy`` was renamed to
``proxy.process.proxy.restart_required``
- The metric ``proxy.node.restarts.proxy.cache_ready_time`` was renamed to
``proxy.process.proxy.cache_ready_time``
- The metric ``proxy.node.restarts.proxy.stop_time`` was renamed to
``proxy.process.proxy.start_time``
- The following traffic_manager metrics have been removed:
- proxy.node.hostname_FQ
- proxy.node.hostname
- proxy.node.proxy_running
- proxy.node.restarts.proxy.restart_count
- proxy.node.restarts.proxy.start_time
- proxy.node.http.parent_proxy_total_response_bytes


Logging
-------
Expand Down
13 changes: 13 additions & 0 deletions doc/release-notes/whats-new.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ JSON-RPC

Remote clients, like :ref:`traffic_ctl_jsonrpc` have now bi-directional access to the plugin space. For more details check :ref:`jsonrpc_development`.

Replaced autotools build system with cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

See :ref:`admin-installing` for more information

Switch to C++20
^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -110,3 +115,11 @@ HTTP/2
* Support for HTTP/2 on origin server connections has been added. This is disabled by default. For more details check :ts:cv:`proxy.config.ssl.client.alpn_protocols`
* Support for CONNECT method has been added.
* Window size control has been improved. For more details check :ts:cv:`proxy.config.http2.flow_control.policy_in`

HTTP UI Removed
^^^^^^^^^^^^^^^

The stats and cache inspector pages were unmaintained and removed in this
release.