Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit f387231

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.38.2
**Summary of changes**: * Bug fixes: - runtime: fixed RTDS runtime guard override removal so deleting an override restores the process-wide runtime guard value to the default value. * New features: - http2: added opt-in histograms for HTTP/2 header statistics, including header-entry count, header-map byte size, reassembled ``cookie`` header length, and individual ``cookie`` header count. Enable with ``envoy.reloadable_features.http2_record_histograms``; the histograms and runtime guard will be removed in a future Envoy release. - http2: added ``envoy.reloadable_features.http2_max_cookies_size_in_kb`` to limit the size of the reassembled ``cookie`` header. By default, no cookie-size limit is enforced. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.38.2 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.38.2/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.38.2/version_history/v1.38/v1.38.2 **Full changelog**: envoyproxy/envoy@v1.38.1...v1.38.2
1 parent 6a3ff78 commit f387231

9 files changed

Lines changed: 68 additions & 5 deletions

File tree

VERSION.txt

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

changelogs/1.35.12.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
date: June 10, 2026
2+
3+
bug_fixes:
4+
- area: runtime
5+
change: |
6+
Fixed a bug where removing an RTDS override for an ``envoy.reloadable_features`` runtime guard
7+
updated the admin runtime view but left the process-wide runtime guard set to the previous
8+
overridden value.
9+
10+
new_features:
11+
- area: http2
12+
change: |
13+
Added histograms for HTTP/2 header stats, tracking total count of header entries received (including
14+
individual ``cookie`` headers), total byte size of header map entries, total length of the re-assebled ``cookie``
15+
header and total count of individual ``cookie`` headers. Histograms are disabled by default and can be enabled by
16+
setting the runtime guard ``envoy.reloadable_features.http2_record_histograms`` to ``true``.
17+
The histograms and the runtime guard will be removed in a future release of Envoy.
18+
- area: http2
19+
change: |
20+
Added ``envoy.reloadable_features.http2_max_cookies_size_in_kb`` runtime value to set the limit on the contents
21+
of the re-assembled ``cookie`` header. By default there is no limit on the cookie size.

changelogs/1.36.8.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
date: June 10, 2026
2+
3+
bug_fixes:
4+
- area: runtime
5+
change: |
6+
Fixed a bug where removing an RTDS override for an ``envoy.reloadable_features`` runtime guard
7+
updated the admin runtime view but left the process-wide runtime guard set to the previous
8+
overridden value.
9+
10+
new_features:
11+
- area: http2
12+
change: |
13+
Added histograms for HTTP/2 header stats, tracking total count of header entries received (including
14+
individual ``cookie`` headers), total byte size of header map entries, total length of the re-assebled ``cookie``
15+
header and total count of individual ``cookie`` headers. Histograms are disabled by default and can be enabled by
16+
setting the runtime guard ``envoy.reloadable_features.http2_record_histograms`` to ``true``.
17+
The histograms and the runtime guard will be removed in a future release of Envoy.
18+
- area: http2
19+
change: |
20+
Added ``envoy.reloadable_features.http2_max_cookies_size_in_kb`` runtime value to set the limit on the contents
21+
of the re-assembled ``cookie`` header. By default there is no limit on the cookie size.

changelogs/1.37.4.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
date: June 10, 2026
2+
3+
bug_fixes:
4+
- area: runtime
5+
change: |
6+
Fixed a bug where removing an RTDS override for an ``envoy.reloadable_features`` runtime guard
7+
updated the admin runtime view but left the process-wide runtime guard set to the previous
8+
overridden value.
9+
10+
new_features:
11+
- area: http2
12+
change: |
13+
Added histograms for HTTP/2 header stats, tracking total count of header entries received (including
14+
individual ``cookie`` headers), total byte size of header map entries, total length of the re-assebled ``cookie``
15+
header and total count of individual ``cookie`` headers. Histograms are disabled by default and can be enabled by
16+
setting the runtime guard ``envoy.reloadable_features.http2_record_histograms`` to ``true``.
17+
The histograms and the runtime guard will be removed in a future release of Envoy.
18+
- area: http2
19+
change: |
20+
Added ``envoy.reloadable_features.http2_max_cookies_size_in_kb`` runtime value to set the limit on the contents
21+
of the re-assembled ``cookie`` header. By default there is no limit on the cookie size.

docs/inventories/v1.35/objects.inv

22 Bytes
Binary file not shown.

docs/inventories/v1.36/objects.inv

44 Bytes
Binary file not shown.

docs/inventories/v1.37/objects.inv

53 Bytes
Binary file not shown.

docs/inventories/v1.38/objects.inv

91 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"1.32": 1.32.13
2929
"1.33": 1.33.14
3030
"1.34": 1.34.14
31-
"1.35": 1.35.11
32-
"1.36": 1.36.7
33-
"1.37": 1.37.3
34-
"1.38": 1.38.0
31+
"1.35": 1.35.12
32+
"1.36": 1.36.8
33+
"1.37": 1.37.4
34+
"1.38": 1.38.1

0 commit comments

Comments
 (0)