Releases: ahdis/matchbox
Releases · ahdis/matchbox
Release 3.9.9
What's Changed
- Upgrade org.hl7.fhir.core to 6.4.4 and hapi-fhir to 7.6.0
- Remove the
devMode
configuration parameter, it is now enabled whenhttpReadOnly
is not #315 - Remove the
autoInstallMissingIgs
configuration parameter, it is now enabled whenhttpReadOnly
is not #315 - Improve the Matchbox server documentation #315
- Respect the 'onlyOneEngine' mode in MappingLanguageInterceptor #316
- Use the proper encoding when returning a transformed resource #318
Full Changelog: v3.9.8...v3.9.9
Release 3.9.8
- Allow providing map and models in the StructureMap $transform operation #305
- Introduce parameter 'autoInstallMissingIgs' to automatically install IGs from the public registry
#306 - Introduce the configuration parameter 'devMode' to enable the development environment; it allows installing an
ImplementationGuide by posting its NPM package to the operation $install-npm-package
#306 - Add filtering to the list of StructureMaps in the GUI
- Move from the hash-based Angular routing to the path-based routing
- Upgrade hapifhir org.hl7.fhir.core to 6.4.2
- Upgrade hl7.terminology to 6.1.0 #313
Release 3.9.7
- Upgrade hapifhir org.hl7.fhir.core to 6.4.1
Release v3.9.6
- update commons-io:commons-io to 2.14.0 │ GHSA-78wr-2p64-hpwj
- update lucene to version 9.12.0 GHSA-g643-xq6w-r67c
Release v3.9.4
- Validation: Tutorial for validating FHIR resources with matchbox
- Validation: add button to copy a direct link to the validation #296
- Validation: support additional validation parameters #299
- Validation: Allow validating a resource through the GUI with URL search parameters #288
- Validation: Terminology: support CodeableConcept in ValueSet/$validate operation #291
- FML: Use FMLParser in StructureMapUtilities and support for identity transform #289
- FML: FML transform performance tuning #264 (via @mrunibe)
- Gazelle reports: add test to ensure https://gazelle.ihe.net/jira/browse/EHS-831 is fixed
- Upgrade hapifhir org.hl7.fhir.core to 6.3.32
Release v3.9.3
- Gazelle reports: add an information message if there are no other messages #274
- Additional tx Parameters txLog and txUseEcosystem #281
- FML: updates to work with fhir-mapping-tutorial #283
- Container: Create config directory already in base image #284
- docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.9.3
Release v3.9.2
Release v3.9.1
- Make CORS configurable, default not activated make cors configurable (now activated) #271
- server API FML transforms between different FHIR versions (R4, R4B, R5) #265, set flag xVersion
- show a notification on errors in the validation GUI #272
- ignore info/warnings also in slicing info #273
- Gazelle validation reports with no issues should pass #274
- update frontend dependencies
- provide version-less Gazelle profiles for current packages #276
Release v3.9.0
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