File tree Expand file tree Collapse file tree 8 files changed +47
-19
lines changed
Expand file tree Collapse file tree 8 files changed +47
-19
lines changed Original file line number Diff line number Diff line change 1- 1.34.5-dev
1+ 1.34.5
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
93bug_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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments