diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index 9ff9a5c3d095..34b7e49bea28 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -129,6 +129,7 @@ New Features * http3: add :ref:`enable_early_data ` to turn on/off downstream early data support. * http3: downstream HTTP/3 support is now GA! Upstream HTTP/3 also GA for specific deployments. See :ref:`here ` for details. * http3: supports upstream HTTP/3 retries. Automatically retry `0-RTT safe requests `_ if they are rejected because they are sent `too early `_. And automatically retry 0-RTT safe requests if connect attempt fails later on and the cluster is configured with TCP fallback. And add retry on ``http3-post-connect-failure`` policy which allows retry of failed HTTP/3 requests with TCP fallback even after handshake if the cluster is configured with TCP fallback. This feature is guarded by ``envoy.reloadable_features.conn_pool_new_stream_with_early_data_and_http3``. +* listener: implement :ref:`matching API ` for selecting filter chains. * local_ratelimit: added support for sharing the rate limiter between multiple network filter chains or listeners via :ref:`share_key `. * local_ratelimit: added support for X-RateLimit-* headers as defined in `draft RFC `_. * matching: the matching API can now express a match tree that will always match by omitting a matcher at the top level.