Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jul 17, 2024
1 parent 52e672d commit 53b1cca
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

* Naming System fix for THO
* Fix issue with rendering OperationOutcomes that don't have 'detail'
* Fix problem with value set anchor generation when rendering
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>1.6.18-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.3.17</core_version>
<core_version>6.3.18</core_version>
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
<apache_poi_version>5.2.1</apache_poi_version>
<okhttp.version>4.11.0</okhttp.version>
Expand Down
1 change: 1 addition & 0 deletions test-statistics.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ Version,example.fhir.uv.myig,fhir.base.template.ig,hl7.base.template.ig,hl7.cda.
1.6.13,,,,117746,,1434,,623214,,,86041,,,,
1.6.14,71441,955,83,223167,614957,3717,1754846,1025347,,40427,106638,636638,890027,141549,293706
1.6.15,63766,1083,103,122252,279932,1204,1339037,579431,675157,33625,85427,578334,516740,62492,201274
1.6.17,68693,949,96,121108,280290,893,1300165,600615,688971,37985,86649,592377,535137,69995,202884
109 changes: 109 additions & 0 deletions test-statistics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2714,5 +2714,114 @@
"time" : 675157,
"memory" : 7758719016
}
},
"1.6.17" : {
"sync-date" : "2024-06-30",
"date" : "2024-07-16",
"hl7.fhir.template.ig" : {
"errors" : 0,
"warnings" : 0,
"hints" : 0,
"time" : 893,
"memory" : 17015136
},
"hl7.cda.uv.core" : {
"errors" : 0,
"warnings" : 141,
"hints" : 0,
"time" : 121108,
"memory" : 3578617544
},
"hl7.fhir.uv.ipa" : {
"errors" : 24,
"warnings" : 8,
"hints" : 40,
"time" : 86649,
"memory" : 1861801256
},
"hl7.fhir.uv.ips" : {
"errors" : 0,
"warnings" : 12,
"hints" : 53,
"time" : 592377,
"memory" : 1835675000
},
"hl7.fhir.uv.tools" : {
"errors" : 0,
"warnings" : 2,
"hints" : 0,
"time" : 69995,
"memory" : 2913502760
},
"hl7.base.template.ig" : {
"errors" : 0,
"warnings" : 0,
"hints" : 0,
"time" : 96,
"memory" : 5561528
},
"hl7.fhir.uv.howto" : {
"errors" : 1,
"warnings" : 2,
"hints" : 1,
"time" : 37985,
"memory" : 1527728936
},
"fhir.base.template.ig" : {
"errors" : 0,
"warnings" : 0,
"hints" : 0,
"time" : 949,
"memory" : 184291712
},
"hl7.fhir.us.ecr" : {
"errors" : 4596,
"warnings" : 74,
"hints" : 87,
"time" : 600615,
"memory" : 10394329496
},
"ihe.mhd.fhir" : {
"errors" : 0,
"warnings" : 0,
"hints" : 2,
"time" : 202884,
"memory" : 2347290032
},
"hl7.fhir.uv.sdc" : {
"errors" : 48,
"warnings" : 73,
"hints" : 426,
"time" : 535137,
"memory" : 1668111072
},
"hl7.fhir.au.base" : {
"errors" : 3,
"warnings" : 157,
"hints" : 57,
"time" : 280290,
"memory" : 2878154992
},
"example.fhir.uv.myig" : {
"errors" : 21,
"warnings" : 18,
"hints" : 3,
"time" : 68693,
"memory" : 1706921768
},
"hl7.fhir.us.core" : {
"errors" : 56,
"warnings" : 3,
"hints" : 3,
"time" : 1300165,
"memory" : 14469568520
},
"hl7.fhir.uv.extensions" : {
"errors" : 1210,
"warnings" : 656,
"hints" : 1606,
"time" : 688971,
"memory" : 6002722160
}
}
}

0 comments on commit 53b1cca

Please sign in to comment.