-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters