From 3dc5c81615babac4ff1828b3c4ab64d509faa85f Mon Sep 17 00:00:00 2001 From: Bjoern Metzdorf Date: Wed, 4 Apr 2018 16:19:03 -0700 Subject: [PATCH 1/2] Add TCP_FASTOPEN listener option release notes Signed-off-by: Bjoern Metzdorf --- docs/root/intro/version_history.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 35bb151c7..4f5232386 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -32,6 +32,7 @@ Version history * tracing: the sampling decision is now delegated to the tracers, allowing the tracer to decide when and if to use it. For example, if the :ref:`x-b3-sampled ` header is supplied with the client request, its value will override any sampling decision made by the Envoy proxy. +* listeners: added :ref:`tcp_fast_open_queue_length ` option. 1.6.0 ===== From ac29c280b2419ba6be475a70b3f6070040aaee0b Mon Sep 17 00:00:00 2001 From: Bjoern Metzdorf Date: Wed, 4 Apr 2018 16:41:46 -0700 Subject: [PATCH 2/2] sort release notes Signed-off-by: Bjoern Metzdorf --- docs/root/intro/version_history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 4f5232386..8433964b5 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -19,6 +19,7 @@ Version history `. * health check: added ability to set :ref:`additional HTTP headers ` for HTTP health check. +* listeners: added :ref:`tcp_fast_open_queue_length ` option. * logger: all :ref:`logging levels ` can be configured at run-time: trace debug info warning error critical. * logger: added the ability to optionally set the log format via the :option:`--log-format` option. @@ -32,7 +33,6 @@ Version history * tracing: the sampling decision is now delegated to the tracers, allowing the tracer to decide when and if to use it. For example, if the :ref:`x-b3-sampled ` header is supplied with the client request, its value will override any sampling decision made by the Envoy proxy. -* listeners: added :ref:`tcp_fast_open_queue_length ` option. 1.6.0 =====