Skip to content

Latest commit

 

History

History
174 lines (170 loc) · 12.5 KB

v1.7.0.rst

File metadata and controls

174 lines (170 loc) · 12.5 KB

1.7.0 (Jun 21, 2018)

Changes

Deprecated

  • Admin mutations should be sent as POSTs rather than GETs. HTTP GETs will result in an error status code and will not have their intended effect. Prior to 1.7, GETs can be used for admin mutations, but a warning is logged.
  • Rate limit service configuration via the cluster_name field is deprecated. Use grpc_service instead.
  • gRPC service configuration via the cluster_names field in ApiConfigSource is deprecated. Use grpc_services instead. Prior to 1.7, a warning is logged.
  • Redis health checker configuration via the redis_health_check field in HealthCheck is deprecated. Use custom_health_check with name envoy.health_checkers.redis instead. Prior to 1.7, redis_health_check can be used, but warning is logged.
  • SAN is replaced by URI in the x-forwarded-client-cert header.
  • The endpoint field in the http health check filter is deprecated in favor of the headers field where one can specify HeaderMatch objects to match on.
  • The sni_domains field in the filter chain match was deprecated/renamed to server_names.