From cf93f89ce549a8785bf72772ada06c36045aa800 Mon Sep 17 00:00:00 2001 From: hl7-devops Date: Fri, 17 Jan 2025 05:48:48 +0000 Subject: [PATCH] Release: v1.8.8 * Resource Factory: support for range in sheet for instance generation (#1881) * Validator: Don't enforce code system property references to standard properties in R4 (R4 hack workaround) * Validator: Correctly handle supplements when validating based on expansions * Validator: Fix issues with version dependent resolution of correct server for implicit value sets * Validator: Better handle failure to find imported value sets when expanding * Validator: correct error handling for expansion failure * Validator: Correct grammar in language about resource not being valid against a profile * Validator: Fix NPE generating snapshots with expansions * Validator: Accept property in CodeSystem without requiring it be backed by a code * Validator: Add issue when extension is deprecated * Renderer: Track & report expansion source when rendering ValueSet expansions * Renderer: Render ValueSet supplement dependencies * Renderer: Fix Actor rendering in obligations tables * Renderer: move xml-no-order to tools ig * Renderer: better presentation of expansion failures * Renderer: fix rendering of deprecated extensions * Renderer: Better resolution of links in markdown * QA: better handling of message ids in qa.html * Go-Publish: add support for nginx ***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 28d92863..195bb561 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.8.8-SNAPSHOT + 1.8.8 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index 87558857..d7afc5a5 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.8.8-SNAPSHOT + 1.8.8 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 194260c0..4db499e0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.8.8-SNAPSHOT + 1.8.8 pom