diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3e537e9c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Metadata Quality Assessment Framework API Changelog + +## v0.8 (2022-03-16) + +- improve the rule checking mechanisms: adding IDs, minWords and maxWords checkers, content type checker, optimizing OR checker and range rules, successScore and failureScore +- improve rule output +- new schema parameters: indexField, unique, inactive +- new measurement configuration parameters: onlyIdInHeader, indexer, AnnotationCalculator +- field extractor is independent from recordId and is enabled only if there are extractable fields in the schema +- improve documentation: a section about quality diemnsions +- improving XML namespace handling. +- better CSV support +- changing to Java 11 +- internal refactoring and decoupling of classes +- adding several tools to developer workflow: sonarcloud.io, coveralls, codecov, GitHub action diff --git a/pom.xml b/pom.xml index d7a5397f..af0ed914 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.gwdg.metadataqa metadata-qa-api jar - 0.8-SNAPSHOT + 0.8 Metadata Quality Assurance Framework API A metadata quality assurance framework. It checks some metrics of