diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0ebeb8b2b..7b06c6ab5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,38 +1,7 @@ ## Validator Changes -* Performance fix: Delay loading content when loading IGs -* CodeSystem validation around count and content -* Add checking around internal status consistency and across dependencies (draft/experimental/retired/deprecated) -* Improved error messages on server failure -* Fix bug in warning about No valid Display Names found -* Use Supplements when validating display names -* Fix issue in FHIRPath .combine focus handling -* Check Extension fixed values for URLs - enforce consistency -* Fix R4 FML parser problem -* Track and report inactive status when reported from terminology server -* Add defense against large terminology operations causing obscure java errors -* Fix bug with client sending too much data to tx.fhir.org (big performance hit in some cases) -* Fix obscure bug with designations in a more specific language the the code system they are in +* no changes ## Other code changes -* Significant upgrade of version comparison for profiles/extensions, value sets, and code systems, and integration into rendering framework -* Many minor changes to terminology functionality (reconciliation with differences with OntoServer) including service protection - * Rename implySystem parameter to inferSystem per TI decision - * rework how definitions are handled after discussion with Michael - * add flat mode to tests for Ontoserver, and add experimental functionality -* fix rendering issue in subscription topic -* Add a renderer for ExampleScenario -* Automatically render markdown in code system concept definitions -* Fix loading issues in test mode for simplifier packages -* Remove spurious logging in FHIRPath engine -* Fix addChild error in PEBuilder (#1343) + Add test case -* CPT Importer -* Dependencies fixed/updated: okhttp, thymeleaf, commonmark & UCUM -* Xhtml fluent improvements + related XHtmlNode improvements -* Release new pubpack for new icons -* Json Object comparison: fix bug in arrays with multiple optional elements + improved error messages + support for external strings -* fix cross-version extensions web references where possible -* Don't suppress exceptions in terminology clients -* Add first cut of Profile Generation code -* Stop putting invalid codes in expansions if they are not in the code system \ 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 f93c2a596..4256a48c5 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 764c6103c..89401a305 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 200712e15..b8b7b6e9e 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index a6dd18035..70fdca3af 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 0228235df..140359a01 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index e73cc1086..6ad4d6fb5 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 5a82b2311..d7347eed0 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index ca6809f04..c556cd257 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 056c0595a..f0d8d3f15 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 29bfe7d57..c9372b39d 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 7784f398c..cca41c5e8 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.1.0 + 6.1.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 21c198ead..b5bf04abd 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.1.0 + 6.1.1-SNAPSHOT pom