Envoy Versions Save

Cloud-native high-performance edge/middle/service proxy

v1.29.4

4 weeks ago

repo: Release v1.29.4

Summary of changes:

  • Fix for potential TLS/SNI (auto_sni) crash CVE-2024-32475.
  • Fix for config_dump in admin UI.

Docker images: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.4 Docs: https://www.envoyproxy.io/docs/envoy/v1.29.4/ Release notes: https://www.envoyproxy.io/docs/envoy/v1.29.4/version_history/v1.29/v1.29.4 Full changelog: https://github.com/envoyproxy/envoy/compare/v1.29.3...v1.29.4

Signed-off-by: Ryan Northey [email protected]

v1.28.3

4 weeks ago

v1.27.5

4 weeks ago

v1.30.0

1 month ago

repo: Release v1.30.0 (#33573)

Summary of changes:

  • Removed the Swift/C++ interop layer in Envoy Mobile.
  • Add retry policy to ext_proc.
  • Added HTTP downstream remote reset response flag.
  • Added support for the Fluentd access logger.
  • Introduced MemoryAllocatorManager to configure heap memory release rate.
  • Envoy Mobile added CONNECT Proxy support for iOS.
  • Redis: support echo command.
  • Envoy Mobile setting QUIC newtork idle timeout to 30 seconds.
  • Sending server preferred address to non-QUICHE clients.
  • Avoid concatenation of JWT duplicated headers.
  • HTTP: Keep Transfer-Encoding header for trailers.
  • Envoy Mobile setting the socket receive buffer to 1MB for QUIC.
  • Added FULL_SCAN support to least-request load-balancing algorithm.
  • aws_lambda and ext_proc filters can be used as an upstream filter.
  • Hosts marked as draining in and EDS update are now excluded.
  • Envoy Mobile supports log-levels.
  • Added support for URI tempate matching for RBAC.
  • Fixed load balancing initialization bug.
  • Supporting %UPSTREAM_CONNECTION_ID% in access logs.
  • Added request and response attributes support to ext_proc.
  • Added support sending dynamic metadata to ext_proc.
  • Re-enable the nghttp2 codec for HTTP/2 connections by default.

Docker images: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.30.0 Docs: https://www.envoyproxy.io/docs/envoy/v1.30.0/ Release notes: https://www.envoyproxy.io/docs/envoy/v1.30.0/version_history/v1.30/v1.30.0 Full changelog: https://github.com/envoyproxy/envoy/compare/v1.29.0...v1.30.0

Signed-off-by: Adi Suissa-Peleg [email protected] Signed-off-by: Ryan Northey [email protected]

v1.29.3

1 month ago

v1.28.2

1 month ago

v1.27.4

1 month ago

v1.26.8

1 month ago

v1.29.2

2 months ago

repo: Release v1.29.2

Summary of changes:

  • Revert default codec to nghttp2 as a number of users have reported issues with oghttp2 including #32611 and #32401
  • Assorted minor fixes

Docker images: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.2 Docs: https://www.envoyproxy.io/docs/envoy/v1.29.2/ Release notes: https://www.envoyproxy.io/docs/envoy/v1.29.2/version_history/v1.29/v1.29.2 Full changelog: https://github.com/envoyproxy/envoy/compare/v1.29.1...v1.29.2

Signed-off-by: Ryan Northey [email protected]