Skip to content

Commit

Permalink
Release: v1.6.7
Browse files Browse the repository at this point in the history
* Loader: Don't crash when data directory doesn't exist + add 'repoSource' to fhir.json
* Validator: Fix bug where some #refs are not resolved to the root of the resource in FHIRPath slicing evaluation
* Validator: Fix bug passing wrong type to tx server when using inferSystem
* Validator: Fix bug processing version of CodeSystem.supplements incorrectly
* Validator: Don't process wrong parent when processing snapshot of element with profiled type that is not reprofiled
* Validator: Fix typo in OID message
* Validator: Fix handling value set exclude filters
* Validator: Allow code system declared properties to be self-referential
* Renderer: Move many rendering phrases into i18n framework
* Renderer: Add processSQLData - see https://build.fhir.org/ig/FHIR/ig-guidance/sql.html
* Renderer: Fix issue with unknown element rendering fixed value for Attachment
* Renderer: Fix bug calculating value set expansion size for multiple imports
* Renderer: Fix bug using wrong message for value sets that are too costly to expand
* Renderer: Fix extension urls not being linked in tree view
* Renderer: rendering improvements and remove static use of describeSystem
* Renderer: Fix NPE rendering profile comparisons
* Renderer: Fix bug where slicing and grouping gets mixed up rendering profile tree
* QA: Improve error message for javascript errors
* QA: fragment tracking + igtools upgrade
***NO_CI***
  • Loading branch information
markiantorno committed May 10, 2024
1 parent f16db6c commit e4b86ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.hl7.fhir.publisher</artifactId>
<groupId>org.hl7.fhir.publisher</groupId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.6.7-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.7</version> <!-- See the note above -->

<properties>
<core_version>6.3.7</core_version>
Expand Down

0 comments on commit e4b86ee

Please sign in to comment.