Skip to content

Latest commit

 

History

History
129 lines (125 loc) · 11 KB

v1.8.0.rst

File metadata and controls

129 lines (125 loc) · 11 KB

1.8.0 (Oct 4, 2018)

Changes

Deprecated

  • Use of the v1 API (including *.deprecated_v1 fields in the v2 API) is deprecated. See envoy-announce email.
  • Use of the legacy ratelimit.proto is deprecated, in favor of the proto defined in date-plane-api Prior to 1.8.0, Envoy can use either proto to send client requests to a ratelimit server with the use of the use_data_plane_proto boolean flag in the ratelimit configuration. However, when using the deprecated client a warning is logged.
  • Use of the --v2-config-only flag.
  • Use of both use_websocket and websocket_config in route.proto is deprecated. Please use the new upgrade_configs in the HttpConnectionManager instead.
  • Use of the integer percent field in FaultDelay and in FaultAbort is deprecated in favor of the new FractionalPercent based percentage field.
  • Setting hosts via hosts field in Cluster is deprecated. Use load_assignment instead.
  • Use of response_headers_to_* and request_headers_to_add are deprecated at the RouteAction level. Please use the configuration options at the Route level.
  • Use of runtime in RouteMatch, found in route.proto. Set the runtime_fraction field instead.
  • Use of the string user field in Authenticated in rbac.proto is deprecated in favor of the new StringMatcher based principal_name field.