Documentation updates

This commit is contained in:
jamesagnew 2018-11-12 09:21:09 -05:00 committed by Eeva Turkka
parent 46f5c18adc
commit a2dc9b9a5b
2 changed files with 12 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<title>HAPI FHIR Changelog</title>
</properties>
<body>
<release version="3.6.0" date="2018-11-12">
<release version="3.6.0" date="2018-11-12" description="Food">
<action type="add">
The version of a few dependencies have been bumped to the
latest versions (dependent HAPI modules listed in brackets):
@ -48,6 +48,9 @@
A new operation has been added to the JPA server called
<![CDATA[<code>$trigger-subscription</code>]]>. This can
be used to cause a transaction to redeliver a resource that previously triggered.
See <a href="https://smilecdr.com/docs/current/fhir_repository/subscription.html#manually-triggering-subscriptions">this link</a> for a description of how this feature works. Note that you must add the
SubscriptionRetriggeringProvider as shown in the sample project
<a href="https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/java/ca/uhn/fhir/jpa/demo/JpaServerDemo.java">here</a>.
</action>
<action type="add">
When operating in R4 mode, the HAPI FHIR server will now populate Bundle.entry.response

View File

@ -68,13 +68,16 @@
<section name="Announcements">
<p>
<b>Nov 12, 2018 - HAPI FHIR 3.6.0 Released</b> -
<b>Nov 12, 2018 - HAPI FHIR 3.6.0 (Food) 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 us back to our regular 3 month release cycle (although we're
only two months after the last release, which was delayed more than we wer ehoping).
only two months after the last release, which was delayed more than we were hoping).
This also marks the beginning of codenamed major releases. Our first codename
is Food, and we will be following the popular (and admittedly unoriginal) strategy
of using the next letter in the alphabet for each release.
</p>
<p>
As always, see the
@ -108,6 +111,9 @@
that could potentially return many pages but only actually load the first few.
</li>
<li>
A new JPA sample project has been added. This sample has existed for a while, but
this is now the offical "reference" project for anyone looking to get started with
HAPI FHIR JPA.
</li>
</ul>
<p>