From f6ff5d1bb60ef071507232cffda09db35347a2f2 Mon Sep 17 00:00:00 2001 From: chronolaw Date: Tue, 30 Apr 2024 09:17:59 +0800 Subject: [PATCH] docs(changelog): add changelog entry for #12814 (cherry picked from commit 60d468209d3a640633f3312a3f87caf16c3434a5) --- .../kong/feat-hybrid-sync-mixed-route-policy.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/kong/feat-hybrid-sync-mixed-route-policy.yml diff --git a/changelog/unreleased/kong/feat-hybrid-sync-mixed-route-policy.yml b/changelog/unreleased/kong/feat-hybrid-sync-mixed-route-policy.yml new file mode 100644 index 000000000000..4d469c5e9790 --- /dev/null +++ b/changelog/unreleased/kong/feat-hybrid-sync-mixed-route-policy.yml @@ -0,0 +1,7 @@ +message: | + When CP runs with `expressions` flavor: + - if mixed config is detected and a lower DP is attached to the CP, no config will be sent at all + - if the expression is invalid on CP, no config will be sent at all + - if the expression is invalid on lower DP, it will be sent to the DP and DP validation will catch this and communicate back to the CP (this could result in partial config application) +type: feature +scope: Core