Skip to content

Commit d845ec9

Browse files
committed
Release: v2.3.0
* General: SSRF protections * Loader: better support for additional resources * Validator: Pass language to ecosystem when resolving code systems * Validator: Don't retrieve a code system from a server and use it locally in place of consulting the server for validation/expansion * Validator: Fix constant evaluation type checking in FHIRPath * Validator: Fix up testing of server support for a code system, and don't persist failed resolutions between runs * Validator: Fix error processing of erroneous response from tx.fhir.org * Validator: Improve canonical URL resolution * Validator: More regex protection tidy up * Validator: Do not try to validate Endpoint.address as a definitional URL * Renderer: Render DiagnosticReport.presentedForm * Renderer: Fix mapping rendering - no empty columns, no duplicate ids * Renderer: Fix NPE Rendering incomplete ratios * Renderer: fix map prefixes to stop clashing anchor names * Renderer: fix rendering issues with search parameters in incubator IGs * QA: add check for history.html ***NO_CI***
1 parent 1f4a6a3 commit d845ec9

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

1010
<properties>

0 commit comments

Comments
 (0)