Skip to content

Latest commit

 

History

History
113 lines (109 loc) · 10.9 KB

v1.9.0.rst

File metadata and controls

113 lines (109 loc) · 10.9 KB

1.9.0 (Dec 20, 2018)

Changes

Deprecated

  • Order of execution of the network write filter chain has been reversed. Prior to this release cycle it was incorrect, see #4599. In the 1.9.0 release cycle we introduced bugfix_reverse_write_filter_order in lds.proto to temporarily support both old and new behaviors. Note this boolean field is deprecated.
  • Order of execution of the HTTP encoder filter chain has been reversed. Prior to this release cycle it was incorrect, see #4599. In the 1.9.0 release cycle we introduced bugfix_reverse_encode_order in http_connection_manager.proto to temporarily support both old and new behaviors. Note this boolean field is deprecated.
  • Use of the v1 REST_LEGACY ApiConfigSource is deprecated.
  • Use of std::hash in the ring hash load balancer is deprecated.
  • Use of rate_limit_service configuration in the bootstrap configuration is deprecated.
  • Use of runtime_key in RequestMirrorPolicy, found in route.proto is deprecated. Set the runtime_fraction field instead.
  • Use of buffer filter max_request_time is deprecated in favor of the request timeout found in HttpConnectionManager