From 16140a78934d4cd26688ceae2125fcede900779f Mon Sep 17 00:00:00 2001 From: hl7-devops Date: Thu, 9 Jan 2025 16:52:53 +0000 Subject: [PATCH] Release: v1.8.7 * Loader: Lazy load binaries for reduced memory usage * Loader: Support for Archetype processing in IG publisher * Loader: Process Archetypes properly as both IG input and output + remove ig-r4.json * Validator: Do not create issue about draft dependency for example bindings * Validator: Beef up validation of CodeSystem properties that are codes * Validator: Make sure all validation messages have a message id * Validator: enforce version-set-specific value for Extension and Extension context * Validator: Specific Error when ValueSet.compose.include.system refers to a ValueSet * Renderer: improved version specific extension rendering * Renderer: Add element view to generated fragments * Renderer: improve Extension context of use presentation - generate a fragment for that * Renderer: resolve issues with references between IGs to example resources * Renderer: add use-context fragment for version contest restrictions * Renderer: Lookup compliesWithProfile target from link-only dependencies * Renderer: Accessibility - role=presentation on appropriate tables * Renderer: Add archetype processing, and also path-other support * Renderer: resolve issues with references between IGs to example resources * Renderer: Lookup compliesWithProfile target from link-only dependencies * Renderer: Update SNOMED editions related routines (add more editions) * Renderer: Accessibility - role=presentation on appropriate tables * Packages: Add support for ADL in packages * Terminology Tests: Report count of tests in output from TxTester ***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 22f2e9979..2e3aa318c 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.7-SNAPSHOT + 1.8.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 c83b76231..343ce0364 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.7-SNAPSHOT + 1.8.7 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 4f072c035..70570bd74 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.8.7-SNAPSHOT + 1.8.7 pom