From b1f12c28cf8289849a2a2d7c7fa5e26ba6ebae6e Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Wed, 22 Jul 2020 15:01:52 +1000 Subject: [PATCH] Update version history Signed-off-by: Martin Matusiak --- docs/root/version_history/current.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index b01d229a3b5c..6e6455690cb8 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -41,11 +41,11 @@ New Features * http: introduced new HTTP/1 and HTTP/2 codec implementations that will remove the use of exceptions for control flow due to high risk factors and instead use error statuses. The old behavior is deprecated, but can be used during the removal period by setting the runtime feature `envoy.reloadable_features.new_codec_behavior` to false. The removal period will be one month. * load balancer: added a :ref:`configuration` option to specify the active request bias used by the least request load balancer. * redis: added fault injection support :ref:`fault injection for redis proxy `, described further in :ref:`configuration documentation `. -* stats: added optional histograms to :ref:`cluster stats ` - that track headers and body sizes of requests and responses. * router: added new :ref:`envoy-ratelimited` retry policy, which allows retrying envoy's own rate limited responses. +* stats: added optional histograms to :ref:`cluster stats ` + that track headers and body sizes of requests and responses. * tap: added :ref:`generic body matcher` to scan http requests and responses for text or hex patterns. Deprecated