Skip to content

Commit 7e251c0

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.34.5
**Summary of changes**: * Release images: - Update Ubuntu and distroless base images. * Bug fixes - Assorted bug fixes for TLS inspector, and HTTP listeners. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.5 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.34.5/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.34.5/version_history/v1.34/v1.34.5 **Full changelog**: v1.34.4...v1.34.5
1 parent 427d2b9 commit 7e251c0

File tree

8 files changed

+47
-19
lines changed

8 files changed

+47
-19
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.5-dev
1+
1.34.5

changelogs/1.32.10.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
date: August 19, 2025
2+
3+
bug_fixes:
4+
- area: http
5+
change: |
6+
Fixed a bug where the premature resets of streams may result in the recursive draining and potential
7+
stack overflow. Setting proper ``max_concurrent_streams`` value for HTTP/2 or HTTP/3 could eliminate
8+
the risk of the stack overflow before this fix.
9+
- area: listeners
10+
change: |
11+
Fixed issue where :ref:`TLS inspector listener filter <config_listener_filters_tls_inspector>` timed out
12+
when used with other listener filters. The bug was triggered when a previous listener filter processed more data
13+
than the TLS inspector had requested, causing the TLS inspector to incorrectly calculate its buffer growth strategy.
14+
The fix ensures that buffer growth is now based on actual bytes available rather than the previously requested amount.
15+
16+
new_features:
17+
- area: http
18+
change: |
19+
Added :ref:`ignore_http_11_upgrade
20+
<envoy_v3_api_field_config.core.v3.Http1ProtocolOptions.ignore_http_11_upgrade>`
21+
to ignore HTTP/1.1 Upgrade values matching any of the supplied matchers.

changelogs/1.33.7.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
date: August 19, 2025
2+
3+
bug_fixes:
4+
- area: http
5+
change: |
6+
Fixed a bug where the premature resets of streams may result in the recursive draining and potential
7+
stack overflow. Setting proper ``max_concurrent_streams`` value for HTTP/2 or HTTP/3 could eliminate
8+
the risk of the stack overflow before this fix.
9+
- area: listeners
10+
change: |
11+
Fixed issue where :ref:`TLS inspector listener filter <config_listener_filters_tls_inspector>` timed out
12+
when used with other listener filters. The bug was triggered when a previous listener filter processed more data
13+
than the TLS inspector had requested, causing the TLS inspector to incorrectly calculate its buffer growth strategy.
14+
The fix ensures that buffer growth is now based on actual bytes available rather than the previously requested amount.
15+
16+
new_features:
17+
- area: http
18+
change: |
19+
Added :ref:`ignore_http_11_upgrade
20+
<envoy_v3_api_field_config.core.v3.Http1ProtocolOptions.ignore_http_11_upgrade>`
21+
to ignore HTTP/1.1 Upgrade values matching any of the supplied matchers.

changelogs/current.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
date: Pending
2-
3-
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
5-
6-
minor_behavior_changes:
7-
# *Changes that may cause incompatibilities for some users, but should not for most*
1+
date: August 19, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: http
125
change: |
136
Fixed a bug where the premature resets of streams may result in the recursive draining and potential
@@ -19,10 +12,3 @@ bug_fixes:
1912
when used with other listener filters. The bug was triggered when a previous listener filter processed more data
2013
than the TLS inspector had requested, causing the TLS inspector to incorrectly calculate its buffer growth strategy.
2114
The fix ensures that buffer growth is now based on actual bytes available rather than the previously requested amount.
22-
23-
removed_config_or_runtime:
24-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
25-
26-
new_features:
27-
28-
deprecated:

docs/inventories/v1.32/objects.inv

52 Bytes
Binary file not shown.

docs/inventories/v1.33/objects.inv

75 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

62 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
28-
"1.32": 1.32.9
29-
"1.33": 1.33.6
30-
"1.34": 1.34.3
28+
"1.32": 1.32.10
29+
"1.33": 1.33.7
30+
"1.34": 1.34.4

0 commit comments

Comments
 (0)