Skip to content

Releases: ahdis/matchbox

Release 3.9.9

09 Dec 10:15
Compare
Choose a tag to compare

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 when httpReadOnly is not #315
  • Remove the autoInstallMissingIgs configuration parameter, it is now enabled when httpReadOnly 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

25 Nov 08:32
Compare
Choose a tag to compare
  • 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

13 Nov 14:24
Compare
Choose a tag to compare
  • Upgrade hapifhir org.hl7.fhir.core to 6.4.1

Release v3.9.6

28 Oct 12:44
Compare
Choose a tag to compare

Release v3.9.4

17 Oct 15:24
Compare
Choose a tag to compare
  • 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

07 Oct 19:21
Compare
Choose a tag to compare
  • 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

27 Sep 12:02
Compare
Choose a tag to compare
  • Fix security issues #279
  • where clause on alias #278
  • docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.9.2

Release v3.9.1

23 Sep 20:37
Compare
Choose a tag to compare
  • 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

10 Sep 08:18
Compare
Choose a tag to compare
  • initial support for FML transforms between different FHIR versions (R4, R4B, R5) #265, set flag xVersion
  • support for FHIR R4B in engine and server #65
  • upgrade to hapi-fhir 7.4.0 and org.hl7.fhir.core 6.3.24 #267
  • Ignore info/warnings also in slicing info #269

Release v3.8.9

10 Jul 09:23
Compare
Choose a tag to compare
  • 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