Skip to content

Commit

Permalink
Add documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Nov 12, 2019
1 parent f99ad98 commit 72438a2
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
7 changes: 7 additions & 0 deletions hapi-fhir-igpacks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>

</build>
Expand Down
60 changes: 59 additions & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,63 @@
</section>

<section name="Announcements">
<p>
<b>November 13, 2019 - HAPI FHIR 4.1.0 (Jitterbug)</b> -
It's time for another release of HAPI FHIR!
</p>
<p>
This release brings some good stuff, including:
</p>
<ul>
<li>
ValueSets are now automatically pre-expanded by the JPA server into
a dedicated set of database tables. This "precalculated expansion" is used
to provide much better performance for validation and expanion operations, and
introduced the ability to successfully expand very large ValueSets
such as the LOINC implicit (all codes) valueset.
</li>
<li>
Support for the FHIR Bulk Export specification has been added. We are now
working on adding support for Bulk Import!
</li>
<li>
First-order support for ElasticSearch as a full-text and terminology service
backend implementation. At this time, both raw Lucene and ElasticSearch are
supported (this may change in the future but we do not have any current
plans to deprecate Lucene).
</li>
<li>
Live Terminology Service operations for terminology file maintenance based on
delta files has been added.
</li>
<li>
Binary resources and Media/DocumentReference instances with binary attachments
stored in the FHIR repository can now take advantage of
externalized binary storage for the binary content when that feature is enabled.
This allows much better scalability of repositories containing large amounts
of binary content (e.g. document repositories).
</li>
</ul>
<p>
As always, see the
<a href="http://hapifhir.io/changes-report.html">changelog</a> for a full list
of changes.
</p>
<p>
Thanks to everyone who contributed to this release!
</p>
<p>
Also, as a reminder, if you have not already filled out our annual
user survey, please take a moment to do so. Access the survey here:
<a href="http://bit.ly/33HO4cs">http://bit.ly/33HO4cs</a> (note that this URL was originally posted incorrectly. It is now fixed)
</p>
<p>
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<br/><br/>



<p>
<b>September 3, 2019 - Community Survey and HAPI FHIR 4.0.1</b> -
It is time for us to do another HAPI FHIR community survey. The survey is a not-quite-annual
Expand Down Expand Up @@ -129,6 +186,7 @@
</p>
<br/><br/>

<!--
<p>
<b>May 30, 2019 - HAPI FHIR 3.8.0 (Hippo) Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
Expand Down Expand Up @@ -255,7 +313,7 @@
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<br/><br/>

-->


<!--
Expand Down

0 comments on commit 72438a2

Please sign in to comment.