diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index c3d3eeeda4d..bfe8422eb06 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -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 ----------- @@ -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 ~~~~~~~~~~ diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index ff22c10d181..e095dd01989 100644 --- a/doc/release-notes/whats-new.en.rst +++ b/doc/release-notes/whats-new.en.rst @@ -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 ^^^^^^^^