Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:29
677476a

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 — the unresolved-child finding of the flattenlookup validator has warning severity. verifyLookupData groups all warning findings with the same code into one line, so a job logs at most one line per code. (closes #762) #763

Dependency Updates

  • Go modules: aws-sdk-go-v2 monorepo #766
  • Tooling: golangci/golangci-lint v2.13.1 #765, errata-ai/vale v3.18.0 #767
  • Test data: medizininformatik-initiative/fhir-ontology-generator v5 #764

Full Changelog