-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1038 from HL7/2025-02-gg-load-order
fix issues with revised loading order + add release notes
- Loading branch information
Showing
4 changed files
with
79 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
* Loader: Optimize the JSON parsing in NpmPackageIndexBuilder.seeFile (#1898) (faster loading) | ||
* Loader: Fix stack crash when structure definitions are circular | ||
* ResourceFactory: updates for loading generated resources in IG publisher | ||
* SnapshotGenerator: Add "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version" to snapshot generation | ||
* Validator: Add HL7 CodeSystem display and definition checks | ||
* Validator: Fix error reporting duplicate contained IDs when contained resources are sliced by a profile | ||
* Validator: Allow cardinality changes in obligation profiles (but not recommended) | ||
* Validator: Add underscore to regex to be able to use underscore in Bundle URLs | ||
* Renderer: fix NPE in patient renderer | ||
* QA: Support for Profile Test Cases | ||
* Publication Process: support for current-only IGs | ||
* Publication Process: extra qa around HL7 web site process | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters