From 43ff2e3a743f6c2f34e5d0c83897c572b3cf0af7 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 9 Apr 2024 16:17:26 +0200 Subject: [PATCH] docs: add change log entry --- changes/ce/feat-12827.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/feat-12827.en.md diff --git a/changes/ce/feat-12827.en.md b/changes/ce/feat-12827.en.md new file mode 100644 index 000000000..633a33d6b --- /dev/null +++ b/changes/ce/feat-12827.en.md @@ -0,0 +1 @@ +It is now possible to trace rules with a new Rule ID trace filter as well as with the Client ID filter. For testing purposes it is now also possible to use a new HTTP API endpoint (rules/:id/test) to artificially apply a rule and optionally stop its actions after they have been rendered.