File tree 8 files changed +57
-17
lines changed
8 files changed +57
-17
lines changed Original file line number Diff line number Diff line change 1
- 1.32.4-dev
1
+ 1.32.4
Original file line number Diff line number Diff line change
1
+ date : March 20, 2025
2
+
3
+ minor_behavior_changes :
4
+ - area : rds
5
+ change : |
6
+ When a new RDS provider config is pushed via xDS and the only difference is change to
7
+ :ref:`initial_fetch_timeout <envoy_v3_api_field_config.core.v3.ConfigSource.initial_fetch_timeout>`,
8
+ the already existing provider will be reused. Envoy will not ask RDS server for routes
9
+ config because existing provider already has up to date routes config.
10
+ This behavioral change can be enabled by setting runtime guard
11
+ ``envoy.reloadable_features.normalize_rds_provider_config`` to true.
12
+
13
+ bug_fixes :
14
+ - area : lrs
15
+ change : |
16
+ Fixes errors stat being incremented and warning log spamming for LoadStatsReporting graceful stream close.
17
+ - area : ext_proc
18
+ change : |
19
+ Fixes a bug where local replies were incorrectly sent to the ext_proc server for external processing.
20
+ This change can be temporarily reverted by setting runtime guard ``envoy_reloadable_features_skip_ext_proc_on_local_reply``
21
+ to ``false``.
22
+ - area : router
23
+ change : |
24
+ Fixes an Envoy crash issue when a local reply is sent.
25
+ This change can be temporarily reverted by setting runtime guard
26
+ ``envoy_reloadable_features_router_filter_resetall_on_local_reply`` to ``false``.
Original file line number Diff line number Diff line change
1
+ date : March 20, 2025
2
+
3
+ minor_behavior_changes :
4
+ - area : rds
5
+ change : |
6
+ When a new RDS provider config is pushed via xDS and the only difference is change to
7
+ :ref:`initial_fetch_timeout <envoy_v3_api_field_config.core.v3.ConfigSource.initial_fetch_timeout>`,
8
+ the already existing provider will be reused. Envoy will not ask RDS server for routes
9
+ config because existing provider already has up to date routes config.
10
+ This behavioral change can be enabled by setting runtime guard
11
+ ``envoy.reloadable_features.normalize_rds_provider_config`` to true.
12
+
13
+ bug_fixes :
14
+ - area : lrs
15
+ change : |
16
+ Fixes errors stat being incremented and warning log spamming for LoadStatsReporting graceful stream close.
17
+ - area : ext_proc
18
+ change : |
19
+ Fixes a bug where local replies were incorrectly sent to the ext_proc server for external processing.
20
+ This change can be temporarily reverted by setting runtime guard ``envoy_reloadable_features_skip_ext_proc_on_local_reply``
21
+ to ``false``.
22
+ - area : router
23
+ change : |
24
+ Fixes an Envoy crash issue when a local reply is sent.
25
+ This change can be temporarily reverted by setting runtime guard
26
+ ``envoy_reloadable_features_router_filter_resetall_on_local_reply`` to ``false``.
Original file line number Diff line number Diff line change 1
- date : Pending
2
-
3
- behavior_changes :
4
- # *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
1
+ date : March 20, 2025
5
2
6
3
minor_behavior_changes :
7
- # *Changes that may cause incompatibilities for some users, but should not for most*
8
4
- area : rds
9
5
change : |
10
6
When a new RDS provider config is pushed via xDS and the only difference is change to
@@ -15,7 +11,6 @@ minor_behavior_changes:
15
11
``envoy.reloadable_features.normalize_rds_provider_config`` to true.
16
12
17
13
bug_fixes :
18
- # *Changes expected to improve the state of the world and are unlikely to have negative effects*
19
14
- area : lrs
20
15
change : |
21
16
Fixes errors stat being incremented and warning log spamming for LoadStatsReporting graceful stream close.
@@ -29,10 +24,3 @@ bug_fixes:
29
24
Fixes an Envoy crash issue when a local reply is sent.
30
25
This change can be temporarily reverted by setting runtime guard
31
26
``envoy_reloadable_features_router_filter_resetall_on_local_reply`` to ``false``.
32
-
33
- removed_config_or_runtime :
34
- # *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
35
-
36
- new_features :
37
-
38
- deprecated :
Original file line number Diff line number Diff line change 23
23
" 1.27 " : 1.27.7
24
24
" 1.28 " : 1.28.7
25
25
" 1.29 " : 1.29.12
26
- " 1.30 " : 1.30.9
27
- " 1.31 " : 1.31.5
28
- " 1.32 " : 1.32.2
26
+ " 1.30 " : 1.30.10
27
+ " 1.31 " : 1.31.6
28
+ " 1.32 " : 1.32.3
You can’t perform that action at this time.
0 commit comments