Skip to content

Commit feb30b2

Browse files
committed
Release: v1.8.24
## Validator Changes * Loader: Don't pin ImplementationGuide.dependsOn references * Loader: don't raise errors for URL duplications where one resource is retired * Loader: upgrade tools IG to 0.5.0 * Loader: Fix bug where examples in other packages not being found on windows * Template System: Add additional-paths to resources.json * Terminology Sub-system: Add support for filter by regex on property value in ValueSet definitions * Snapshot Generator: Fix discovered issues related to snapshot generation with slicing while investing how slicing works per extensive committee discussion * Validator: Cross-check canonical version when there's an applicable version element when validating `ImplemenationGuide.dependsOn` or `ValueSet.compose.include` * Validator: OperationDefinition: Cross check Operation Parameters with inputProfile and outputProfile * Validator: Add check for consistency across slices for types and must-support when validating profiles * Validator: more validation url resolution exemptions * Validator: Remove superfluous spaces validating ValueSet parameters in Questionnaire * Validator: Exempt `tel:` urls from being resolved in validator * Validator: More URL validation improvements including checking the OID registry * Validator: Fix source location tracking for FHIRPath expressions * Validator: Add support for enforcing R5 policy on relative references in Bundle entries * Validator: Add profile.compliesWith validation * Validator: Fix validation issues around ImplementationGuide.dependsOn canonical and package * Validator: Add support for sort in FHIRPath * Renderer: Obligation Rendering improvements * Renderer: Don't produce links in narrative when they are definitely broken * Renderer: Add obligation-summary fragment * Renderer: add oid based expansion fragment * Package Generator: Handle version conversion failure gracefully * QA: Improved rendering of sub-issues for compliesWith validation * General: Fix various NullPointerErrors * General: Bump apache poi and xml-beans versions ***NO_CI***
1 parent 50daf95 commit feb30b2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>1.8.24-SNAPSHOT</version>
8+
<version>1.8.24</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>1.8.24-SNAPSHOT</version>
8+
<version>1.8.24</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hl7.fhir.publisher</groupId>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
7-
<version>1.8.24-SNAPSHOT</version>
7+
<version>1.8.24</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)