setup release
This commit is contained in:
parent
0bb0aac47b
commit
5ec1e3e15f
|
@ -1,7 +1,29 @@
|
||||||
## Validator Changes
|
## Validator Changes
|
||||||
|
|
||||||
* no changes
|
* Improve warning messages about collections in SQL ViewDefinitions
|
||||||
|
* Fix type evaluation of .item() in FHIRPath
|
||||||
|
* Revise message about unknown usage context on additional binding
|
||||||
|
* Add support for code generation
|
||||||
|
* Add check for # in CanonicalResource.version
|
||||||
|
* Fix problem parsing urls in cds-hooks formats
|
||||||
|
* Fix issues with output folder running tx tests
|
||||||
|
* Fix bug evaluating resolve() in contained resources when doing slicing
|
||||||
|
|
||||||
## Other code changes
|
## Other code changes
|
||||||
|
|
||||||
* no changes
|
* Fix NPE processing markdown
|
||||||
|
* Capture missing snapshot generation messages
|
||||||
|
* Track OID status
|
||||||
|
* Improve rendering of coded values
|
||||||
|
* update tests for changes to PE code generation
|
||||||
|
* Tx Tests: Add support for special header on specific tests
|
||||||
|
* Tx Tests: Fix framework to handle diagnostics correctly
|
||||||
|
* Tx Tests: check http code in tx test cases
|
||||||
|
* Add support for NCI code rendering
|
||||||
|
* Adding missing lombok annotation (cannot build without it from scratch) (#1785)
|
||||||
|
* Remove Encounter Renderer
|
||||||
|
* Profile code generation fixes
|
||||||
|
* Add r4 code gen classes
|
||||||
|
* Draft work for tx server authentication (not landed yet)
|
||||||
|
* Move XXE safe SAXParserFactory and XMLReader instantiation to XMLUtil
|
||||||
|
* Bump commons-compress version
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -23,7 +23,7 @@
|
||||||
<commons_io_version>2.17.0</commons_io_version>
|
<commons_io_version>2.17.0</commons_io_version>
|
||||||
<guava_version>32.0.1-jre</guava_version>
|
<guava_version>32.0.1-jre</guava_version>
|
||||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||||
<validator_test_case_version>1.6.0-SNAPSHOT</validator_test_case_version>
|
<validator_test_case_version>1.6.0</validator_test_case_version>
|
||||||
<jackson_version>2.17.0</jackson_version>
|
<jackson_version>2.17.0</jackson_version>
|
||||||
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
||||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||||
|
|
Loading…
Reference in New Issue