diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index e4f05582044d0..3e15c08e59c40 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -5,8 +5,8 @@ Version history ================ * access log: added a new field for response code details in :ref:`file access logger` and :ref:`gRPC access logger`. * dubbo_proxy: support the :ref:`Dubbo proxy filter `. -* ext_authz: added option to `ext_authz` that allows the filter clearing route cache. * eds: added support to specify max time for which endpoints can be used :ref:`gRPC filter `. +* ext_authz: added option to `ext_authz` that allows the filter clearing route cache. * http: mitigated a race condition with the :ref:`delayed_close_timeout` where it could trigger while actively flushing a pending write buffer for a downstream connection. * redis: added :ref:`prefix routing ` to enable routing commands based on their key's prefix to different upstream. * redis: add support for zpopmax and zpopmin commands.