From e4b86ee47f9eb27c08e49c318333deba9491853e Mon Sep 17 00:00:00 2001 From: markiantorno Date: Fri, 10 May 2024 06:09:46 +0000 Subject: [PATCH] Release: v1.6.7 * Loader: Don't crash when data directory doesn't exist + add 'repoSource' to fhir.json * Validator: Fix bug where some #refs are not resolved to the root of the resource in FHIRPath slicing evaluation * Validator: Fix bug passing wrong type to tx server when using inferSystem * Validator: Fix bug processing version of CodeSystem.supplements incorrectly * Validator: Don't process wrong parent when processing snapshot of element with profiled type that is not reprofiled * Validator: Fix typo in OID message * Validator: Fix handling value set exclude filters * Validator: Allow code system declared properties to be self-referential * Renderer: Move many rendering phrases into i18n framework * Renderer: Add processSQLData - see https://build.fhir.org/ig/FHIR/ig-guidance/sql.html * Renderer: Fix issue with unknown element rendering fixed value for Attachment * Renderer: Fix bug calculating value set expansion size for multiple imports * Renderer: Fix bug using wrong message for value sets that are too costly to expand * Renderer: Fix extension urls not being linked in tree view * Renderer: rendering improvements and remove static use of describeSystem * Renderer: Fix NPE rendering profile comparisons * Renderer: Fix bug where slicing and grouping gets mixed up rendering profile tree * QA: Improve error message for javascript errors * QA: fragment tracking + igtools upgrade ***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 ff470f3f..022a3123 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.6.7-SNAPSHOT + 1.6.7 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index ed3ed712..e4b02c27 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.6.7-SNAPSHOT + 1.6.7 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 69f18690..87d68219 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ - 1.6.7-SNAPSHOT + 1.6.7 6.3.7