Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary of major changes: * Switched from http_parser to BalsaParser for HTTP/1.1 traffic * Promoted TLS inspector to be robust against unstrusted downstreams and upstreams. * Added glob control for fine-grained logging in admin interface. * Added an optimization to defer the cluster creation on workers * Added support for caching EDS response with ADS * Added ECDS support for downstream and upstream network filters * Report the correct response code in the access log * Added a filter to extract JSON payload to metadata * Added a filter to update filter state objects * Added a filter for Maxmind geolocation provider * Added support for tracking the global downstream connection limits in the overload manager. * Added support for HTTP Capsule protocol that can be used to encapsulate and decapsulate UDP datagrams in HTTP * Added the support to detect and send TCP RST for the raw buffer socket based connections on Linux. * Announced deprecation of OpenTracing and OpenCensus and future removal at version 1.30. *Docker images*: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.28.0 *Docs*: https://www.envoyproxy.io/docs/envoy/v1.28.0/ *Release notes*: https://www.envoyproxy.io/docs/envoy/v1.28.0/version_history/v1.28/v1.28.0 *Full changelog*: v1.27.0...v1.28.0 Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Kuat Yessenov <[email protected]>
- Loading branch information