Releases: ahdis/matchbox
Releases · ahdis/matchbox
matchbox v3.7.0
2024/03/07 Release 3.7.0
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.7.0
- Implemented the new Gazelle validation API #141
- Fixed some validation GUI issues #207
- Renamed the keyword "current" to "last" for Implementation Guide versions #206
- Added support for R5 #55
- Fixed an XXE vulnerability in the XmlParser #45
- Upgraded to HAPI FHIR 7.0.1
matchbox v3.6.1
2024/02/28 Release 3.6.1
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.6.1
- Fixed support for the date format
YYYYMMDDHHMMSS.UUUU[+|-ZZzz]
#202
matchbox v3.6.0
2024/02/27 Release 3.6.0
matchbox v3.5.4
2024/01/31 Release 3.5.4
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.4
- The application now stops if it fails to load an IG, instead of continuing running without an engine #171
- GUI: improved the validation interface #177
- Dependency upgrade to fix various security issues (see https://github.com/ahdis/matchbox/security/dependabot and
https://github.com/ahdis/matchbox/security/code-scanning) - Added security scanners for the Java code, Java dependencies and Docker image
matchbox v3.5.3
2024/01/05 Release 3.5.3
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.3
- Updated
hl7.terminology
from 5.3.0 to 5.4.0 #174 - Prevented initializing a matchbox engine in
only_load_packages
mode #172 - Fixed the issue count in validation results #173
- Improved the validation interface
- GUI: updated to Angular 17
matchbox v3.5.2
2023/12/28 Release 3.5.2
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.2
- IG ballot versions are not considered "current" if the same version, non-balloted is also loaded #168
- Removed wrong warning about R5 specials not being loaded #167
- Fixed loading of hl7.terminology #166
- Added onlyOneEngine and httpReadOnly flags to the validation OperationOutcome #164
- Implemented feature to suppress warning/information-level issues from validation result #163
- Fixed configuration of the terminology server when onlyOneEngine mode is used #160
- Improved common error messages about engine malfunctions #159
- Improved waiting loop for the validation engine initialization (you should not get the "engine not ready" error
message anymore) - Reworked exception handling and logging in the validation engine
- Updated the validation OperationOutcome to include more information, the GUI was also updated
matchbox v3.5.1
2023/12/11 Release 3.5.1
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.1
- The terminology system advertises support for more code systems
matchbox v3.5.0
2023/12/08 Release 3.5.0
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.0
- Upgraded to HAPI FHIR 6.10.0 and Core 6.1.16
- Implemented an HTTP read-only mode #158
- Implemented a simple terminology server for offline validation #152
- Upgraded logback to fix CVE-2023-6378
- Fixed a bug in package loading on Windows filesystem
matchbox v3.4.5
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.4.5
- CDA Logical Model update for xsi-type ST #145