Skip to content

Commit 1fdde7f

Browse files
committed
Release: v2.1.2
* Loader: Speed Improvements: * Loader: language pack support * Terminology System: Trace state of profile when checking value set status * Terminology System: Supplement handling fixes - only process when marked as lang-pack or explicitly invokd * Terminology System: Fix problem choosing correct server for code systems not fully supported by server (Only use a terminology server if really supports a code system) * Terminology System: Rework handling of imported value sets in exclude statements * Validator: Fix date/time validation errors for fixed, pattern, minValue and maxValue * Validator: Add validator parameters: check-display and resource-id-rule * Validator: Fix processing errors returned from tx server * Renderer: perf: Batch SQLite inserts in DBBuilder (85s → 0.1s) * Renderer: Fix consent renderer making non-linkable URLs hrefs * QA: Only generate Requirements resource if there are conformance statements * QA: Properly handle markdown in summaries * QA: Also handle hierarchical category code systems and abstract category codes ***NO_CI***
1 parent c04a7a3 commit 1fdde7f

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>2.1.2-SNAPSHOT</version>
8+
<version>2.1.2</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>2.1.2-SNAPSHOT</version>
8+
<version>2.1.2</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>2.1.2-SNAPSHOT</version>
7+
<version>2.1.2</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)