Skip to content

Commit

Permalink
Prepare docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Aug 14, 2019
1 parent e522034 commit 9d37972
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 12 deletions.
25 changes: 14 additions & 11 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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[
Expand Down Expand Up @@ -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
Expand Down
39 changes: 38 additions & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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> -
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -268,6 +304,7 @@
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<br/><br/>
-->

<!--
<p>
Expand Down

0 comments on commit 9d37972

Please sign in to comment.