Site updates

This commit is contained in:
jamesagnew 2016-07-07 07:40:53 -04:00
parent 8156abf803
commit 040c098742
3 changed files with 64 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<title>HAPI FHIR Changelog</title> <title>HAPI FHIR Changelog</title>
</properties> </properties>
<body> <body>
<release version="1.6" date="TBD"> <release version="1.6" date="2016-07-07">
<action type="fix"> <action type="fix">
Performance has been improved for the initial FhirContext Performance has been improved for the initial FhirContext
object creation by avoiding a lot of unnecessary reflection. HAPI FHIR object creation by avoiding a lot of unnecessary reflection. HAPI FHIR
@ -360,7 +360,7 @@
Server parameters annotated with Server parameters annotated with
<![CDATA[<code>@Since</code>]]> <![CDATA[<code>@Since</code>]]>
or or
<![CDATA[<code>@CountS</code>]]> <![CDATA[<code>@Count</code>]]>
which are of a FHIR type such as IntegerDt or DateTimeType will which are of a FHIR type such as IntegerDt or DateTimeType will
now be set to null if the client's URL does not now be set to null if the client's URL does not
contain this parameter. Previously they would be populated contain this parameter. Previously they would be populated

View File

@ -20,7 +20,7 @@
<tbody> <tbody>
<tr> <tr>
<td rowspan="1">hapi-fhir-structures-dstu</td> <td rowspan="1">hapi-fhir-structures-dstu</td>
<td>1.1 - 1.5</td> <td>1.1 - 1.6</td>
<td><a href="http://www.hl7.org/fhir/DSTU1/index.html">DSTU1 0.0.82</a></td> <td><a href="http://www.hl7.org/fhir/DSTU1/index.html">DSTU1 0.0.82</a></td>
</tr> </tr>
<tr> <tr>
@ -33,7 +33,7 @@
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.0</a></td> <td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.0</a></td>
</tr> </tr>
<tr> <tr>
<td>1.3 - 1.5</td> <td>1.3 - 1.6</td>
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.2</a></td> <td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.2</a></td>
</tr> </tr>
<tr> <tr>
@ -46,7 +46,7 @@
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.0</a></td> <td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.0</a></td>
</tr> </tr>
<tr> <tr>
<td>1.3 - 1.5</td> <td>1.3 - 1.6</td>
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.2</a></td> <td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.2</a></td>
</tr> </tr>
<tr> <tr>
@ -58,6 +58,10 @@
<td>1.5</td> <td>1.5</td>
<td><a href="http://hl7-fhir.github.io/">DSTU3 1.4.0 Snapshot</a> (SVN 8138)</td> <td><a href="http://hl7-fhir.github.io/">DSTU3 1.4.0 Snapshot</a> (SVN 8138)</td>
</tr> </tr>
<tr>
<td>1.6</td>
<td><a href="http://hl7-fhir.github.io/">DSTU3 1.4.0 Snapshot</a> (SVN 8636)</td>
</tr>
</tbody> </tbody>
</table> </table>

View File

@ -60,6 +60,59 @@
</section> </section>
<section name="Announcements"> <section name="Announcements">
<p>
<b>July 7, 2016 - HAPI FHIR 1.6 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
GitHub's releases section.
</p>
<p>
This release brings a number of bugfixes and also quite a few enhancements.
As always, the <a href="./changes-report.html">changelog</a> has the full list
of changes in this version. Among the enhancements in this release are:
</p>
<ul>
<li>Significant enhancements to FhirConetxt startup performance (especially on Android)</li>
<li>Support for STU3 terminology services in the JPA module, including support for importing SNOMED CT and LOINC</li>
<li>Update of the STU3 resources and validator to the latest snapshot</li>
<li>Plenty of bug fixes</li>
</ul>
<p>
As always, thanks to everyone who contributed to this release, either though
pull requests, bug reports, suggestions, and helping us test new features.
</p>
<p>
Also, a few quick community notes:
</p>
<p>
<b>On DSTU3 naming:</b> FMG has decided to rename the upcoming FHIR <code>DSTU3</code> (draft standard
for trial use) release to <code>STU3</code> (standard for trial use). In order to avoid breaking
existing software, we will <b>NOT</b> be renaming the <code>hapi-fhir-structures-dstu3</code> module
of HAPI. We will be updating documentation on the site to reflect the new name wherever it won't be
confusing, but be aware that this is a potential source of confusion.
</p>
<p>
<b>On the HAPI FHIR website: </b> Regular visitors to our site will probably already have noticed
that we recently moved the site to a new URL ( <a href="http://hapifhir.io">http://hapifhir.io</a> ).
This was done mostly to help make HAPI's URL a bit easier to remember.
</p>
<p>
<b>On the future: </b> For the next release, we are planning on moving away from the
<code>javax.json</code> (JSR 353) library in favour of using Google GSON. JSR 353 seemed like
a good choice when we started HAPI, but it has basically been abandoned and no longer seems like
a good choice (especially given the headaches it causes on Android). This hopefully means that
the next release will be able to do away with the "special" Android shade-jar releases and all of
the Gradle file gymnastics that are required in order to use them.
</p>
<p>
As always, we welcome new contributions and contributors! Please feel free to get
in touch if you are interested in getting involved with HAPI but don't know
where to start.
</p>
<p>
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<!--
<p> <p>
<b>April 20, 2016 - HAPI FHIR 1.5 Released</b> - <b>April 20, 2016 - HAPI FHIR 1.5 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and The next release of HAPI has now been uploaded to the Maven repos and
@ -103,6 +156,7 @@
<p> <p>
- <a href="https://github.com/jamesagnew/">James Agnew</a> - <a href="https://github.com/jamesagnew/">James Agnew</a>
</p> </p>
-->
<!-- <!--
<p> <p>
<b>February 4, 2016 - HAPI FHIR 1.4 Released</b> - <b>February 4, 2016 - HAPI FHIR 1.4 Released</b> -