Releases: ahdis/matchbox
Releases · ahdis/matchbox
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
matchbox v3.4.4
matchbox v3.4.3
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.4.3
- FML: Contained ConceptMap in StructureMap does not work for transformation #137
- FML: POST / PUT for StructureMap should return HTTP error code 404 instead of 200 in deployment mode #133
- FHIR Validation problem with not support R5 extensions #135
- FHIR Validation Errors for display values should only be warnings #132
- GET all and query for url is not working in development mode #129
- matchbox app assumed matchboxv3 as the app location #128
- FHIR R4 validation error with cross version Extension for R5 #138