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