Skip to content

Commit 6f31ae4

Browse files
repo: Dev v1.34.11 (envoyproxy#41858)
Co-authored-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
1 parent 6aa1dcf commit 6f31ae4

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

VERSION.txt

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

changelogs/1.34.10.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: October 17, 2025
2+
3+
bug_fixes:
4+
- area: lua
5+
change: |
6+
Fix a bug where Lua filters may result in Envoy crashes when setting response body to a
7+
larger payload (greater than the body buffer limit).

changelogs/current.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
date: October 17, 2025
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: lua
5-
change: |
6-
Fix a bug where Lua filters may result in Envoy crashes when setting response body to a
7-
larger payload (greater than the body buffer limit).
10+
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
11+
12+
removed_config_or_runtime:
13+
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
14+
15+
new_features:
16+
17+
deprecated:

docs/inventories/v1.33/objects.inv

15 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
2828
"1.32": 1.32.13
29-
"1.33": 1.33.11
29+
"1.33": 1.33.12
3030
"1.34": 1.34.9

0 commit comments

Comments
 (0)