Releases: ahdis/matchbox
Releases · ahdis/matchbox
Release v3.8.9
- add support for dateTime #243
- fix code editor high-jacking of the search keyboard shortcut (CTRL + f) #260
- upgrade Tomcat to fix CVE-2024-34750
Release v3.8.8
- validation for 3 letter country codes #259
- making caching of txServer configurable
Release v3.8.7
- docker image for v3.8.6 not starting up #258
applicaton.yaml needs to adapted if you are using the CDA Logical model
from
cda:
name: hl7.cda.uv.core
version: 2.0.0-sd-202312-matchbox-patch
url: classpath:/hl7.cda.uv.core#2.0.0-sd-202312-matchbox-patch.tgz
to
cda:
name: hl7.cda.uv.core
version: 2.0.0-sd-202406-matchbox-patch
url: classpath:/hl7.cda.uv.core#2.0.0-sd-202406-matchbox-patch.tgz
you can downlaod the docker image via
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.8.7
Release v3.8.6
- fhirpath date add/minus with variables in fml #243
- update to published CDA FHIR logical model with matcbhox patches 2.0.0-sd #241
- update frontend for high security vulnerabilities #246
- CH:IPS validation problem #248
- improved the validation GUI #242, upgraded to angular@18
- update to hl7.fhir.core 6.3.11 #254
- fixed validation problems #250,#251,#252
- enable Terminology Caching #257
Release 3.8.5
Release v3.8.4
Release v3.8.3
Release v3.8.2
- Improvements in the Gazelle validation API
- Upgrade to Spring 6.1.6 to fix CVE-2024-22262
- Fix CVE-2023-4043
- Upgrade to HAPI FHIR 7.0.2 and org.hl7.fhir.core 6.3.5 #222
it is important to add the base ig's if you provide your own application.yml
fhir_r4_core:
name: hl7.fhir.r4.core
version: 4.0.1
url: classpath:/hl7.fhir.r4.core.tgz
fhir_terminology:
name: hl7.terminology
version: 5.4.0
url: classpath:/hl7.terminology#5.4.0.tgz
fhir_extensions:
name: hl7.fhir.uv.extensions.r4
version: 1.0.0
url: classpath:/hl7.fhir.uv.extensions.r4#1.0.0.tgz
Release v3.8.1
matchbox v3.8.0
2024/03/19 Release 3.8.0
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.8.0
- update to fhir.core.version 6.3.2 #210
- support for target CDA observation.value as xsi:type CS #205
- update to latest cda logical model 2.0.0-sd-snapshot1 (Note: breaking changes for existing CDA to FHIR maps, see details in issue) #196
- Update to Spring 6.1.5 to fix CVE-2024-22259
- Update to Tomcat 10.1.19 to fix CVE-2024-24549
- Update frontend dependencies
- Fixed invalid imports in FhirPathR4 #5