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
9 changes: 9 additions & 0 deletions doc/release-notes/upgrading.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ The following features have been changed in this version of ATS.

* 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
* HostDB internals were restructured, this should (externally) be backwards compatible.
In any case you can check :ref:`developer-doc-hostdb` for more details.

API Changes
-----------
Expand Down Expand Up @@ -202,6 +204,13 @@ The following plugins have been changed in this version of ATS.

* regex_remap - matrix-parameters parameter has been removed. The string that follows a semicolon is now included in path.
* header_rewrite - MATRIX part specifier has been removed. The string that follows a semicolon is now included in PATH part.
* rate_limit - Few changes were made on this plugin:

* A ``YAML`` based configuration, reloadable even as global plugin.
* SNI aliases
* The IP reputation objects are now shareable for many SNIs.

for more details, please check :ref:`admin-plugins-rate-limit`.

Lua Plugin
~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions doc/release-notes/whats-new.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Plugins
* prefetch - Cmcd-Request header support has been added
* xdebug - ``--enable`` option to selectively enable features has been added
* system_stats - Stats about memory have been added
* slice plugin - This plugin was promoted to stable.

JSON-RPC
^^^^^^^^
Expand Down