|
1 | 1 | # Metadata Quality Assessment Framework API Changelog
|
2 | 2 |
|
| 3 | +## v0.9.3 (2023-07-14) |
| 4 | + |
| 5 | +Important API change: |
| 6 | +- in `pattern` the tool use find() instead of matches(), so one should not specify a complex pattern from the beginning to the end |
| 7 | + |
| 8 | +The release contains dependency updates. |
| 9 | + |
| 10 | +The artefacts of the release are available in Maven Central as well: https://central.sonatype.dev/artifact/de.gwdg.metadataqa/metadata-qa-api/0.9.3 |
| 11 | + |
| 12 | +## v0.9.2 (2023-06-09) |
| 13 | + |
| 14 | +- Set AND, NOT, OR NA if the data is NA. |
| 15 | + |
| 16 | +## v0.9.1 (2023-05-16) |
| 17 | + |
| 18 | +- rename PathCache to Selector |
| 19 | +- adding constants for using in QA catalogue |
| 20 | +- update dependencies and adapt code to the API changes |
| 21 | + |
| 22 | +## v0.9.0 (2022-11-21) |
| 23 | + |
| 24 | +This release contains the results of two important developments adding a command line interface created by |
| 25 | +Miel Vander Sande (@mielvds) and applying the framework on the data of Deutsche Digitale Bibliothek. These two |
| 26 | +developments made the tool more robust, and more flexible so became applicable to different situations. |
| 27 | + |
| 28 | +To use the command line interface, download mqa and metadata-qa-api-0.9.0-shaded.jar, and follow the suggestions of the README.md file. |
| 29 | + |
| 30 | +new rules: |
| 31 | +- unique: checks if the value of the field is unique |
| 32 | +- dependencies: checks if other rules has already checked and passed |
| 33 | +- dimension: checks if a linked image fits to some dimension constraints (unit in pixel) |
| 34 | +- hidden: if the rule is hidden it will be calculated, but its output will not be present in the overall output |
| 35 | +- skip: prevents a particular rule to be part of calculation |
| 36 | +- debug: log the rule ID, value and result |
| 37 | + |
| 38 | +The schema is called MQA Schema. Some instances are available in the metadata-qa-ddb repository: https://github.com/pkiraly/metadata-qa-ddb/tree/main/src/main/resources |
| 39 | + |
| 40 | +Important API changes: |
| 41 | +- the JsonBranch class has been renamed to DataElement |
| 42 | +- the OaiPmhXPath class has been renamed to XPathWrapper |
| 43 | + |
| 44 | +The artefacts of the release are available in Maven Central as well: https://central.sonatype.dev/artifact/de.gwdg.metadataqa/metadata-qa-api/0.9.0 |
| 45 | + |
3 | 46 | ## v0.8 (2022-03-16)
|
4 | 47 |
|
5 | 48 | - improve the rule checking mechanisms: adding IDs, minWords and maxWords checkers, content type checker, optimizing OR checker and range rules, successScore and failureScore
|
|
0 commit comments