Skip to content

Commit 5ba0307

Browse files
authored
Kick-off release 1.19.2 (#17867)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
1 parent a2a1e3e commit 5ba0307

File tree

4 files changed

+36
-15
lines changed

4 files changed

+36
-15
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.1
1+
1.19.2-dev

docs/root/version_history/current.rst

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,15 @@
1-
1.19.1 (Aug 24, 2021)
1+
1.19.2 (Pending)
22
=====================
33

44
Incompatible Behavior Changes
55
-----------------------------
66

77
Minor Behavior Changes
88
----------------------
9-
*Changes that may cause incompatibilities for some users, but should not for most*
10-
11-
* http: reject requests with #fragment in the URI path. The fragment is not allowed to be part of request
12-
URI according to RFC3986 (3.5), RFC7230 (5.1) and RFC 7540 (8.1.2.3). Rejection of requests can be changed
13-
to stripping the #fragment instead by setting the runtime guard ``envoy.reloadable_features.http_reject_path_with_fragment``
14-
to false. This behavior can further be changed to the deprecated behavior of keeping the fragment by setting the runtime guard
15-
``envoy.reloadable_features.http_strip_fragment_from_path_unsafe_if_disabled``. This runtime guard must only be set
16-
to false when existing non-compliant traffic relies on #fragment in URI. When this option is enabled, Envoy request
17-
authorization extensions may be bypassed. This override and its associated behavior will be decommissioned after the standard deprecation period.
18-
* http: stop processing pending H/2 frames if connection transitioned to the closed state. This behavior can be temporarily reverted by setting the ``envoy.reloadable_features.skip_dispatching_frames_for_closed_connection`` to false.
199

2010
Bug Fixes
2111
---------
2212

23-
* ext_authz: fix the ext_authz filter to correctly merge multiple same headers using the ',' as separator in the check request to the external authorization service.
24-
* http: limit use of deferred resets in the http2 codec to server-side connections. Use of deferred reset for client connections can result in incorrect behavior and performance problems.
25-
2613
Removed Config or Runtime
2714
-------------------------
2815

docs/root/version_history/v1.19.1.rst

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
1.19.1 (Aug 24, 2021)
2+
=====================
3+
4+
Incompatible Behavior Changes
5+
-----------------------------
6+
7+
Minor Behavior Changes
8+
----------------------
9+
*Changes that may cause incompatibilities for some users, but should not for most*
10+
11+
* http: reject requests with #fragment in the URI path. The fragment is not allowed to be part of request
12+
URI according to RFC3986 (3.5), RFC7230 (5.1) and RFC 7540 (8.1.2.3). Rejection of requests can be changed
13+
to stripping the #fragment instead by setting the runtime guard ``envoy.reloadable_features.http_reject_path_with_fragment``
14+
to false. This behavior can further be changed to the deprecated behavior of keeping the fragment by setting the runtime guard
15+
``envoy.reloadable_features.http_strip_fragment_from_path_unsafe_if_disabled``. This runtime guard must only be set
16+
to false when existing non-compliant traffic relies on #fragment in URI. When this option is enabled, Envoy request
17+
authorization extensions may be bypassed. This override and its associated behavior will be decommissioned after the standard deprecation period.
18+
* http: stop processing pending H/2 frames if connection transitioned to the closed state. This behavior can be temporarily reverted by setting the ``envoy.reloadable_features.skip_dispatching_frames_for_closed_connection`` to false.
19+
20+
Bug Fixes
21+
---------
22+
23+
* ext_authz: fix the ext_authz filter to correctly merge multiple same headers using the ',' as separator in the check request to the external authorization service.
24+
* http: limit use of deferred resets in the http2 codec to server-side connections. Use of deferred reset for client connections can result in incorrect behavior and performance problems.
25+
26+
Removed Config or Runtime
27+
-------------------------
28+
29+
New Features
30+
------------
31+
32+
Deprecated
33+
----------

docs/root/version_history/version_history.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Version history
77
:titlesonly:
88

99
current
10+
v1.19.1
1011
v1.19.0
1112
v1.18.2
1213
v1.18.1

0 commit comments

Comments
 (0)