Skip to content

Commit

Permalink
repo: Sync version histories (envoyproxy#34559)
Browse files Browse the repository at this point in the history
Signed-off-by: publish-envoy[bot]
Co-authored-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
  • Loading branch information
publish-envoy[bot] authored Jun 6, 2024
1 parent 964ea7d commit de78171
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 4 deletions.
33 changes: 33 additions & 0 deletions changelogs/1.27.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
date: June 4, 2024

bug_fixes:
- area: router
change: |
Fix a timing issue when upstream requests are empty when decoding data and send local reply when that happends. This is
controlled by ``envoy_reloadable_features_send_local_reply_when_no_buffer_and_upstream_request``.
- area: quic
change: |
Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
- area: quic
change: |
Fixed crash bug when QUIC downstream stream was read closed and then timed out.
- area: decompression
change: |
Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
redundant data, the decompressor will loop forever.
- area: websocket
change: |
Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
header from upstream to downstream and then close the request if other status is received. This behavior can be
reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.
- area: async http client
change: |
Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
26 changes: 26 additions & 0 deletions changelogs/1.28.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
date: June 5, 2024

bug_fixes:
- area: router
change: |
Fix a timing issue when upstream requests are empty when decoding data and send local reply when that happends. This is
controlled by ``envoy_reloadable_features_send_local_reply_when_no_buffer_and_upstream_request``.
- area: quic
change: |
Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
- area: quic
change: |
Fixed crash bug when QUIC downstream stream was read closed and then timed out.
- area: decompression
change: |
Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
redundant data, the decompressor will loop forever.
- area: websocket
change: |
Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
header from upstream to downstream and then close the request if other status is received. This behavior can be
reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.
- area: async http client
change: |
Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
26 changes: 26 additions & 0 deletions changelogs/1.29.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
date: June 5, 2024

bug_fixes:
- area: router
change: |
Fix a timing issue when upstream requests are empty when decoding data and send local reply when that happends. This is
controlled by ``envoy_reloadable_features_send_local_reply_when_no_buffer_and_upstream_request``.
- area: quic
change: |
Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
- area: quic
change: |
Fixed crash bug when QUIC downstream stream was read closed and then timed out.
- area: decompression
change: |
Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
redundant data, the decompressor will loop forever.
- area: websocket
change: |
Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
header from upstream to downstream and then close the request if other status is received. This behavior can be
reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.
- area: async http client
change: |
Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
23 changes: 23 additions & 0 deletions changelogs/1.30.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
date: June 5, 2024

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: quic
change: |
Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
- area: quic
change: |
Fixed crash bug when QUIC downstream stream was read closed and then timed out.
- area: decompression
change: |
Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
redundant data, the decompressor will loop forever.
- area: websocket
change: |
Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
header from upstream to downstream and then close the request if other status is received. This behavior can be
reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.
- area: async http client
change: |
Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
Binary file modified docs/inventories/v1.27/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.28/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.29/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.30/objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"1.24": 1.24.12
"1.25": 1.25.11
"1.26": 1.26.8
"1.27": 1.27.5
"1.28": 1.28.3
"1.29": 1.29.4
"1.30": 1.30.1
"1.27": 1.27.6
"1.28": 1.28.4
"1.29": 1.29.5
"1.30": 1.30.2

0 comments on commit de78171

Please sign in to comment.