From a85e8c20eca23fd73c58702c791edaee03dcf879 Mon Sep 17 00:00:00 2001 From: Kevin Baichoo Date: Wed, 6 Jan 2021 13:13:50 +0000 Subject: [PATCH] Clarified release notes. Signed-off-by: Kevin Baichoo --- docs/root/version_history/current.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index a2f0c57526cb..b8bfd101b09b 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -68,7 +68,7 @@ New Features * compression: the :ref:`compressor ` filter adds support for compressing request payloads. Its configuration is unified with the :ref:`decompressor ` filter with two new fields for different directions - :ref:`requests ` and :ref:`responses `. The latter deprecates the old response-specific fields and, if used, roots the response-specific stats in `.compressor...response.*` instead of `.compressor...*`. * config: added ability to flush stats when the admin's :ref:`/stats endpoint ` is hit instead of on a timer via :ref:`stats_flush_on_admin `. * config: added new runtime feature `envoy.features.enable_all_deprecated_features` that allows the use of all deprecated features. -* crash support: added the ability to dump L4 data on crash. +* crash support: added the ability to dump L4 connection data on crash. * formatter: added new :ref:`text_format_source ` field to support format strings both inline and from a file. * grpc: implemented header value syntax support when defining :ref:`initial metadata ` for gRPC-based `ext_authz` :ref:`HTTP ` and :ref:`network ` filters, and :ref:`ratelimit ` filters. * grpc-json: added support for configuring :ref:`unescaping behavior ` for path components.