Prepare docs for release
This commit is contained in:
parent
e522034aac
commit
9d37972649
|
@ -15,7 +15,7 @@
|
|||
</action>
|
||||
</release>
|
||||
-->
|
||||
<release version="4.0.0" date="TBD" description="Igloo">
|
||||
<release version="4.0.0" date="2019-08-14" description="Igloo">
|
||||
<action type="add">
|
||||
The version of a few dependencies have been bumped to the
|
||||
latest versions (dependent HAPI modules listed in brackets):
|
||||
|
@ -96,10 +96,10 @@
|
|||
]]>
|
||||
</action>
|
||||
<action type="add">
|
||||
Support for the new R5 draft resources has been added. This support includes the client,
|
||||
<![CDATA[
|
||||
<b>New Feature</b>:
|
||||
server, and JPA server. Note that these definitions will change as the R5 standard is
|
||||
Support for the new R5 draft resources has been added. This support includes the client,
|
||||
server, and JPA server. Note that these definitions will change as the R5 standard is
|
||||
modified until it is released, so use with caution!
|
||||
]]>
|
||||
</action>
|
||||
|
@ -132,6 +132,17 @@
|
|||
out to be a lengthy merge!
|
||||
]]>
|
||||
</action>
|
||||
<action type="add">
|
||||
<![CDATA[
|
||||
<b>New Feature</b>:
|
||||
A new interceptor called CascadingDeleteInterceptor has been added to the
|
||||
JPA project. This interceptor allows deletes to cascade when a specific
|
||||
URL parameter or header is added to the request. Cascading deletes
|
||||
can also be controlled by a new flag in the AuthorizationIntereptor
|
||||
RuleBuilder, in order to ensure that cascading deletes are only available
|
||||
to users with sufficient permission.
|
||||
]]>
|
||||
</action>
|
||||
<action type="add">
|
||||
Several enhancements have been made to the <![CDATA[<code>AuthorizationInterceptor</code>]]>:
|
||||
<![CDATA[
|
||||
|
@ -285,14 +296,6 @@
|
|||
the HAPI FHIR library with all of its submodules automatically sharing the same
|
||||
version. Thanks to Stig Døssing for the pull request!
|
||||
</action>
|
||||
<action type="add">
|
||||
A new interceptor called CascadingDeleteInterceptor has been added to the
|
||||
JPA project. This interceptor allows deletes to cascade when a specific
|
||||
URL parameter or header is added to the request. Cascading deletes
|
||||
can also be controlled by a new flag in the AuthorizationIntereptor
|
||||
RuleBuilder, in order to ensure that cascading deletes are only available
|
||||
to users with sufficient permission.
|
||||
</action>
|
||||
<action type="add">
|
||||
AuthorizationInterceptor will now try to block delete operations sooner
|
||||
in the processing lifecycle if there is no chance they will be permitted
|
||||
|
|
|
@ -115,6 +115,42 @@
|
|||
</p>
|
||||
<br/><br/>
|
||||
|
||||
<p>
|
||||
<b>August 14, 2019 - HAPI FHIR 4.0.0 (Igloo) Released</b> -
|
||||
The next release of HAPI has now been uploaded to the Maven repos and
|
||||
GitHub's releases section.
|
||||
</p>
|
||||
<p>
|
||||
This release features a number of significant performance improvements,
|
||||
and has some notable changes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
A new consent framework called ConsentInterceptor that can be used to apply local consent directives and policies, and potentially filter or mask data has been added.
|
||||
</li>
|
||||
<li>
|
||||
Initial support for draft FHIR R5 resources has been added.
|
||||
</li>
|
||||
<li>
|
||||
Support for GraphQL and the _filter search parameter has been added.
|
||||
</li>
|
||||
<li>
|
||||
The ability to perform cascading deletes has been added.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
As always, see the
|
||||
<a href="http://hapifhir.io/changes-report.html">changelog</a> for a full list
|
||||
of changes. You can also <a href="https://youtu.be/0breejA_xe4">watch the release webinar</a>!
|
||||
</p>
|
||||
<p>
|
||||
Thanks to everyone who contributed to this release!
|
||||
</p>
|
||||
<p>
|
||||
- <a href="https://github.com/jamesagnew/">James Agnew</a>
|
||||
</p>
|
||||
<br/><br/>
|
||||
|
||||
|
||||
<p>
|
||||
<b>Feb 6, 2019 - HAPI FHIR 3.7.0 (Gale) Released</b> -
|
||||
|
@ -198,7 +234,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<p>
|
||||
<b>Sep 17, 2018 - HAPI FHIR 3.5.0 Released</b> -
|
||||
The next release of HAPI has now been uploaded to the Maven repos and
|
||||
|
@ -268,6 +304,7 @@
|
|||
- <a href="https://github.com/jamesagnew/">James Agnew</a>
|
||||
</p>
|
||||
<br/><br/>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue