Skip to content

Commit 1c788be

Browse files
author
Grahame Grieve
committed
release notes
1 parent f95da59 commit 1c788be

5 files changed

Lines changed: 65 additions & 5 deletions

File tree

.run/AllGuidesTests.run.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="AllGuidesTests" type="JUnit" factoryName="JUnit" nameIsGenerated="true">
3+
<module name="org.hl7.fhir.publisher.core" />
4+
<extension name="coverage">
5+
<pattern>
6+
<option name="PATTERN" value="tests.*" />
7+
<option name="ENABLED" value="true" />
8+
</pattern>
9+
</extension>
10+
<option name="PACKAGE_NAME" value="tests" />
11+
<option name="MAIN_CLASS_NAME" value="tests.AllGuidesTests" />
12+
<option name="METHOD_NAME" value="" />
13+
<option name="TEST_OBJECT" value="class" />
14+
<method v="2">
15+
<option name="Make" enabled="true" />
16+
</method>
17+
</configuration>
18+
</component>

RELEASE_NOTES.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
* Loader: Adjust default extensions pack to be last milestone, not last working document
2+
* Loader: Fix bug loading resources that don't have an explicit id on windows
3+
* Loader: Only report missing localization messages the first time (#2121)
4+
* Loader: Support use of version specific packs for extensions
5+
* Loader: Updated CQL translator version to 3.27.0 (#1127)
6+
* Loader: fix bug mishandling sqlite index not being generated
7+
* Loader: use CodeSystem comments instead of deprecated extension
8+
* Languages: Minor Improvements to French Translations
9+
* Snapshot Generation: Fix snapshot processing - missing inner elements in some circumstances
10+
* Snapshot Generation: better handling for missing description in derived IGs when generating snapshots
11+
* Cross-Version Support: Fix bug setting status on extensions for previous versions
12+
* Cross-Version Support: Fix error where ExtensionContext of 'CanonicalResource' is not preserved when adapting extensions for past versions
13+
* Cross-Version Support: fix problem genrating cross-version snapshots
14+
* Terminology Sub-system: Change R3 client to use JSON work around weird IO error
15+
* Terminology Sub-system: fix issue with "configured to not allow Iterating ValueSet resources"
16+
* Validation: Add .debug(name) to FHIRPath engine for user convenience
17+
* Validation: Better handling of xsi:type errors in CDA
18+
* Validation: Fix HTML validation: Allow for col in colgroup
19+
* Validation: Fix NPE in FHIRPath
20+
* Validation: Fix bug checking for extension contexts on the wrong structure
21+
* Validation: Fix bug overriding explicit language in multi-langual mode
22+
* Validation: Fix problem with using wrong language code validating terminology (en-* didn't equate to null)
23+
* Validation: Fix to handle CodeSystems with content=not-present when validating ValueSets
24+
* Validation: Ignore binding missing for types that aren't bindable when checking profile CompliesWith extension
25+
* Validation: Improve error message when code system is unknown
26+
* Validation: Improve extension error messages
27+
* Validation: Improve hash mismatch error
28+
* Validation: Remove maxLength from prohibited properties for elements in specializations
29+
* Validation: improve error message for invariants when running inside Publisher
30+
* Renderer: Add class-table fragment
31+
* Renderer: Fix errors in CDA narrative handling
32+
* Renderer: Make XIG link translatable
33+
* Renderer: Make closing elements hyperlinks too in marked up xml view
34+
* Renderer: Render logical model example with link enabled rendering (like other resources)
35+
* Renderer: Support for type operations rendering
36+
* Renderer: allow suppress xig link
37+
* Renderer: fix broken links in extension pack
38+
* Renderer: fix encoding bug for ElementDefinition.examples
39+
* Renderer: fix experimental extension message
40+
* Renderer: fix experimental extension warning
41+
* Renderer: fix namespace problem with CDA examples
42+
* Publication Process: allow -tx parameter with -go-publish
43+
* Publication Process: revise note about out-of-date publisher when publisher is a dev version

org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher/Publisher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13520,7 +13520,6 @@ private void generateOutputsList(FetchedFile f, FetchedResource r, ListResource
1352013520
gen.finish();
1352113521
otherFilesRun.add(Utilities.path(tempDir, id+".tgz"));
1352213522
}
13523-
1352413523
}
1352513524

1352613525

test-statistics.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Version,example.fhir.uv.myig,fhir.base.template.ig,hl7.base.template.ig,hl7.cda.
6666
2.0.10,166691,1196,92,123837,548633,655,2653511,592932,947581,481171,547772,159582,1048629,2279532,105907,527327,442480
6767
2.0.11,153758,1273,121,125793,512255,827,7266380,733145,919871,575556,176644,176380,1037913,964906,87143,419198,438225
6868
2.0.12,166627,1448,83,140670,536775,1018,2402218,663311,903573,473234,179881,165665,900493,783057,94830,315887,423085
69-
2.0.13,255909,1328,108,152389,580521,1213,2933629,1173766,1051018,601436,192608,242152,1329197,1193811,96695,580270,493278
69+
2.0.13,255909,1328,108,152389,580521,1117,2933629,1173766,1051018,601436,192608,242152,1329197,1193811,96695,580270,493278

test-statistics.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7102,13 +7102,13 @@
71027102
},
71037103
"2.0.13" : {
71047104
"sync-date" : "2025-07-21",
7105-
"date" : "2025-08-06",
7105+
"date" : "2025-08-07",
71067106
"hl7.fhir.template.ig" : {
71077107
"errors" : 0,
71087108
"warnings" : 0,
71097109
"hints" : 0,
7110-
"time" : 1213,
7111-
"memory" : 26210096
7110+
"time" : 1117,
7111+
"memory" : 19229128
71127112
},
71137113
"hl7.cda.uv.core" : {
71147114
"errors" : 6,

0 commit comments

Comments
 (0)