Skip to content

Commit 22c5a3c

Browse files
committed
repo: Dev v1.27.7
Signed-off-by: Ryan Northey <[email protected]>
1 parent 84d6d3a commit 22c5a3c

File tree

3 files changed

+42
-25
lines changed

3 files changed

+42
-25
lines changed

VERSION.txt

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

changelogs/1.27.6.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
date: June 4, 2024
2+
3+
bug_fixes:
4+
- area: router
5+
change: |
6+
Fix a timing issue when upstream requests are empty when decoding data and send local reply when that happends. This is
7+
controlled by ``envoy_reloadable_features_send_local_reply_when_no_buffer_and_upstream_request``.
8+
- area: quic
9+
change: |
10+
Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
11+
- area: quic
12+
change: |
13+
Fixed crash bug when QUIC downstream stream was read closed and then timed out.
14+
- area: decompression
15+
change: |
16+
Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
17+
redundant data, the decompressor will loop forever.
18+
- area: websocket
19+
change: |
20+
Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
21+
header from upstream to downstream and then close the request if other status is received. This behavior can be
22+
reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.
23+
- area: async http client
24+
change: |
25+
Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
26+
buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
27+
28+
removed_config_or_runtime:
29+
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
30+
31+
new_features:
32+
33+
deprecated:

changelogs/current.yaml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
1-
date: June 4, 2024
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*
28

39
bug_fixes:
4-
- area: router
5-
change: |
6-
Fix a timing issue when upstream requests are empty when decoding data and send local reply when that happends. This is
7-
controlled by ``envoy_reloadable_features_send_local_reply_when_no_buffer_and_upstream_request``.
8-
- area: quic
9-
change: |
10-
Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
11-
- area: quic
12-
change: |
13-
Fixed crash bug when QUIC downstream stream was read closed and then timed out.
14-
- area: decompression
15-
change: |
16-
Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
17-
redundant data, the decompressor will loop forever.
18-
- area: websocket
19-
change: |
20-
Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
21-
header from upstream to downstream and then close the request if other status is received. This behavior can be
22-
reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.
23-
- area: async http client
24-
change: |
25-
Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
26-
buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
10+
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
2711

2812
removed_config_or_runtime:
2913
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

0 commit comments

Comments
 (0)