Merge pull request #13435 from thalesmg/20240708-r57-mt-breaking-changelog

docs: add breaking change entry
This commit is contained in:
Thales Macedo Garitezi 2024-07-09 15:53:02 -03:00 committed by GitHub
commit 50e6ee4c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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.