diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6fc714763..7b06c6ab5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,40 +1,7 @@ ## Validator Changes -Note: This validator release is accompanied by a new release of tx.fhir.org, and earlier versions -of the validator will not perform validation correctly for some valuesets and languages. This is -in effect a mandatory upgrade - -* Major **Breaking** change: test multi-lanugage support on the terminology service API, and make many fixes. -** This release also includes full support for supplements providing designations and properties -* Add support for -install operation to install packages and generate snapshots while at it (support simplifier packages in sushi) -* Add support for ```lang-transform extract``` and ```-lang-transform inject``` to the validator (start of multi-lingual implementation support) -* Add support for -tx-tests to validator -* Change settings file to fhir-settings.json in .fhir, instead of fhir-tools-setting.ini (see [here](https://confluence.hl7.org/display/FHIR/Using+fhir-settings.json) for documentation) -* Add provisional support for running without a network: -no-network. Beware: this is not fully tested at this point -* Warning not error when the code system isn't known validating questionnaires -* Fix up loading of IG bundles -* Work around issue with R5 path in extensions pack -* Fix issue with SearchParameter validation throwing an exception if no expressions are valid +* no changes ## Other code changes -* Code to support translation functionality -* Partial fix for problem parsing maps from previous versions -* Fix Code System rendering for supplements, and when there's 1..2 display translations -* Remove spurious header from ConceptMap rendering -* Return ID part correctly when FhirPath expression result is converted to string -* fix problem with leaf rendering in profile driven renderer -* Fix R4B tests to be based on R4B -* fix index error validating HierarchicalTable -* fix NPE in requirements renderer -* Fix NPE in code generator -* Rework package cache manager - add testing mode -* Add link to questionnaire rendering questionnaireResponse + Fix access violation rendering questionnaire -* Fix bugs generating narratives -* Defining the existence of R6 -* i18n framework for HTML generation in renderers - step #1 -* Re-org validation testing to be more memory efficient -* Better error handling loading resources -* Restore broken R4 loading -* Add new R5 fields to R4/R5 conversion for ValueSet -* minor changes two HumanName.getNameAsSingleString (missed family name) \ No newline at end of file +* no changes \ No newline at end of file diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 563ccd44f..1fb05c2dc 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 36d8078a8..e1ffa7076 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 86b6f4239..0f3011fd7 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index ce2dd3306..e93cd40a7 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 4db42fb56..5b7f5e6d7 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 932f81503..d23e0d12a 100644 --- a/org.hl7.fhir.r4b/pom.xml +++ b/org.hl7.fhir.r4b/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index cee6e358f..010294728 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 1a89904f9..4454d915d 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index bbeac3392..8d3d5dca9 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 7a728e311..0256dc7b2 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 783cbf81d..b9e981288 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index b8836da4f..9af9d1968 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.0.0 + 6.0.1-SNAPSHOT pom