This release changes how the flattening lookup validator reports an unresolved child element. The finding is now a warning, not an error, so the lookup file stays valid and the job continues. All warnings that share a code collapse into one log line. The remaining changes are dependency updates.
What's Changed
Bug Fixes
fix: report unresolved children as one warning, not an error — theunresolved-childfinding of the flattenlookup validator has warning severity.verifyLookupDatagroups all warning findings with the same code into one line, so a job logs at most one line per code. (closes #762) #763