From 8deb3d1c4481ea1fcbc5dacd153a408ecbc1d6ea Mon Sep 17 00:00:00 2001 From: markiantorno Date: Tue, 22 Aug 2023 18:15:23 +0000 Subject: [PATCH] Release: v1.4.0 * GUI: Round of work to improve GUI, and make it build automatically with the correct parameters (Finder integration) * Loader: Fix R4 FML parser problem * Loader: Fix issue with missing version causing NPE * Logging: Remove spurious logging in FHIRPath engine * Terminology Service: Many minor changes to terminology functionality (reconciliation with differences with OntoServer) including service protection * Rename implySystem parameter to inferSystem per TI decision * rework how definitions are handled after discussion with Michael * add flat mode to tests for Ontoserver, and add experimental functionality * Terminology Service: Don't suppress exceptions in terminology clients * Terminology Service: Stop putting invalid codes in expansions if they are not in the code system* Validator: CodeSystem validation around count and content * Validator: Add checking around internal status consistency and across dependencies (draft/experimental/retired/deprecated) * Validator: Improved error messages on tx server failure * Validator: Fix bug in warning about No valid Display Names found * Validator: Use Supplements when validating display names * Validator: Fix issue in FHIRPath .combine focus handling * Validator: Check Extension fixed values for URLs - enforce consistency * Validator: Track and report inactive status when reported from terminology server * Validator: Add defense against large terminology operations causing obscure java errors * Validator: Fix bug with client sending too much data to tx.fhir.org (big performance hit in some cases) * Validator: Fix obscure bug with designations in a more specific language the the code system they are in * Renderer + Version Comparison: Significant upgrade of version comparison for profiles/extensions, value sets, and code systems, and integration into rendering framework * Renderer: fix rendering issue in subscription topic * Renderer: Add a renderer for ExampleScenario * Renderer: Automatically render markdown in code system concept definitions * Renderer: Release new pubpack for new icons * Renderer: fix cross-version extensions web references where possible * Renderer: ToC rendering fixes ***NO_CI*** --- org.hl7.fhir.publisher.cli/pom.xml | 2 +- org.hl7.fhir.publisher.core/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.hl7.fhir.publisher.cli/pom.xml b/org.hl7.fhir.publisher.cli/pom.xml index 358bb550..51c3e7d6 100644 --- a/org.hl7.fhir.publisher.cli/pom.xml +++ b/org.hl7.fhir.publisher.cli/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index df4d6852..071b1e6b 100644 --- a/org.hl7.fhir.publisher.core/pom.xml +++ b/org.hl7.fhir.publisher.core/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 95d1c7a4..6eb11276 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ - 1.4.0-SNAPSHOT + 1.4.0 6.1.0