Skip to content

Commit

Permalink
lint .rst
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Burek <kburek@lyft.com>
  • Loading branch information
kb000 committed Aug 25, 2020
1 parent 6460b50 commit fecf2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Minor Behavior Changes
in the environment.
* router: added transport failure reason to response body when upstream reset happens. After this change, the response body will be of the form `upstream connect error or disconnect/reset before headers. reset reason:{}, transport failure reason:{}`.This behavior may be reverted by setting runtime feature `envoy.reloadable_features.http_transport_failure_reason_in_body` to false.
* router: now consumes all retry related headers to prevent them from being propagated to the upstream. This behavior may be reverted by setting runtime feature `envoy.reloadable_features.consume_all_retry_headers` to false.
* router_check_tool: `request_header_fields`, `response_header_fields` config deprecated in favor of `request_header_matches`, `response_header_matches`.
* thrift_proxy: special characters {'\0', '\r', '\n'} will be stripped from thrift headers.
* router_check_tool: The `request_header_fields`, `response_header_fields` config for the route checker tool have been deprecated in favor of `request_header_matches`, `response_header_matches`.

Bug Fixes
---------
Expand Down

0 comments on commit fecf2e5

Please sign in to comment.