From 893630aee3dc2f7b59df10c3ccad151d4744cb36 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Mon, 8 Jul 2024 10:18:12 -0300 Subject: [PATCH] docs: add breaking change entry Fixes https://github.com/emqx/emqx/pull/13420#issuecomment-2213957235 --- changes/ee/breaking-13420.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ee/breaking-13420.en.md diff --git a/changes/ee/breaking-13420.en.md b/changes/ee/breaking-13420.en.md new file mode 100644 index 000000000..dc7a05134 --- /dev/null +++ b/changes/ee/breaking-13420.en.md @@ -0,0 +1 @@ +Added a schema validation that prevents configuring an empty set of topic filters for a Schema Validation. Any such configurations will have to define at least one topic filter to be valid. Such configurations, though, are probably very rare, as a Schema Validation with empty topics is essentially the same as having no validation at all.