From 872897e62f365c0f5a67ea709f4ac4c10f8bd986 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 28 Feb 2024 09:21:29 +0000 Subject: [PATCH] Release: v1.6.0 * General: Fix warning about unknown attribute at end of run * Loader: Performance improvement for resource parsing - thanks Brian Postlethwaite * Loader: Fix bug loading R5 extensions with imported value sets * Loader: Fix bug in FML parser for target with no element * Cross-version Engine: major refactor of cross version analysis * Terminology Module: Full support for case-sensitivity on code systems * Validator: Fix significant bug where validator gets internal child lists incorrect and doesn't do complete validation when switching between validating profiles and resources directly * Validator: Fix Crash on slicing a sliced element #862 * Validator: Fix bug copying constraints into Bundle.entry.resource profiles * Validator: Replace dom-3 with custom java code, and check xhtml references to contained content (for performance reasons) * Validator: Improve concept map code validation * Validator: Update observation validator for committee decision not to enforce Blood Pressure profile for Mean Blood Pressure * Validator: Validate value set internal codeSystem references * Validator: Split value set validation into 10k batches for very large extensional value sets * Validator: Hack fix for opd-3 * Validator: Fix bug where using ontoserver when not appropriate * Validator: Fix issues with inferSystem * Validator: Don't require HL7 committee for contained resources in HL7 namespace * Validator: Fix where validator was ignoring minimum cardinality for XML attributes (especially in CDA) * Validator: Improved ConceptMap validation * Validator: Check for broken links inside resource narrative * Validator: Change validator so that it marks value properties in primitive data types as illegal * Renderer: Fix code system rendering for uri properties * Renderer: Fix broken links Bundle and Profile rendering * Renderer: Fix bug where not rendering ConceptMap relationships * Renderer: Fix wrong URLs rendering Profiles and Questionnaires * Renderer: fix bundle rendering broken links * Renderer: correct representation of overly large value sets * Renderer: Fix NullPointer exception on parsing FhirPath expression #863 * Renderer: Stop duplicating Global Packages in the current IG * Renderer: Render contained resources when rendering Patient resources * Generator: Fix for Formal instance end up in the Examples folder of package #861 * QA: Show release label in publication summary * QA: Add suppressed hints and warning counts to qa.json * Web publishing: Fix bug generating wrong link to R5 Base spec ***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 623d7d52e..e93bf8d18 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.0-SNAPSHOT + 1.6.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 7595529fd..cd7ee6ba0 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.0-SNAPSHOT + 1.6.0 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 52b926d61..10fd9c0fe 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ - 1.6.0-SNAPSHOT + 1.6.0 6.3.0