From 96b9399a10813463ac87a3d210bf58f45b2fda3f Mon Sep 17 00:00:00 2001 From: Jose Nino Date: Wed, 8 May 2019 11:26:57 -0700 Subject: [PATCH] docs Signed-off-by: Jose Nino --- bazel/README.md | 4 ++++ docs/root/intro/version_history.rst | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bazel/README.md b/bazel/README.md index ec4f00869b70..624243813255 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -368,6 +368,10 @@ The following optional features can be enabled on the Bazel build command-line: `--define tcmalloc=debug`. Note this option cannot be used with FIPS-compliant mode BoringSSL. * Default [path normalization](https://github.com/envoyproxy/envoy/issues/6435) with `--define path_normalization_by_default=true`. Note this still could be disable by explicit xDS config. +* Manual stamping via VersionInfo with `--define manual_stamp=manual_stamp`. + This is needed if the `version_info_lib` is compiled via a non-binary bazel rules, e.g `envoy_cc_library`. + Otherwise, the linker will fail to resolve symbols that are included via the `linktamp` rule, which is only available to binary targets. + This is being tracked as a feature in: https://github.com/envoyproxy/envoy/issues/6859. ## Disabling extensions diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 7d70311be16b..8b660a58ec58 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -15,7 +15,7 @@ Version history * jwt_authn: make filter's parsing of JWT more flexible, allowing syntax like ``jwt=eyJhbGciOiJS...ZFnFIw,extra=7,realm=123`` * 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. -* redis: added +* redis: added :ref:`max_buffer_size_before_flush ` to batch commands together until the encoder buffer hits a certain size, and :ref:`buffer_flush_timeout ` to control how quickly the buffer is flushed if it is not full. * router: add support for configuring a :ref:`grpc timeout offset ` on incoming requests. @@ -23,6 +23,8 @@ Version history * router: per try timeouts will no longer start before the downstream request has been received in full by the router. This ensures that the per try timeout does not account for slow downstreams and that will not start before the global timeout. +* server: ``--define manual_stamp=manual_stamp`` was added to allow server stamping outside of binary rules. + more info in the `bazel docs `_. * upstream: added :ref:`upstream_cx_pool_overflow ` for the connection pool circuit breaker. * upstream: an EDS management server can now force removal of a host that is still passing active health checking by first marking the host as failed via EDS health check and subsequently removing