Skip to content

v1.28.0

Compare
Choose a tag to compare
@publish-envoy publish-envoy released this 19 Oct 10:45

repo: Release v1.28.0

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 ryan@synca.io
Signed-off-by: Kuat Yessenov kuat@google.com